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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java256 private boolean mWaitingForResult; field in class:Launcher
642 // We just wanted the activity result here so we can clear mWaitingForResult
672 mWaitingForResult = false;
987 mWaitingForResult = true;
1487 mWaitingForResult = false;
1500 // also will cancel mWaitingForResult.
1580 mWaitingForResult) {
1591 if (mFolderInfo != null && mWaitingForResult) {
1656 if (requestCode >= 0) mWaitingForResult = true;
1798 return mWorkspaceLoading || mWaitingForResult;
[all...]

Completed in 50 milliseconds