Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
DTaskViewTaskController.java230 if (mTaskViewController.isUsingShellTransitions()) { in onTaskAppeared()
350 if (mTaskViewController.isUsingShellTransitions()) { in surfaceCreated()
399 if (mTaskViewController.isUsingShellTransitions()) { in surfaceDestroyed()
DTaskViewController.java132 boolean isUsingShellTransitions(); in isUsingShellTransitions() method
DTaskViewTransitions.java175 public boolean isUsingShellTransitions() { in isUsingShellTransitions() method in TaskViewTransitions
327 if (isUsingShellTransitions()) { in startShortcutActivity()
348 if (isUsingShellTransitions()) { in startActivity()
509 if (isUsingShellTransitions()) { in setTaskBounds()
DTaskView.java139 if (mTaskViewController.isUsingShellTransitions()) { in onTaskAppeared()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java3388 public boolean isUsingShellTransitions() { in isUsingShellTransitions() method in BubbleTaskViewController
3389 return mBaseTransitions.isUsingShellTransitions(); in isUsingShellTransitions()