Home
last modified time | relevance | path

Searched defs:insetsState (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/compatui/
DCompatUIWindowManagerTest.java115 final InsetsState insetsState = new InsetsState(); in setUp() local
121 mDisplayLayout.setInsets(mContext.getResources(), insetsState); in setUp() local
381 final InsetsState insetsState = new InsetsState(); in testUpdateDisplayLayoutInsets() local
387 displayLayout.setInsets(mContext.getResources(), insetsState); in testUpdateDisplayLayoutInsets() local
528 final InsetsState insetsState = new InsetsState(); in testShouldShowSizeCompatRestartButton() local
534 mDisplayLayout.setInsets(mContext.getResources(), insetsState); in testShouldShowSizeCompatRestartButton() local
DUserAspectRatioSettingsWindowManagerTest.java123 InsetsState insetsState = new InsetsState(); in setUp() local
129 displayLayout.setInsets(mContext.getResources(), insetsState); in setUp() local
344 InsetsState insetsState = new InsetsState(); in testUpdateDisplayLayoutInsets() local
350 displayLayout.setInsets(mContext.getResources(), insetsState); in testUpdateDisplayLayoutInsets() local
/frameworks/base/core/tests/coretests/src/android/view/
DSurfaceControlViewHostInsetsTest.java71 final InsetsState insetsState = new InsetsState(); in statusBarState() local
95 final InsetsState insetsState = statusBarVisibleState(); in sendInsetsToSurfaceControlViewHost() local
106 final InsetsState insetsState = statusBarVisibleState(); in insetsAreRelativeToFrame() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayInsetsController.java139 private void insetsChanged(InsetsState insetsState) { in insetsChanged()
150 private void insetsControlChanged(InsetsState insetsState, in insetsControlChanged()
224 public void insetsChanged(InsetsState insetsState) throws RemoteException { in insetsChanged()
231 public void insetsControlChanged(InsetsState insetsState, in insetsControlChanged()
285 default void insetsChanged(InsetsState insetsState) {} in insetsChanged()
290 default void insetsControlChanged(InsetsState insetsState, in insetsControlChanged()
DSystemWindows.java350 MergedConfiguration newMergedConfiguration, InsetsState insetsState, in resized()
355 public void insetsControlChanged(InsetsState insetsState, in insetsControlChanged()
DDisplayImeController.java247 public void insetsChanged(InsetsState insetsState) { in insetsChanged()
273 public void insetsControlChanged(InsetsState insetsState, in insetsControlChanged()
/frameworks/base/core/java/android/view/
DIDisplayWindowInsetsController.aidl42 void insetsChanged(in InsetsState insetsState); in insetsChanged()
47 void insetsControlChanged(in InsetsState insetsState, in InsetsSourceControl[] activeControls); in insetsControlChanged()
DWindowRelayoutResult.java52 public final InsetsState insetsState; field in WindowRelayoutResult
86 @NonNull SurfaceControl surfaceControl, @NonNull InsetsState insetsState, in WindowRelayoutResult()
DIWindow.aidl63 in MergedConfiguration newMergedConfiguration, in InsetsState insetsState, in resized()
71 void insetsControlChanged(in InsetsState insetsState, in insetsControlChanged()
DIWindowSession.aidl66 out InputChannel outInputChannel, out InsetsState insetsState, in addToDisplay()
71 out InputChannel outInputChannel, out InsetsState insetsState, in addToDisplayAsUser()
75 in int viewVisibility, in int layerStackId, out InsetsState insetsState, in addToDisplayWithoutInputChannel()
94 out InsetsState insetsState, out InsetsSourceControl.Array activeControls, in relayoutLegacy()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
DDisplayInsetsControllerTest.java195 public void insetsChanged(InsetsState insetsState) { in insetsChanged()
200 public void insetsControlChanged(InsetsState insetsState, in insetsControlChanged()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitWindowManager.java114 void init(SplitLayout splitLayout, InsetsState insetsState, boolean isRestoring) { in init()
208 void onInsetsChanged(InsetsState insetsState) { in onInsetsChanged()
DDividerView.java215 SurfaceControlViewHost viewHost, InsetsState insetsState) { in setup()
234 void onInsetsChanged(InsetsState insetsState, boolean animate) { in onInsetsChanged()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestIWindow.java49 MergedConfiguration mergedConfig, InsetsState insetsState, boolean forceLayout, in resized()
55 public void insetsControlChanged(InsetsState insetsState, in insetsControlChanged()
DDisplayPolicyLayoutTests.java126 private DisplayFrames createDisplayFrames(InsetsState insetsState) { in createDisplayFrames()
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java54 MergedConfiguration mergedConfiguration, InsetsState insetsState, boolean forceLayout, in resized()
66 public void insetsControlChanged(InsetsState insetsState, in insetsControlChanged()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecorViewModelTests.kt383 val insetsState = InsetsState() in testRelayoutRunsWhenStatusBarsInsetsSourceVisibilityChanges() constant
404 val insetsState = InsetsState() in testRelayoutDoesNotRunWhenNonStatusBarsInsetsSourceVisibilityChanges() constant
425 val insetsState = InsetsState() in testRelayoutDoesNotRunWhenNonStatusBarsInsetSourceVisibilityDoesNotChange() constant
/frameworks/layoutlib/bridge/src/android/view/
DWindowManagerImpl.java292 final InsetsState insetsState = new InsetsState(); in computeWindowInsets() local
294 null /* token */, insetsState); in computeWindowInsets() local
/frameworks/base/core/java/android/app/servertransaction/
DWindowStateInsetsControlChangeItem.java70 @NonNull InsetsState insetsState, @NonNull InsetsSourceControl.Array activeControls) { in obtain()
DWindowStateResizeItem.java83 @NonNull MergedConfiguration configuration, @NonNull InsetsState insetsState, in obtain()
/frameworks/base/core/tests/benchmarks/src/android/os/
DParcelableBenchmark.java62 final InsetsState insetsState = new InsetsState(); in timeReadWriteInsetsState() local
/frameworks/base/core/java/android/window/
DWindowMetricsController.java116 final InsetsState insetsState = new InsetsState(); in getWindowInsetsFromServerForDisplay() local
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayFrames.java63 public DisplayFrames(InsetsState insetsState, DisplayInfo info, DisplayCutout cutout, in DisplayFrames()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DTaskSnapshotWindow.java224 MergedConfiguration mergedConfiguration, InsetsState insetsState, in resized()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/animation/
DFullscreenUnfoldTaskAnimator.java101 public void insetsChanged(InsetsState insetsState) { in insetsChanged()

12