Searched defs:anchorView (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Settings/src/com/android/settings/widget/ |
D | ActionBarShadowController.java | 52 public static ActionBarShadowController attachToRecyclerView(View anchorView, in attachToRecyclerView() 65 private ActionBarShadowController(View anchorView, Lifecycle lifecycle, in ActionBarShadowController() 109 public ScrollChangeWatcher(View anchorView) { in ScrollChangeWatcher()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | SnackBar.java | 91 private Placement(@NonNull final View anchorView, final boolean anchorAbove) { in Placement() 108 public static Placement above(final View anchorView) { in above() 115 public static Placement below(final View anchorView) { in below()
|
D | SnackBarManager.java | 162 final View anchorView = placement.getAnchorView(); in show() local 357 final View anchorView = placement.getAnchorView(); in getRelativeOffset() local
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragLayer.java | 577 final Runnable onFinishAnimationRunnable, View anchorView) { in animateViewIntoPosition() 582 final Runnable onFinishAnimationRunnable, View anchorView) { in animateViewIntoPosition() 651 int animationEndStyle, int duration, View anchorView) { in animateViewIntoPosition() 685 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) { in animateView() 753 final int animationEndStyle, View anchorView) { in animateView()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | PhotoActionPopup.java | 97 public static ListPopupWindow createPopupMenu(Context context, View anchorView, in createPopupMenu()
|
D | ContactEditorFragment.java | 1565 final View anchorView = getAggregationAnchorView(); in onAggregationSuggestionChange() local
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | DragLayer.java | 476 final Runnable onFinishAnimationRunnable, View anchorView) { in animateViewIntoPosition() 536 int animationEndStyle, int duration, View anchorView) { in animateViewIntoPosition() 569 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) { in animateView() 636 final int animationEndStyle, View anchorView) { in animateView()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | PopupList.java | 69 public PopupList(Context context, View anchorView) { in PopupList()
|
/packages/apps/Car/libs/car-stream-ui-lib/src/com/android/car/view/ |
D | CarLayoutManager.java | 1076 View anchorView = findViewByPosition(mAnchorPageBreakPosition); in offsetRowsByPage() local
|