Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java78 private static final int FLAG_REMOVING_PREDICTED_ICON = 1 << 3; field in HotseatPredictionController
409 mPauseFlags |= FLAG_REMOVING_PREDICTED_ICON; in removeIconWithoutNotify()
411 mPauseFlags &= ~FLAG_REMOVING_PREDICTED_ICON; in removeIconWithoutNotify()