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()
587 if (mWidgetViewWindowPos == null) {
588 mWidgetViewWindowPos = new int[2];
589 mWidgetView.getLocationInWindow(mWidgetViewWindowPos);
595 return new int[] {mWidgetViewWindowPos[0] - x + leftOffset,
596 mWidgetViewWindowPos[1] - y + topOffset};