HomeSort by relevance Sort by last modified time
    Searched refs:mHotseat (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java 262 @Thunk Hotseat mHotseat;
579 if (mHotseat != null) {
580 mHotseatImportanceForAccessibility = mHotseat.getImportantForAccessibility();
581 mHotseat.setImportantForAccessibility(
592 if (mHotseatImportanceStored && mHotseat != null) {
593 mHotseat.setImportantForAccessibility(mHotseatImportanceForAccessibility);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 236 private Hotseat mHotseat;
    [all...]

Completed in 50 milliseconds