Home
last modified time | relevance | path

Searched refs:mPauseFlags (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java89 private int mPauseFlags = 0; field in HotseatPredictionController
137 if (mPauseFlags == 0 && !mLauncher.isWorkspaceLoading()) { in onHotseatHierarchyChanged()
145 if (mPauseFlags == 0 && !mLauncher.isWorkspaceLoading()) { in updateFillIfNotLoading()
198 if (mPauseFlags != 0) { in fillGapsWithPrediction()
216 mPauseFlags |= FLAG_FILL_IN_PROGRESS; in fillGapsWithPrediction()
245 mPauseFlags &= ~FLAG_FILL_IN_PROGRESS; in fillGapsWithPrediction()
292 mPauseFlags = paused in setPauseUIUpdate()
293 ? (mPauseFlags | FLAG_UPDATE_PAUSED) in setPauseUIUpdate()
294 : (mPauseFlags & ~FLAG_UPDATE_PAUSED); in setPauseUIUpdate()
409 mPauseFlags |= FLAG_REMOVING_PREDICTED_ICON; in removeIconWithoutNotify()
[all …]