HomeSort by relevance Sort by last modified time
    Searched refs:getRtlPosition (Results 1 - 6 of 6) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/
PagingAwareViewPager.java 38 super.setCurrentItem(getRtlPosition(item), smoothScroll);
43 super.setCurrentItem(getRtlPosition(item));
49 return getRtlPosition(position);
58 protected int getRtlPosition(final int position) {
FixedViewPagerAdapter.java 79 return mViewHolders[rtlAware ? getRtlPosition(i) : i];
126 protected int getRtlPosition(final int position) {
ViewPagerTabs.java 165 mPager.setCurrentItem(getRtlPosition(position));
192 position = getRtlPosition(position);
203 position = getRtlPosition(position);
225 private int getRtlPosition(int position) {
  /packages/apps/Dialer/src/com/android/dialer/list/
ListsFragment.java 109 return getRtlPosition(position);
114 switch (getRtlPosition(position)) {
251 mViewPager.setCurrentItem(getRtlPosition(TAB_INDEX_VOICEMAIL));
257 mViewPager.setCurrentItem(getRtlPosition(index));
263 mTabIndex = getRtlPosition(position);
274 mTabIndex = getRtlPosition(position);
354 private int getRtlPosition(int position) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabs.java 190 mPager.setCurrentItem(getRtlPosition(position));
209 position = getRtlPosition(position);
220 position = getRtlPosition(position);
242 private int getRtlPosition(int position) {
  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 157 return (DeskClockFragment) mTabsAdapter.getItem(getRtlPosition(mSelectedTab));
428 TabInfo info = mTabs.get(getRtlPosition(position));
469 mMainActionBar.setSelectedNavigationItem(getRtlPosition(position));
498 final int rtlSafePosition = getRtlPosition(position);
594 private int getRtlPosition(int position) {

Completed in 104 milliseconds