Searched refs:getRtlPosition (Results 1 – 7 of 7) sorted by relevance
38 super.setCurrentItem(getRtlPosition(item), smoothScroll); in setCurrentItem()43 super.setCurrentItem(getRtlPosition(item)); in setCurrentItem()49 return getRtlPosition(position); in getCurrentItem()58 protected int getRtlPosition(final int position) { in getRtlPosition() method in PagingAwareViewPager
165 mPager.setCurrentItem(getRtlPosition(position)); in addTab()192 position = getRtlPosition(position); in onPageScrolled()203 position = getRtlPosition(position); in onPageSelected()225 private int getRtlPosition(int position) { in getRtlPosition() method in ViewPagerTabs
79 return mViewHolders[rtlAware ? getRtlPosition(i) : i]; in getViewHolder()126 protected int getRtlPosition(final int position) { in getRtlPosition() method in FixedViewPagerAdapter
194 private int getRtlPosition(int position) { in getRtlPosition() method in CallLogActivity205 switch (getRtlPosition(position)) { in updateMissedCalls()236 return getRtlPosition(position); in getItemId()241 switch (getRtlPosition(position)) { in getItem()255 switch (getRtlPosition(position)) { in instantiateItem()
188 mPager.setCurrentItem(getRtlPosition(position)); in addTab()235 position = getRtlPosition(position); in onPageScrolled()246 position = getRtlPosition(position); in onPageSelected()267 private int getRtlPosition(int position) { in getRtlPosition() method in ViewPagerTabs
72 return getRtlPosition(position); in getItemId()78 switch (getRtlPosition(position)) { in getItem()153 public int getRtlPosition(int position) { in getRtlPosition() method in DialtactsPagerAdapter
256 viewPager.setCurrentItem(adapter.getRtlPosition(DialtactsPagerAdapter.TAB_INDEX_VOICEMAIL)); in showTab()262 viewPager.setCurrentItem(adapter.getRtlPosition(index)); in showTab()273 tabIndex = adapter.getRtlPosition(position); in onPageScrolled()296 tabIndex = adapter.getRtlPosition(position); in onPageSelected()459 adapter.getItem(adapter.getRtlPosition(DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL)); in hasFrequents()