Home
last modified time | relevance | path

Searched refs:getRelativePosition (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetView.java172 getRelativePosition(mAppWidgetBackgroundView, dragLayer, mBackgroundPosition); in init()
173 getRelativePosition(mAppWidgetBackgroundView, mAppWidgetView, mBackgroundOffset); in init()
314 private static void getRelativePosition(View descendant, View ancestor, RectF position) { in getRelativePosition() method in FloatingWidgetView
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DLauncherItemMessageHelper.java62 Comparator.comparingInt(LauncherItemMessage::getRelativePosition)); in getSortedList()