Home
last modified time | relevance | path

Searched defs:isPinnedTaskbar (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DDisplayController.java203 public static boolean isPinnedTaskbar(Context context) { in isPinnedTaskbar() method in DisplayController
476 public boolean isPinnedTaskbar() { in isPinnedTaskbar() method in DisplayController.Info
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarInsetsController.kt248 val isPinnedTaskbar = context.deviceProfile.isTaskbarPresent in <lambda>() constant