HomeSort by relevance Sort by last modified time
    Searched refs:mHasNotifiedInitialWidgetSizeChanged (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetInfo.java 46 private boolean mHasNotifiedInitialWidgetSizeChanged;
76 if (!mHasNotifiedInitialWidgetSizeChanged) {
86 mHasNotifiedInitialWidgetSizeChanged = true;
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetInfo.java 85 private boolean mHasNotifiedInitialWidgetSizeChanged;
129 if (!mHasNotifiedInitialWidgetSizeChanged) {
139 mHasNotifiedInitialWidgetSizeChanged = true;

Completed in 297 milliseconds