HomeSort by relevance Sort by last modified time
    Searched full:tabindex (Results 1 - 25 of 1708) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_GetVLCBits.c 114 OMX_U8 tabIndex, markerBit;
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 - 1
    [all...]
  /docs/source.android.com/templates/
header 5 <a href="/" tabindex="-1"><img src="/images/open_source.png" alt="Android Open Source Project" /></a>
  /external/aac/libAACenc/src/
quantize.cpp 125 INT tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
127 accu = fMultDiv2(FDKaacEnc_mTab_3_4[tabIndex],FDKaacEnc_quantTableE[totalShift&3]);
138 INT tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
140 accu = fMultDiv2(FDKaacEnc_mTab_3_4[tabIndex],FDKaacEnc_quantTableE[totalShift&3]);
178 INT ex,specExp,tabIndex;
189 tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
192 s = FDKaacEnc_mTab_4_3Elc[tabIndex];
212 INT ex,specExp,tabIndex;
223 tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
226 s = FDKaacEnc_mTab_4_3Elc[tabIndex];
    [all...]
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 236 private void scrollToTab(int tabIndex, int positionOffset) {
238 if (tabStripChildCount == 0 || tabIndex < 0 || tabIndex >= tabStripChildCount) {
242 View selectedChild = mTabStrip.getChildAt(tabIndex);
246 if (tabIndex > 0 || positionOffset > 0) {
  /developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 236 private void scrollToTab(int tabIndex, int positionOffset) {
238 if (tabStripChildCount == 0 || tabIndex < 0 || tabIndex >= tabStripChildCount) {
242 View selectedChild = mTabStrip.getChildAt(tabIndex);
246 if (tabIndex > 0 || positionOffset > 0) {
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 236 private void scrollToTab(int tabIndex, int positionOffset) {
238 if (tabStripChildCount == 0 || tabIndex < 0 || tabIndex >= tabStripChildCount) {
242 View selectedChild = mTabStrip.getChildAt(tabIndex);
246 if (tabIndex > 0 || positionOffset > 0) {
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 236 private void scrollToTab(int tabIndex, int positionOffset) {
238 if (tabStripChildCount == 0 || tabIndex < 0 || tabIndex >= tabStripChildCount) {
242 View selectedChild = mTabStrip.getChildAt(tabIndex);
246 if (tabIndex > 0 || positionOffset > 0) {
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 236 private void scrollToTab(int tabIndex, int positionOffset) {
238 if (tabStripChildCount == 0 || tabIndex < 0 || tabIndex >= tabStripChildCount) {
242 View selectedChild = mTabStrip.getChildAt(tabIndex);
246 if (tabIndex > 0 || positionOffset > 0) {
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 236 private void scrollToTab(int tabIndex, int positionOffset) {
238 if (tabStripChildCount == 0 || tabIndex < 0 || tabIndex >= tabStripChildCount) {
242 View selectedChild = mTabStrip.getChildAt(tabIndex);
246 if (tabIndex > 0 || positionOffset > 0) {
  /developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabLayout.java 236 private void scrollToTab(int tabIndex, int positionOffset) {
238 if (tabStripChildCount == 0 || tabIndex < 0 || tabIndex >= tabStripChildCount) {
242 View selectedChild = mTabStrip.getChildAt(tabIndex);
246 if (tabIndex > 0 || positionOffset > 0) {
  /development/samples/browseable/BasicTransition/src/com.example.android.common/view/
SlidingTabLayout.java 236 private void scrollToTab(int tabIndex, int positionOffset) {
238 if (tabStripChildCount == 0 || tabIndex < 0 || tabIndex >= tabStripChildCount) {
242 View selectedChild = mTabStrip.getChildAt(tabIndex);
246 if (tabIndex > 0 || positionOffset > 0) {
  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabLayout.java 236 private void scrollToTab(int tabIndex, int positionOffset) {
238 if (tabStripChildCount == 0 || tabIndex < 0 || tabIndex >= tabStripChildCount) {
242 View selectedChild = mTabStrip.getChildAt(tabIndex);
246 if (tabIndex > 0 || positionOffset > 0) {
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabLayout.java 236 private void scrollToTab(int tabIndex, int positionOffset) {
238 if (tabStripChildCount == 0 || tabIndex < 0 || tabIndex >= tabStripChildCount) {
242 View selectedChild = mTabStrip.getChildAt(tabIndex);
246 if (tabIndex > 0 || positionOffset > 0) {
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabLayout.java 236 private void scrollToTab(int tabIndex, int positionOffset) {
238 if (tabStripChildCount == 0 || tabIndex < 0 || tabIndex >= tabStripChildCount) {
242 View selectedChild = mTabStrip.getChildAt(tabIndex);
246 if (tabIndex > 0 || positionOffset > 0) {
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
SlidingTabLayout.java 236 private void scrollToTab(int tabIndex, int positionOffset) {
238 if (tabStripChildCount == 0 || tabIndex < 0 || tabIndex >= tabStripChildCount) {
242 View selectedChild = mTabStrip.getChildAt(tabIndex);
246 if (tabIndex > 0 || positionOffset > 0) {
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
SlidingTabLayout.java 236 private void scrollToTab(int tabIndex, int positionOffset) {
238 if (tabStripChildCount == 0 || tabIndex < 0 || tabIndex >= tabStripChildCount) {
242 View selectedChild = mTabStrip.getChildAt(tabIndex);
246 if (tabIndex > 0 || positionOffset > 0) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentResultsView.java 324 int tabIndex = this.tabFolder.getSelectionIndex();
325 int lineIndex = tabIndex<0 ? -1 : this.tabs[tabIndex].table.getSelectionIndex();
355 tabIndex = c;
368 if (tabIndex >= 0 && lineIndex >= 0) {
369 this.tabFolder.setSelection(tabIndex);
370 Table table = this.tabs[tabIndex].table;
  /external/libxml2/test/valid/dtds/
xhtml1-strict.dtd 160 tabindex position in tabbing order
166 tabindex %Number; #IMPLIED
503 tabindex %Number; #IMPLIED
609 tabindex %Number; #IMPLIED
677 tabindex %Number; #IMPLIED
732 tabindex %Number; #IMPLIED
748 tabindex %Number; #IMPLIED
778 tabindex %Number; #IMPLIED
812 tabindex %Number; #IMPLIED
xhtml1-frameset.dtd 178 tabindex position in tabbing order
184 tabindex %Number; #IMPLIED
657 tabindex %Number; #IMPLIED
791 tabindex %Number; #IMPLIED
887 tabindex %Number; #IMPLIED
946 tabindex %Number; #IMPLIED
963 tabindex %Number; #IMPLIED
993 tabindex %Number; #IMPLIED
1030 tabindex %Number; #IMPLIED
    [all...]
xhtml1-transitional.dtd 178 tabindex position in tabbing order
184 tabindex %Number; #IMPLIED
628 tabindex %Number; #IMPLIED
762 tabindex %Number; #IMPLIED
858 tabindex %Number; #IMPLIED
917 tabindex %Number; #IMPLIED
934 tabindex %Number; #IMPLIED
964 tabindex %Number; #IMPLIED
1001 tabindex %Number; #IMPLIED
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
quantize.c 245 Word32 tabIndex;
255 tabIndex = (accu >> (INT_BITS-2-MANT_DIGITS)) & (~MANT_SIZE);
258 s = mTab_4_3[tabIndex];
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/base/
dropdown.html 78 this.$.outer.tabIndex = 0;
list_view.html 37 this.tabIndex = 0;
  /frameworks/base/core/java/android/widget/
TabWidget.java 546 private TabClickListener(int tabIndex) {
547 mTabIndex = tabIndex;
563 * @param tabIndex index of the tab that was selected
568 void onTabSelectionChanged(int tabIndex, boolean clicked);
  /packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java 446 final int tabIndex = parent.getChildTabIndex(v);
455 if (tabIndex > 0) {
456 parent.getChildTabViewAt(tabIndex - 1).requestFocus();
464 if (tabIndex < (tabCount - 1)) {
465 parent.getChildTabViewAt(tabIndex + 1).requestFocus();
    [all...]

Completed in 584 milliseconds

1 2 3 4 5 6 7 8 91011>>