Home
last modified time | relevance | path

Searched refs:mRelayoutResult (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DWindowDecorationTests.java108 private final WindowDecoration.RelayoutResult<TestView> mRelayoutResult = field in WindowDecorationTests
207 assertNull(mRelayoutResult.mRootView); in testLayoutResultCalculation_invisibleTask()
271 assertEquals(300, mRelayoutResult.mWidth); in testLayoutResultCalculation_visibleFocusedTask()
272 assertEquals(100, mRelayoutResult.mHeight); in testLayoutResultCalculation_visibleFocusedTask()
350 assertThat(mRelayoutResult.mRootView).isNull(); in testNotCrashWhenDisplayAppearsAfterTask()
360 assertThat(mRelayoutResult.mRootView).isNull(); in testNotCrashWhenDisplayAppearsAfterTask()
370 assertThat(mRelayoutResult.mRootView).isSameInstanceAs(mMockView); in testNotCrashWhenDisplayAppearsAfterTask()
838 windowDecor.updateViewHost(mRelayoutParams, mMockSurfaceControlStartT, mRelayoutResult); in updateViewHost_applyTransactionOnDrawIsTrue_surfaceControlIsUpdated()
851 mRelayoutParams, null /* onDrawTransaction */, mRelayoutResult)); in updateViewHost_nullDrawTransaction_applyTransactionOnDrawIsTrue_throwsException()
860 windowDecor.updateViewHost(mRelayoutParams, null /* onDrawTransaction */, mRelayoutResult); in updateViewHost_nullDrawTransaction_applyTransactionOnDrawIsFalse_doesNotThrow()
[all …]
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java308 WindowRelayoutResult mRelayoutResult = windowSessionRelayoutInfo() field in WallpaperService.Engine
1283 View.VISIBLE, 0, 0, 0, mRelayoutResult); in updateSurface()
2382 mRelayoutResult = null; in detach()
/frameworks/base/core/java/android/view/
DViewRootImpl.java1159 private final WindowRelayoutResult mRelayoutResult = windowSessionRelayoutInfo() field in ViewRootImpl
9265 mRelayoutSeq, mLastSyncSeqId, mRelayoutResult); in relayoutWindow()
9278 outInfo = mRelayoutResult != null ? mRelayoutResult.activityWindowInfo : null; in relayoutWindow()
9295 ? mRelayoutResult.syncSeqId in relayoutWindow()