Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetView.java166 getRelativePosition(mAppWidgetBackgroundView, dragLayer, mBackgroundPosition); in init()
167 getRelativePosition(mAppWidgetBackgroundView, mAppWidgetView, mBackgroundOffset); in init()
307 private static void getRelativePosition(View descendant, View ancestor, RectF position) { in getRelativePosition() method in FloatingWidgetView