Home
last modified time | relevance | path

Searched refs:RelayoutParams (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecorationTests.java78 import com.android.wm.shell.windowdecor.WindowDecoration.RelayoutParams;
202 RelayoutParams relayoutParams = new RelayoutParams(); in updateRelayoutParams_noSysPropFlagsSet_windowShadowsAreEnabled()
215 RelayoutParams relayoutParams = new RelayoutParams(); in updateRelayoutParams_noSysPropFlagsSet_roundedCornersAreEnabled()
236 final RelayoutParams relayoutParams = new RelayoutParams(); in updateRelayoutParams_appHeader_usesTaskDensity()
258 final RelayoutParams relayoutParams = new RelayoutParams(); in updateRelayoutParams_appHeader_usesSystemDensity()
276 final RelayoutParams relayoutParams = new RelayoutParams(); in updateRelayoutParams_freeformAndTransparentAppearance_allowsInputFallthrough()
293 final RelayoutParams relayoutParams = new RelayoutParams(); in updateRelayoutParams_freeformButOpaqueAppearance_disallowsInputFallthrough()
309 final RelayoutParams relayoutParams = new RelayoutParams(); in updateRelayoutParams_fullscreen_disallowsInputFallthrough()
325 final RelayoutParams relayoutParams = new RelayoutParams(); in updateRelayoutParams_freeform_inputChannelNeeded()
341 final RelayoutParams relayoutParams = new RelayoutParams(); in updateRelayoutParams_fullscreen_inputChannelNotNeeded()
[all …]
DWindowDecorationTests.java137 private WindowDecoration.RelayoutParams mRelayoutParams = new WindowDecoration.RelayoutParams();
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DWindowDecoration.java59 import com.android.wm.shell.windowdecor.WindowDecoration.RelayoutParams.OccludingCaptionElement;
199 void relayout(RelayoutParams params, SurfaceControl.Transaction startT, in relayout()
208 protected void updateViewsAndSurfaces(RelayoutParams params, in updateViewsAndSurfaces()
249 private void inflateIfNeeded(RelayoutParams params, WindowContainerTransaction wct, in inflateIfNeeded()
330 private void updateCaptionInsets(RelayoutParams params, WindowContainerTransaction wct, in updateCaptionInsets()
384 private void updateTaskSurface(RelayoutParams params, SurfaceControl.Transaction startT, in updateTaskSurface()
429 protected void updateViewHost(RelayoutParams params, in updateViewHost()
666 static class RelayoutParams { class in WindowDecoration
DDesktopModeWindowDecoration.java103 private RelayoutParams mRelayoutParams = new RelayoutParams();
414 RelayoutParams relayoutParams,
439 final RelayoutParams.OccludingCaptionElement appChipElement =
440 new RelayoutParams.OccludingCaptionElement();
442 appChipElement.mAlignment = RelayoutParams.OccludingCaptionElement.Alignment.START;
445 final RelayoutParams.OccludingCaptionElement controlsElement =
446 new RelayoutParams.OccludingCaptionElement();
448 controlsElement.mAlignment = RelayoutParams.OccludingCaptionElement.Alignment.END;
DCaptionWindowDecoration.java64 private RelayoutParams mRelayoutParams = new RelayoutParams();