HomeSort by relevance Sort by last modified time
    Searched full:fullscreenbounds (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/statusbar/
StatusBarManagerInternal.java 74 Rect fullscreenBounds, Rect dockedBounds, String cause);
StatusBarManagerService.java 227 Rect fullscreenBounds, Rect dockedBounds, String cause) {
229 dockedStackVis, mask, fullscreenBounds, dockedBounds, cause);
785 Rect fullscreenBounds, Rect dockedBounds, String cause) {
793 fullscreenBounds, dockedBounds);
804 final Rect fullscreenBounds, final Rect dockedBounds) {
808 || !mFullscreenStackBounds.equals(fullscreenBounds)
813 mFullscreenStackBounds.set(fullscreenBounds);
820 mask, fullscreenBounds, dockedBounds);
    [all...]
  /frameworks/base/core/java/com/android/internal/statusbar/
IStatusBar.aidl 50 * @param fullscreenBounds the current bounds of the fullscreen stack, in screen coordinates
54 in Rect fullscreenBounds, in Rect dockedBounds);
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowConfigurationTests.java 193 final Rect fullScreenBounds = new Rect(0, 0, mDisplayInfo.logicalWidth,
195 testStackBoundsConfiguration(WINDOWING_MODE_FULLSCREEN, mParentBounds, fullScreenBounds,
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerSplitScreenTests.java 574 final Rect fullScreenBounds = mAmWmState.getWmState().getStandardStackByWindowingMode(
587 Rect newBounds = computeNewDockBounds(fullScreenBounds, initialDockBounds, true);
594 newBounds = computeNewDockBounds(fullScreenBounds, initialDockBounds, false);
603 Rect fullscreenBounds, Rect dockBounds, boolean reduceSize) {
604 final boolean inLandscape = fullscreenBounds.width() > dockBounds.width();
    [all...]

Completed in 126 milliseconds