Searched refs:mWidgetViewWindowPos (Results 1 – 1 of 1) sorted by relevance
134 private int[] mWidgetViewWindowPos; field in AppWidgetResizeFrame159 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};