Searched refs:setBoundsStateForEntry (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipTransitionController.java | 157 protected void setBoundsStateForEntry(ComponentName componentName, in setBoundsStateForEntry() method in PipTransitionController 160 mPipBoundsState.setBoundsStateForEntry(componentName, in setBoundsStateForEntry()
|
D | PipTransition.java | 105 setBoundsStateForEntry(taskInfo.topActivity, taskInfo.pictureInPictureParams, in startEnterAnimation()
|
D | PipTaskOrganizer.java | 377 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()
|
D | PipBoundsState.java | 369 public void setBoundsStateForEntry(ComponentName componentName, float aspectRatio, in setBoundsStateForEntry() method in PipBoundsState
|