Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipBoundsState.java119 public void setBoundsStateForEntry(ComponentName componentName, ActivityInfo activityInfo, in setBoundsStateForEntry() method in TvPipBoundsState
121 super.setBoundsStateForEntry(componentName, activityInfo, params, pipBoundsAlgorithm); in setBoundsStateForEntry()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTransitionController.java198 protected void setBoundsStateForEntry(ComponentName componentName, in setBoundsStateForEntry() method in PipTransitionController
201 mPipBoundsState.setBoundsStateForEntry(componentName, activityInfo, params, in setBoundsStateForEntry()
H A DPipTaskOrganizer.java451 setBoundsStateForEntry(componentName, pictureInPictureParams, activityInfo); in startSwipePipToHome()
506 private void setBoundsStateForEntry(ComponentName componentName, in setBoundsStateForEntry() method in PipTaskOrganizer
508 mPipBoundsState.setBoundsStateForEntry(componentName, activityInfo, params, in setBoundsStateForEntry()
720 setBoundsStateForEntry(mTaskInfo.topActivity, mPictureInPictureParams, in onTaskAppeared()
H A DPipTransition.java868 setBoundsStateForEntry(taskInfo.topActivity, taskInfo.pictureInPictureParams, in startEnterAnimation()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsState.java428 public void setBoundsStateForEntry(ComponentName componentName, ActivityInfo activityInfo, in setBoundsStateForEntry() method in PipBoundsState