HomeSort by relevance Sort by last modified time
    Searched refs:tabIndex (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /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...]
  /external/chromium-trace/
init.js 15 timelineViewEl.tabIndex = 1;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.idl 35 [CustomElementCallbacks] attribute long tabIndex;
SVGAElement.h 59 virtual short tabIndex() const OVERRIDE;
SVGAElement.cpp 149 short SVGAElement::tabIndex() const
152 return Element::tabIndex();
159 // If not a link we should still be able to focus the element if it has tabIndex.
  /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...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.idl 27 [CustomElementCallbacks] attribute long tabIndex;
  /developers/build/prebuilts/gradle/AdapterTransition/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/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/FragmentTransition/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/AdapterTransition/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/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/FragmentTransition/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/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
Dialog.js 45 this._glassPane.element.tabIndex = 0;
49 this._element.tabIndex = 0;

Completed in 1181 milliseconds

1 2 3 4 5