Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java134 private int[] mWidgetViewWindowPos; field in AppWidgetResizeFrame
159 if (mWidgetViewWindowPos == null) { in AppWidgetResizeFrame()
160 mWidgetViewWindowPos = new int[2]; in AppWidgetResizeFrame()
162 v.getLocationInWindow(mWidgetViewWindowPos); in AppWidgetResizeFrame()
573 if (mWidgetViewWindowPos == null) {
574 mWidgetViewWindowPos = new int[2];
575 mWidgetView.getLocationInWindow(mWidgetViewWindowPos);
581 return new int[] {mWidgetViewWindowPos[0] - x + leftOffset,
582 mWidgetViewWindowPos[1] - y + topOffset};