Home
last modified time | relevance | path

Searched refs:nextTitle (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/
DViewPagerTabStrip.java83 View nextTitle = getChildAt(mIndexForSelection + (isRtl ? -1 : 1)); in onDraw() local
84 int nextLeft = nextTitle.getLeft(); in onDraw()
85 int nextRight = nextTitle.getRight(); in onDraw()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DViewPagerTabStrip.java87 View nextTitle = getChildAt(mIndexForSelection + (isRtl ? -1 : 1)); in onDraw() local
88 int nextLeft = nextTitle.getLeft(); in onDraw()
89 int nextRight = nextTitle.getRight(); in onDraw()
/packages/apps/Settings/src/com/android/settings/widget/
DSlidingTabLayout.java146 View nextTitle = mTitleView.getChildAt(mSelectedPosition + 1); in getIndicatorLeft() local
147 left = (int) (mSelectionOffset * nextTitle.getLeft() in getIndicatorLeft()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DSlidingTabLayout.java146 View nextTitle = mTitleView.getChildAt(mSelectedPosition + 1); in getIndicatorLeft() local
147 left = (int) (mSelectionOffset * nextTitle.getLeft() in getIndicatorLeft()