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

  /frameworks/base/core/java/com/android/internal/statusbar/
IStatusBar.aidl 46 * @param fullscreenBounds the current bounds of the fullscreen stack, in screen coordinates
50 in Rect fullscreenBounds, in Rect dockedBounds);
  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
ActivityManagerDockedStackTests.java 303 final Rectangle fullScreenBounds =
316 Rectangle newBounds = computeNewDockBounds(fullScreenBounds, initialDockBounds, true);
321 newBounds = computeNewDockBounds(fullScreenBounds, initialDockBounds, false);
332 Rectangle fullscreenBounds, Rectangle dockBounds, boolean reduceSize) {
333 final boolean inLandscape = fullscreenBounds.width > dockBounds.width;
  /frameworks/base/services/core/java/com/android/server/statusbar/
StatusBarManagerInternal.java 75 Rect fullscreenBounds, Rect dockedBounds, String cause);
StatusBarManagerService.java 203 Rect fullscreenBounds, Rect dockedBounds, String cause) {
205 dockedStackVis, mask, fullscreenBounds, dockedBounds, cause);
603 Rect fullscreenBounds, Rect dockedBounds, String cause) {
611 fullscreenBounds, dockedBounds);
622 final Rect fullscreenBounds, final Rect dockedBounds) {
626 || !mFullscreenStackBounds.equals(fullscreenBounds)
631 mFullscreenStackBounds.set(fullscreenBounds);
638 mask, fullscreenBounds, dockedBounds);

Completed in 114 milliseconds