OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHasNotifiedInitialWidgetSizeChanged
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetInfo.java
45
private boolean
mHasNotifiedInitialWidgetSizeChanged
;
75
if (!
mHasNotifiedInitialWidgetSizeChanged
) {
85
mHasNotifiedInitialWidgetSizeChanged
= true;
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetInfo.java
45
private boolean
mHasNotifiedInitialWidgetSizeChanged
;
76
if (!
mHasNotifiedInitialWidgetSizeChanged
) {
86
mHasNotifiedInitialWidgetSizeChanged
= true;
Completed in 34 milliseconds