Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipBoundsState.java121 public void setBoundsStateForEntry(ComponentName componentName, ActivityInfo activityInfo, in setBoundsStateForEntry() method in TvPipBoundsState
123 super.setBoundsStateForEntry(componentName, activityInfo, params, pipBoundsAlgorithm); in setBoundsStateForEntry()
DTvPipTransition.java408 setBoundsStateForEntry(taskInfo.topActivity, taskInfo.pictureInPictureParams, in startEnterAnimation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTransitionController.java244 protected void setBoundsStateForEntry(ComponentName componentName, in setBoundsStateForEntry() method in PipTransitionController
247 mPipBoundsState.setBoundsStateForEntry(componentName, activityInfo, params, in setBoundsStateForEntry()
DPipTaskOrganizer.java499 setBoundsStateForEntry(componentName, pictureInPictureParams, activityInfo); in startSwipePipToHome()
587 private void setBoundsStateForEntry(ComponentName componentName, in setBoundsStateForEntry() method in PipTaskOrganizer
589 mPipBoundsState.setBoundsStateForEntry(componentName, activityInfo, params, in setBoundsStateForEntry()
819 setBoundsStateForEntry(mTaskInfo.topActivity, mPictureInPictureParams, in onTaskAppeared()
DPipTransition.java996 setBoundsStateForEntry(taskInfo.topActivity, taskInfo.pictureInPictureParams, in startEnterAnimation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipController.java282 mPipBoundsState.setBoundsStateForEntry(componentName, activityInfo, pictureInPictureParams, in getSwipePipToHomeBounds()
DPipTransition.java451 mPipBoundsState.setBoundsStateForEntry(pipTask.topActivity, pipTask.topActivityInfo, in getEnterPipTransaction()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipBoundsState.java466 public void setBoundsStateForEntry(ComponentName componentName, ActivityInfo activityInfo, in setBoundsStateForEntry() method in PipBoundsState