Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTransitionController.java157 protected void setBoundsStateForEntry(ComponentName componentName, in setBoundsStateForEntry() method in PipTransitionController
160 mPipBoundsState.setBoundsStateForEntry(componentName, in setBoundsStateForEntry()
DPipTransition.java105 setBoundsStateForEntry(taskInfo.topActivity, taskInfo.pictureInPictureParams, in startEnterAnimation()
DPipTaskOrganizer.java377 setBoundsStateForEntry(componentName, pictureInPictureParams, activityInfo); in startSwipePipToHome()
398 private void setBoundsStateForEntry(ComponentName componentName, PictureInPictureParams params, in setBoundsStateForEntry() method in PipTaskOrganizer
400 mPipBoundsState.setBoundsStateForEntry(componentName, in setBoundsStateForEntry()
520 setBoundsStateForEntry(mTaskInfo.topActivity, mPictureInPictureParams, in onTaskAppeared()
DPipBoundsState.java369 public void setBoundsStateForEntry(ComponentName componentName, float aspectRatio, in setBoundsStateForEntry() method in PipBoundsState