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 301 final Rectangle fullScreenBounds =
314 Rectangle newBounds = computeNewDockBounds(fullScreenBounds, initialDockBounds, true);
319 newBounds = computeNewDockBounds(fullScreenBounds, initialDockBounds, false);
330 Rectangle fullscreenBounds, Rectangle dockBounds, boolean reduceSize) {
331 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 206 Rect fullscreenBounds, Rect dockedBounds, String cause) {
208 dockedStackVis, mask, fullscreenBounds, dockedBounds, cause);
618 Rect fullscreenBounds, Rect dockedBounds, String cause) {
626 fullscreenBounds, dockedBounds);
637 final Rect fullscreenBounds, final Rect dockedBounds) {
641 || !mFullscreenStackBounds.equals(fullscreenBounds)
646 mFullscreenStackBounds.set(fullscreenBounds);
653 mask, fullscreenBounds, dockedBounds);

Completed in 69 milliseconds