Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DMediaController.java168 int [] anchorPos = new int[2]; in updateFloatingWindowLayout() local
169 mAnchor.getLocationOnScreen(anchorPos); in updateFloatingWindowLayout()
178 p.x = anchorPos[0] + (mAnchor.getWidth() - p.width) / 2; in updateFloatingWindowLayout()
179 p.y = anchorPos[1] + mAnchor.getHeight() - mDecor.getMeasuredHeight(); in updateFloatingWindowLayout()
DPopupWindow.java1844 final int[] anchorPos = mTmpDrawingLocation; in getMaxAvailableHeight() local
1845 anchor.getLocationOnScreen(anchorPos); in getMaxAvailableHeight()
1851 distanceToBottom = bottomEdge - anchorPos[1] - yOffset; in getMaxAvailableHeight()
1853 distanceToBottom = bottomEdge - (anchorPos[1] + anchor.getHeight()) - yOffset; in getMaxAvailableHeight()
1855 final int distanceToTop = anchorPos[1] - displayFrame.top + yOffset; in getMaxAvailableHeight()
/frameworks/base/core/java/com/android/internal/widget/
DLinearLayoutManager.java1204 final int anchorPos; in collectInitialPrefetchPositions() local
1208 anchorPos = mPendingSavedState.mAnchorPosition; in collectInitialPrefetchPositions()
1213 anchorPos = fromEnd ? adapterItemCount - 1 : 0; in collectInitialPrefetchPositions()
1215 anchorPos = mPendingScrollPosition; in collectInitialPrefetchPositions()
1222 int targetPos = anchorPos; in collectInitialPrefetchPositions()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java1209 final int anchorPos; in collectInitialPrefetchPositions() local
1213 anchorPos = mPendingSavedState.mAnchorPosition; in collectInitialPrefetchPositions()
1218 anchorPos = fromEnd ? adapterItemCount - 1 : 0; in collectInitialPrefetchPositions()
1220 anchorPos = mPendingScrollPosition; in collectInitialPrefetchPositions()
1227 int targetPos = anchorPos; in collectInitialPrefetchPositions()