Searched refs:getRtlPosition (Results 1 – 6 of 6) 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
121 return getRtlPosition(position); in getItemId()126 switch (getRtlPosition(position)) { in getItem()276 mViewPager.setCurrentItem(getRtlPosition(TAB_INDEX_VOICEMAIL)); in showTab()282 mViewPager.setCurrentItem(getRtlPosition(index)); in showTab()288 mTabIndex = getRtlPosition(position); in onPageScrolled()299 mTabIndex = getRtlPosition(position); in onPageSelected()449 private int getRtlPosition(int position) { in getRtlPosition() method in ListsFragment
230 mPager.setCurrentItem(getRtlPosition(position)); in addTab()275 position = getRtlPosition(position); in onPageScrolled()286 position = getRtlPosition(position); in onPageSelected()308 private int getRtlPosition(int position) { in getRtlPosition() method in ViewPagerTabs
70 return getRtlPosition(position); in getItemId()75 switch (getRtlPosition(position)) { in getItem()229 private int getRtlPosition(int position) { in getRtlPosition() method in CallLogActivity