Searched defs:tabIndex (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/design/tests/src/android/support/design/testutils/
H A DTabLayoutActions.java96 public static ViewAction selectTab(final int tabIndex) { argument
113 tabLayout.getTabAt(tabIndex).select();
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_GetVLCBits.c114 OMX_U8 tabIndex, markerBit; local
198 tabIndex = 1;
199 while (pRunIndexTableL0[tabIndex] <= unpackRetIndex)
201 tabIndex++;
203 storeRun = tabIndex - 1;
204 storeLevel = unpackRetIndex - pRunIndexTableL0[tabIndex - 1] + 1;
235 tabIndex = 1;
236 while (pRunIndexTableL1[tabIndex] <= unpackRetIndex)
238 tabIndex++;
240 storeRun = tabIndex
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dquantize.c245 Word32 tabIndex; local
255 tabIndex = (accu >> (INT_BITS-2-MANT_DIGITS)) & (~MANT_SIZE);
258 s = mTab_4_3[tabIndex];
/frameworks/base/core/java/android/widget/
H A DTabWidget.java527 private TabClickListener(int tabIndex) { argument
528 mTabIndex = tabIndex;
544 * @param tabIndex index of the tab that was selected
550 void onTabSelectionChanged(int tabIndex, boolean clicked); argument

Completed in 1846 milliseconds