Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DStashedHandleViewController.java316 public boolean isStashedHandleVisible() { in isStashedHandleVisible() method in StashedHandleViewController
324 pw.println(prefix + "\tisStashedHandleVisible=" + isStashedHandleVisible()); in dumpLogs()
348 return isStashedHandleVisible(); in canNavHandleBeLongPressed()
DTaskbarStashController.java457 if (!mControllers.stashedHandleViewController.isStashedHandleVisible() in getContentHeightToReportToApps()