ナビゲーション・リンクをスキップ
C G L O S T 

C

com.ogaclejapan.smarttablayout - パッケージ com.ogaclejapan.smarttablayout
 
createDefaultTabView(CharSequence) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
Create a default view to be used for tabs.
createTabView(ViewGroup, int, PagerAdapter) - インタフェース のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout.TabProvider
 

G

getDividerColor(int) - インタフェース のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout.TabColorizer
 
getIndicatorColor(int) - インタフェース のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout.TabColorizer
 
getLeftEdge(float) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabIndicationInterpolator
 
getLeftEdge(float) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabIndicationInterpolator.LinearIndicationInterpolator
 
getLeftEdge(float) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabIndicationInterpolator.SmartIndicationInterpolator
 
getRightEdge(float) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabIndicationInterpolator
 
getRightEdge(float) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabIndicationInterpolator.LinearIndicationInterpolator
 
getRightEdge(float) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabIndicationInterpolator.SmartIndicationInterpolator
 
getTabAt(int) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
Returns the view at the specified position in the tabs.
getThickness(float) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabIndicationInterpolator
 
getThickness(float) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabIndicationInterpolator.SmartIndicationInterpolator
 

L

LINEAR - クラス のstatic変数com.ogaclejapan.smarttablayout.SmartTabIndicationInterpolator
 
LinearIndicationInterpolator() - クラス のコンストラクタcom.ogaclejapan.smarttablayout.SmartTabIndicationInterpolator.LinearIndicationInterpolator
 

O

of(int) - クラス のstaticメソッドcom.ogaclejapan.smarttablayout.SmartTabIndicationInterpolator
 
onLayout(boolean, int, int, int, int) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
 
onScrollChanged(int, int, int, int) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
 
onScrollChanged(int, int) - インタフェース のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout.OnScrollChangeListener
Called when the scroll position of a view changes.
onSizeChanged(int, int, int, int) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
 
onTabClicked(int) - インタフェース のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout.OnTabClickListener
Called when a tab is clicked.

S

setCustomTabColorizer(SmartTabLayout.TabColorizer) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
Set the custom SmartTabLayout.TabColorizer to be used.
setCustomTabView(int, int) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
Set the custom layout to be inflated for the tab views.
setCustomTabView(SmartTabLayout.TabProvider) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
Set the custom layout to be inflated for the tab views.
setDefaultTabTextColor(int) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
Set the color used for styling the tab text.
setDefaultTabTextColor(ColorStateList) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
Sets the colors used for styling the tab text.
setDistributeEvenly(boolean) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
Set the same weight for tab
setDividerColors(int...) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
Sets the colors to be used for tab dividers.
setIndicationInterpolator(SmartTabIndicationInterpolator) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
Set the behavior of the Indicator scrolling feedback.
setOnPageChangeListener(ViewPager.OnPageChangeListener) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
Set the ViewPager.OnPageChangeListener.
setOnScrollChangeListener(SmartTabLayout.OnScrollChangeListener) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
Set SmartTabLayout.OnScrollChangeListener for obtaining values of scrolling.
setOnTabClickListener(SmartTabLayout.OnTabClickListener) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
Set SmartTabLayout.OnTabClickListener for obtaining click event.
setSelectedIndicatorColors(int...) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
Sets the colors to be used for indicating the selected tab.
setViewPager(ViewPager) - クラス のメソッドcom.ogaclejapan.smarttablayout.SmartTabLayout
Sets the associated view pager.
SMART - クラス のstatic変数com.ogaclejapan.smarttablayout.SmartTabIndicationInterpolator
 
SmartIndicationInterpolator() - クラス のコンストラクタcom.ogaclejapan.smarttablayout.SmartTabIndicationInterpolator.SmartIndicationInterpolator
 
SmartIndicationInterpolator(float) - クラス のコンストラクタcom.ogaclejapan.smarttablayout.SmartTabIndicationInterpolator.SmartIndicationInterpolator
 
SmartTabIndicationInterpolator - com.ogaclejapan.smarttablayoutのクラス
 
SmartTabIndicationInterpolator() - クラス のコンストラクタcom.ogaclejapan.smarttablayout.SmartTabIndicationInterpolator
 
SmartTabIndicationInterpolator.LinearIndicationInterpolator - com.ogaclejapan.smarttablayoutのクラス
 
SmartTabIndicationInterpolator.SmartIndicationInterpolator - com.ogaclejapan.smarttablayoutのクラス
 
SmartTabLayout - com.ogaclejapan.smarttablayoutのクラス
To be used with ViewPager to provide a tab indicator component which give constant feedback as to the user's scroll progress.
SmartTabLayout(Context) - クラス のコンストラクタcom.ogaclejapan.smarttablayout.SmartTabLayout
 
SmartTabLayout(Context, AttributeSet) - クラス のコンストラクタcom.ogaclejapan.smarttablayout.SmartTabLayout
 
SmartTabLayout(Context, AttributeSet, int) - クラス のコンストラクタcom.ogaclejapan.smarttablayout.SmartTabLayout
 
SmartTabLayout.OnScrollChangeListener - com.ogaclejapan.smarttablayoutのインタフェース
Interface definition for a callback to be invoked when the scroll position of a view changes.
SmartTabLayout.OnTabClickListener - com.ogaclejapan.smarttablayoutのインタフェース
Interface definition for a callback to be invoked when a tab is clicked.
SmartTabLayout.TabColorizer - com.ogaclejapan.smarttablayoutのインタフェース
Allows complete control over the colors drawn in the tab layout.
SmartTabLayout.TabProvider - com.ogaclejapan.smarttablayoutのインタフェース
Create the custom tabs in the tab layout.

T

tabStrip - クラス の変数com.ogaclejapan.smarttablayout.SmartTabLayout
 
C G L O S T 
ナビゲーション・リンクをスキップ