Searched refs:RelayoutParams (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/ |
D | DesktopModeWindowDecorationTests.java | 78 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 …]
|
D | WindowDecorationTests.java | 137 private WindowDecoration.RelayoutParams mRelayoutParams = new WindowDecoration.RelayoutParams();
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | WindowDecoration.java | 59 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
|
D | DesktopModeWindowDecoration.java | 103 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;
|
D | CaptionWindowDecoration.java | 64 private RelayoutParams mRelayoutParams = new RelayoutParams();
|