Home
last modified time | relevance | path

Searched refs:relayout (Results 1 – 25 of 40) sorted by relevance

12

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
H A DWindowDecorationTests.java179 windowDecor.relayout(taskInfo); in testLayoutResultCalculation_invisibleTask()
223 windowDecor.relayout(taskInfo); in testLayoutResultCalculation_visibleFocusedTask()
303 windowDecor.relayout(taskInfo); in testLayoutResultCalculation_visibleFocusedTaskToInvisible()
311 windowDecor.relayout(taskInfo); in testLayoutResultCalculation_visibleFocusedTaskToInvisible()
340 windowDecor.relayout(taskInfo); in testNotCrashWhenDisplayAppearsAfterTask()
399 windowDecor.relayout(taskInfo); in testAddWindow()
470 windowDecor.relayout(taskInfo); in testLayoutResultCalculation_fullWidthCaption()
511 windowDecor.relayout(taskInfo, true /* applyStartTransactionOnDraw */); in testRelayout_applyTransactionInSyncWithDraw()
569 void relayout(ActivityManager.RunningTaskInfo taskInfo) {
570 relayout(taskInfo, false /* applyStartTransactionOnDraw */);
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DResizeVeil.java124 relayout(taskBounds, t); in showVeil()
157 private void relayout(Rect newBounds, SurfaceControl.Transaction t) { in relayout() method in ResizeVeil
158 mViewHost.relayout(newBounds.width(), newBounds.height()); in relayout()
180 relayout(newBounds, t); in updateResizeVeil()
H A DCaptionWindowDecoration.java91 void relayout(RunningTaskInfo taskInfo) { in relayout() method in CaptionWindowDecoration
96 relayout(taskInfo, t, t, true /* applyStartTransactionOnDraw */); in relayout()
99 void relayout(RunningTaskInfo taskInfo, in relayout() method in CaptionWindowDecoration
120 relayout(mRelayoutParams, startT, finishT, wct, oldRootView, mResult); in relayout()
H A DCaptionWindowDecorViewModel.java114 decoration.relayout(taskInfo); in onTaskInfoChanged()
136 decoration.relayout(taskInfo, startT, finishT, false /* applyStartTransactionOnDraw */); in onTaskChanging()
148 decoration.relayout(taskInfo, startT, finishT, false /* applyStartTransactionOnDraw */); in onTaskClosing()
202 windowDecoration.relayout(taskInfo, startT, finishT, in createWindowDecoration()
H A DDesktopModeWindowDecoration.java143 void relayout(ActivityManager.RunningTaskInfo taskInfo) { in relayout() method in DesktopModeWindowDecoration
155 relayout(taskInfo, t, t, true /* applyStartTransactionOnDraw */); in relayout()
158 void relayout(ActivityManager.RunningTaskInfo taskInfo, in relayout() method in DesktopModeWindowDecoration
169 mHandleMenu.relayout(startT); in relayout()
187 relayout(mRelayoutParams, startT, finishT, wct, oldRootView, mResult); in relayout()
H A DWindowDecoration.java103 relayout(mTaskInfo);
175 abstract void relayout(RunningTaskInfo taskInfo); in relayout() method in WindowDecoration
177 void relayout(RelayoutParams params, SurfaceControl.Transaction startT, in relayout() method in WindowDecoration
324 mViewHost.relayout(lp); in relayout()
H A DDesktopModeWindowDecorViewModel.java273 decoration.relayout(taskInfo); in onTaskInfoChanged()
293 decoration.relayout(taskInfo, startT, finishT, false /* applyStartTransactionOnDraw */); in onTaskChanging()
305 decoration.relayout(taskInfo, startT, finishT, false /* applyStartTransactionOnDraw */); in onTaskClosing()
896 windowDecoration.relayout(taskInfo, startT, finishT, in createWindowDecoration()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayWindow.java160 relayout(); in resize()
164 public void relayout() { in relayout() method in OverlayDisplayWindow
300 relayout();
373 relayout();
383 relayout();
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DCompatUIWindowManagerAbstract.java323 void relayout() { in relayout() method in CompatUIWindowManagerAbstract
324 relayout(getWindowLayoutParams()); in relayout()
327 protected void relayout(WindowManager.LayoutParams windowLayoutParams) { in relayout() method in CompatUIWindowManagerAbstract
331 mViewHost.relayout(windowLayoutParams); in relayout()
H A DCompatUILayout.java111 mWindowManager.relayout(); in onLayout()
H A DUserAspectRatioSettingsLayout.java119 mWindowManager.relayout(); in onLayout()
H A DLetterboxEduWindowManager.java227 relayout(windowLayoutParams); in onParentBoundsChanged()
H A DRestartDialogWindowManager.java222 relayout(windowLayoutParams); in onParentBoundsChanged()
H A DReachabilityEduWindowManager.java185 relayout(windowLayoutParams); in onParentBoundsChanged()
/aosp14/frameworks/base/tests/SurfaceControlViewHostTest/src/com/android/test/viewembed/
H A DEmbeddedWindowService.java105 public void relayout(WindowManager.LayoutParams lp) { in relayout() method in EmbeddedWindowService.AttachEmbeddedWindow
106 mHandler.post(() -> mVr.relayout(lp)); in relayout()
H A DIAttachEmbeddedWindow.aidl25 void relayout(in LayoutParams lp); in relayout() method
H A DSurfaceControlViewHostSyncTest.java127 mIAttachEmbeddedWindow.relayout(lp); in resize()
/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceControlViewHost.java478 public void relayout(WindowManager.LayoutParams attrs, in relayout() method in SurfaceControlViewHost
489 public void relayout(WindowManager.LayoutParams attrs) { in relayout() method in SurfaceControlViewHost
499 public void relayout(int width, int height) { in relayout() method in SurfaceControlViewHost
503 relayout(lp); in relayout()
H A DIWindowSession.aidl90 int relayout(IWindow window, in WindowManager.LayoutParams attrs, in relayout() method
H A DWindowlessWindowManager.java350 public int relayout(IWindow window, WindowManager.LayoutParams inAttrs, in relayout() method in WindowlessWindowManager
440 relayout(window, inAttrs, requestedWidth, requestedHeight, viewFlags, flags, seq, in relayoutAsync()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
H A DUnfoldLightRevealOverlayAnimation.kt191 newRoot.relayout(params) { transaction ->
289 traceSection("$TAG#relayoutToUpdateTouch") { root?.relayout(getLayoutParams()) }
346 root?.relayout(getLayoutParams())
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/compatui/
H A DLetterboxEduWindowManagerTest.java305 verify(mViewHost).relayout(mWindowAttrsCaptor.capture()); in testUpdateCompatInfo_updatesLayoutCorrectly()
342 verify(mViewHost, never()).relayout(any()); in testUpdateCompatInfo_canShowFalse_doesNothing()
362 verify(mViewHost).relayout(mWindowAttrsCaptor.capture()); in testUpdateDisplayLayout_updatesLayoutCorrectly()
/aosp14/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
H A DRelayoutPerfTest.java155 session.relayout(mWindow, mParams, mWidth, mHeight, in runBenchmark()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DTaskSnapshotWindow.java141 session.relayout(window, layoutParams, -1, -1, View.VISIBLE, 0, 0, 0, in create()
/aosp14/frameworks/base/core/java/android/service/games/
H A DGameSession.java363 mSurfaceControlViewHost.relayout(bounds.width(), bounds.height()); in onConfigurationChanged()

12