Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java87 private static final int FLAG_FILL_IN_PROGRESS = 1 << 2; field in HotseatPredictionController
212 mPauseFlags |= FLAG_FILL_IN_PROGRESS; in fillGapsWithPrediction()
245 mPauseFlags &= ~FLAG_FILL_IN_PROGRESS; in fillGapsWithPrediction()
529 appendFlag(str, flags, FLAG_FILL_IN_PROGRESS, "FLAG_FILL_IN_PROGRESS"); in getStateString()