HomeSort by relevance Sort by last modified time
    Searched refs:getRtlPosition (Results 1 - 7 of 7) 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/java/com/android/dialer/app/calllog/
CallLogActivity.java 195 private int getRtlPosition(int position) {
206 switch (getRtlPosition(position)) {
237 return getRtlPosition(position);
242 switch (getRtlPosition(position)) {
256 switch (getRtlPosition(position)) {
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ViewPagerTabs.java 188 mPager.setCurrentItem(getRtlPosition(position));
235 position = getRtlPosition(position);
246 position = getRtlPosition(position);
267 private int getRtlPosition(int position) {
  /packages/apps/Dialer/java/com/android/dialer/app/list/
DialtactsPagerAdapter.java 83 return getRtlPosition(position);
89 switch (getRtlPosition(position)) {
182 public int getRtlPosition(int position) {
ListsFragment.java 258 viewPager.setCurrentItem(adapter.getRtlPosition(DialtactsPagerAdapter.TAB_INDEX_VOICEMAIL));
264 viewPager.setCurrentItem(adapter.getRtlPosition(index));
275 tabIndex = adapter.getRtlPosition(position);
298 tabIndex = adapter.getRtlPosition(position);
460 adapter.getItem(adapter.getRtlPosition(DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL));

Completed in 253 milliseconds