Searched defs:mRestoring (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java253 private boolean mRestoring; field in class:Launcher
406 if (!mRestoring) {
772 if (mRestoring || mOnResumeNeedsLoad) {
775 mRestoring = false;
962 mRestoring = true;
970 mRestoring = true;
1150 if (!mRestoring) {
1251 if (!mRestoring) {
4048 Log.d(TAG, "mRestoring=" + mRestoring);
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java274 private boolean mRestoring; field in class:Launcher
459 if (!mRestoring) {
942 if (mRestoring || mOnResumeNeedsLoad) {
945 mRestoring = false;
1200 mRestoring = true;
1207 mRestoring = true;
1448 if (!mRestoring) {
1550 if (!mRestoring) {
4432 Log.d(TAG, "mRestoring=" + mRestoring);
[all...]

Completed in 42 milliseconds