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

1 2

  /external/aac/libAACenc/src/
quantize.cpp 140 INT tabIndex =
143 accu = fMultDiv2(FDKaacEnc_mTab_3_4[tabIndex],
156 INT tabIndex =
159 accu = fMultDiv2(FDKaacEnc_mTab_3_4[tabIndex],
195 INT ex, specExp, tabIndex;
206 tabIndex = (INT)(accu >> (DFRACT_BITS - 2 - MANT_DIGITS)) & (~MANT_SIZE);
209 s = FDKaacEnc_mTab_4_3Elc[tabIndex];
230 INT ex, specExp, tabIndex;
241 tabIndex = (INT)(accu >> (DFRACT_BITS - 2 - MANT_DIGITS)) & (~MANT_SIZE);
244 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) {
  /packages/apps/Dialer/java/com/android/dialer/main/impl/
MainActivity.java 29 import com.android.dialer.main.impl.bottomnav.BottomNavBar.TabIndex;
43 return getShowTabIntent(context, TabIndex.CALL_LOG);
47 public static Intent getShowTabIntent(Context context, @TabIndex int tabIndex) {
52 return OldMainActivityPeer.getShowTabIntent(context, tabIndex);
OldMainActivityPeer.java 89 import com.android.dialer.main.impl.bottomnav.BottomNavBar.TabIndex;
161 public static Intent getShowTabIntent(Context context, @TabIndex int tabIndex) {
164 intent.putExtra(EXTRA_SHOW_TAB, tabIndex);
173 static @TabIndex int getTabFromIntent(Intent intent) {
344 bottomNav.selectTab(TabIndex.VOICEMAIL);
348 bottomNav.selectTab(TabIndex.CALL_LOG);
358 bottomNav.selectTab(TabIndex.SPEED_DIAL);
751 private @TabIndex int currentTab = TabIndex.SPEED_DIAL
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/main/impl/bottomnav/
BottomNavBar.java 38 TabIndex.SPEED_DIAL,
39 TabIndex.CALL_LOG,
40 TabIndex.CONTACTS,
41 TabIndex.VOICEMAIL,
43 public @interface TabIndex {
56 private @TabIndex int selectedTab;
77 selectedTab = TabIndex.SPEED_DIAL;
83 selectedTab = TabIndex.CALL_LOG;
89 selectedTab = TabIndex.CONTACTS;
95 selectedTab = TabIndex.VOICEMAIL
    [all...]
  /frameworks/base/core/java/android/widget/
TabWidget.java 557 private TabClickListener(int tabIndex) {
558 mTabIndex = tabIndex;
574 * @param tabIndex index of the tab that was selected
580 void onTabSelectionChanged(int tabIndex, boolean clicked);
TabHost.java 171 public void onTabSelectionChanged(int tabIndex, boolean clicked) {
172 setCurrentTab(tabIndex);
  /packages/apps/Dialer/java/com/android/dialer/app/list/
ListsFragment.java 79 private int tabIndex = DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL;
275 tabIndex = adapter.getRtlPosition(position);
298 tabIndex = adapter.getRtlPosition(position);
415 return tabIndex;
  /packages/apps/Dialer/java/com/android/dialer/app/
DialtactsActivity.java 80 import com.android.dialer.app.list.DialtactsPagerAdapter.TabIndex;
    [all...]
  /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...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
gcc.go 195 tabIndex := strings.Index(line, "\t")
197 if spaceIndex == -1 && tabIndex == -1 {
199 } else if tabIndex == -1 || (spaceIndex != -1 && spaceIndex < tabIndex) {
203 key = line[0:tabIndex]
204 val = strings.TrimSpace(line[tabIndex:])
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
gcc.go 195 tabIndex := strings.Index(line, "\t")
197 if spaceIndex == -1 && tabIndex == -1 {
199 } else if tabIndex == -1 || (spaceIndex != -1 && spaceIndex < tabIndex) {
203 key = line[0:tabIndex]
204 val = strings.TrimSpace(line[tabIndex:])
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
apiviewer.js     [all...]

Completed in 1107 milliseconds

1 2