Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThomasWang2014/SmartTablayout
/ functions
Functions
252 in github.com/ThomasWang2014/SmartTablayout
⨍
Functions
252
◇
Types & classes
42
Method
putDoubleArray
Inserts a double array value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @para
utils-v4/src/main/java/com/ogaclejapan/smarttablayout/utils/v4/Bundler.java:449
Method
putDoubleArray
Inserts a double array value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @para
utils-v13/src/main/java/com/ogaclejapan/smarttablayout/utils/v13/Bundler.java:449
Method
putFloat
Inserts a float value into the mapping of this Bundle, replacing any existing value for the given key. @param key a String, or null @param value a
utils-v4/src/main/java/com/ogaclejapan/smarttablayout/utils/v4/Bundler.java:108
Method
putFloat
Inserts a float value into the mapping of this Bundle, replacing any existing value for the given key. @param key a String, or null @param value a
utils-v13/src/main/java/com/ogaclejapan/smarttablayout/utils/v13/Bundler.java:108
Method
putFloatArray
Inserts a float array value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @param
utils-v4/src/main/java/com/ogaclejapan/smarttablayout/utils/v4/Bundler.java:296
Method
putFloatArray
Inserts a float array value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @param
utils-v13/src/main/java/com/ogaclejapan/smarttablayout/utils/v13/Bundler.java:296
Method
putIntArray
Inserts an int array value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @param
utils-v4/src/main/java/com/ogaclejapan/smarttablayout/utils/v4/Bundler.java:425
Method
putIntArray
Inserts an int array value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @param
utils-v13/src/main/java/com/ogaclejapan/smarttablayout/utils/v13/Bundler.java:425
Method
putIntegerArrayList
Inserts an ArrayList<Integer> value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null.
utils-v4/src/main/java/com/ogaclejapan/smarttablayout/utils/v4/Bundler.java:211
Method
putIntegerArrayList
Inserts an ArrayList<Integer> value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null.
utils-v13/src/main/java/com/ogaclejapan/smarttablayout/utils/v13/Bundler.java:211
Method
putLong
Inserts a long value into the mapping of this Bundle, replacing any existing value for the given key. @param key a String, or null @param value a l
utils-v4/src/main/java/com/ogaclejapan/smarttablayout/utils/v4/Bundler.java:377
Method
putLong
Inserts a long value into the mapping of this Bundle, replacing any existing value for the given key. @param key a String, or null @param value a l
utils-v13/src/main/java/com/ogaclejapan/smarttablayout/utils/v13/Bundler.java:377
Method
putLongArray
Inserts a long array value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @param
utils-v4/src/main/java/com/ogaclejapan/smarttablayout/utils/v4/Bundler.java:437
Method
putLongArray
Inserts a long array value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @param
utils-v13/src/main/java/com/ogaclejapan/smarttablayout/utils/v13/Bundler.java:437
Method
putParcelable
Inserts a Parcelable value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @param
utils-v4/src/main/java/com/ogaclejapan/smarttablayout/utils/v4/Bundler.java:132
Method
putParcelable
Inserts a Parcelable value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @param
utils-v13/src/main/java/com/ogaclejapan/smarttablayout/utils/v13/Bundler.java:132
Method
putParcelableArray
Inserts an array of Parcelable values into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be nul
utils-v4/src/main/java/com/ogaclejapan/smarttablayout/utils/v4/Bundler.java:171
Method
putParcelableArray
Inserts an array of Parcelable values into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be nul
utils-v13/src/main/java/com/ogaclejapan/smarttablayout/utils/v13/Bundler.java:171
Method
putParcelableArrayList
Inserts a List of Parcelable values into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null.
utils-v4/src/main/java/com/ogaclejapan/smarttablayout/utils/v4/Bundler.java:184
Method
putParcelableArrayList
Inserts a List of Parcelable values into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null.
utils-v13/src/main/java/com/ogaclejapan/smarttablayout/utils/v13/Bundler.java:184
Method
putSerializable
Inserts a Serializable value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @para
utils-v4/src/main/java/com/ogaclejapan/smarttablayout/utils/v4/Bundler.java:248
Method
putSerializable
Inserts a Serializable value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @para
utils-v13/src/main/java/com/ogaclejapan/smarttablayout/utils/v13/Bundler.java:248
Method
putShort
Inserts a short value into the mapping of this Bundle, replacing any existing value for the given key. @param key a String, or null @param value a
utils-v4/src/main/java/com/ogaclejapan/smarttablayout/utils/v4/Bundler.java:96
Method
putShort
Inserts a short value into the mapping of this Bundle, replacing any existing value for the given key. @param key a String, or null @param value a
utils-v13/src/main/java/com/ogaclejapan/smarttablayout/utils/v13/Bundler.java:96
Method
putShortArray
Inserts a short array value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @param
utils-v4/src/main/java/com/ogaclejapan/smarttablayout/utils/v4/Bundler.java:272
Method
putShortArray
Inserts a short array value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @param
utils-v13/src/main/java/com/ogaclejapan/smarttablayout/utils/v13/Bundler.java:272
Method
putSize
Inserts a Size value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @param key
utils-v4/src/main/java/com/ogaclejapan/smarttablayout/utils/v4/Bundler.java:144
Method
putSize
Inserts a Size value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @param key
utils-v13/src/main/java/com/ogaclejapan/smarttablayout/utils/v13/Bundler.java:144
Method
putSizeF
Inserts a SizeF value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @param key
utils-v4/src/main/java/com/ogaclejapan/smarttablayout/utils/v4/Bundler.java:157
Method
putSizeF
Inserts a SizeF value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @param key
utils-v13/src/main/java/com/ogaclejapan/smarttablayout/utils/v13/Bundler.java:157
Method
putSparseParcelableArray
Inserts a SparceArray of Parcelable values into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may b
utils-v4/src/main/java/com/ogaclejapan/smarttablayout/utils/v4/Bundler.java:198
Method
putSparseParcelableArray
Inserts a SparceArray of Parcelable values into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may b
utils-v13/src/main/java/com/ogaclejapan/smarttablayout/utils/v13/Bundler.java:198
Method
putString
Inserts a String value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @param key
utils-v4/src/main/java/com/ogaclejapan/smarttablayout/utils/v4/Bundler.java:401
Method
putString
Inserts a String value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @param key
utils-v13/src/main/java/com/ogaclejapan/smarttablayout/utils/v13/Bundler.java:401
Method
putStringArray
Inserts a String array value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @para
utils-v4/src/main/java/com/ogaclejapan/smarttablayout/utils/v4/Bundler.java:461
Method
putStringArray
Inserts a String array value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null. @para
utils-v13/src/main/java/com/ogaclejapan/smarttablayout/utils/v13/Bundler.java:461
Method
putStringArrayList
Inserts an ArrayList<String> value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null.
utils-v4/src/main/java/com/ogaclejapan/smarttablayout/utils/v4/Bundler.java:223
Method
putStringArrayList
Inserts an ArrayList<String> value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null.
utils-v13/src/main/java/com/ogaclejapan/smarttablayout/utils/v13/Bundler.java:223
Method
setCustomTabColorizer
Set the custom {@link TabColorizer} to be used. If you only require simple customisation then you can use {@link #setSelectedIndicatorColors(int...)}
library/src/main/java/com/ogaclejapan/smarttablayout/SmartTabLayout.java:188
Method
setCustomTabColorizer
(SmartTabLayout.TabColorizer customTabColorizer)
library/src/main/java/com/ogaclejapan/smarttablayout/SmartTabStrip.java:171
Method
setDefaultTabTextColor
Set the color used for styling the tab text. This will need to be called prior to calling {@link #setViewPager(android.support.v4.view.ViewPager)} oth
library/src/main/java/com/ogaclejapan/smarttablayout/SmartTabLayout.java:198
Method
setDistributeEvenly
Set the same weight for tab
library/src/main/java/com/ogaclejapan/smarttablayout/SmartTabLayout.java:215
Method
setDividerColors
Sets the colors to be used for tab dividers. These colors are treated as a circular array. Providing one color will mean that all tabs are indicated w
library/src/main/java/com/ogaclejapan/smarttablayout/SmartTabLayout.java:231
Method
setDividerColors
(int... colors)
library/src/main/java/com/ogaclejapan/smarttablayout/SmartTabStrip.java:302
Method
setIndicationInterpolator
Set the behavior of the Indicator scrolling feedback. @param interpolator {@link com.ogaclejapan.smarttablayout.SmartTabIndicationInterpolator}
library/src/main/java/com/ogaclejapan/smarttablayout/SmartTabLayout.java:177
Method
setIndicationInterpolator
(SmartTabIndicationInterpolator interpolator)
library/src/main/java/com/ogaclejapan/smarttablayout/SmartTabStrip.java:166
Method
setSelectedIndicatorColors
Sets the colors to be used for indicating the selected tab. These colors are treated as a circular array. Providing one color will mean that all tabs
library/src/main/java/com/ogaclejapan/smarttablayout/SmartTabLayout.java:223
Method
setSelectedIndicatorColors
(int... colors)
library/src/main/java/com/ogaclejapan/smarttablayout/SmartTabStrip.java:176
Method
with
(Context context)
utils-v4/src/main/java/com/ogaclejapan/smarttablayout/utils/ViewPagerItems.java:28
Method
with
(Context context)
utils-v4/src/main/java/com/ogaclejapan/smarttablayout/utils/v4/FragmentPagerItems.java:31
Method
with
(Context context)
utils-v13/src/main/java/com/ogaclejapan/smarttablayout/utils/ViewPagerItems.java:28
Method
with
(Context context)
utils-v13/src/main/java/com/ogaclejapan/smarttablayout/utils/v13/FragmentPagerItems.java:31
← previous
201–252 of 252, ranked by callers