Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DWindowLayoutTests.java24 import static android.view.WindowLayout.UNSPECIFIED_LENGTH;
151 mRequestedWidth = UNSPECIFIED_LENGTH; in unmeasured()
152 mRequestedHeight = UNSPECIFIED_LENGTH; in unmeasured()
164 mRequestedWidth = UNSPECIFIED_LENGTH; in unmeasuredWithSizeSpecifiedInLayoutParams()
165 mRequestedHeight = UNSPECIFIED_LENGTH; in unmeasuredWithSizeSpecifiedInLayoutParams()
180 mRequestedWidth = UNSPECIFIED_LENGTH; in nonFullscreenWindowBounds()
181 mRequestedHeight = UNSPECIFIED_LENGTH; in nonFullscreenWindowBounds()
196 mRequestedWidth = UNSPECIFIED_LENGTH; in attachedFrame()
197 mRequestedHeight = UNSPECIFIED_LENGTH; in attachedFrame()
348 mRequestedHeight = UNSPECIFIED_LENGTH; in layoutExtendedToDisplayCutout()
/frameworks/base/core/java/android/view/
DWindowLayout.java54 public static final int UNSPECIFIED_LENGTH = -1; field in WindowLayout
193 if (rw == UNSPECIFIED_LENGTH || extendedByCutout) { in computeFrames()
196 if (rh == UNSPECIFIED_LENGTH || extendedByCutout) { in computeFrames()
DViewRootImpl.java84 import static android.view.WindowLayout.UNSPECIFIED_LENGTH;
1636 UNSPECIFIED_LENGTH, UNSPECIFIED_LENGTH,
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java36 import static android.view.WindowLayout.UNSPECIFIED_LENGTH;
1364 displayFrames.mUnrestricted, win.getWindowingMode(), UNSPECIFIED_LENGTH,
1365 UNSPECIFIED_LENGTH, win.getRequestedVisibleTypes(), win.mGlobalScale,
1408 final int requestedWidth = trustedSize ? win.mRequestedWidth : UNSPECIFIED_LENGTH;
1409 final int requestedHeight = trustedSize ? win.mRequestedHeight : UNSPECIFIED_LENGTH;
DWindowState.java39 import static android.view.WindowLayout.UNSPECIFIED_LENGTH;
1160 mRequestedWidth = UNSPECIFIED_LENGTH; in WindowState()
1161 mRequestedHeight = UNSPECIFIED_LENGTH; in WindowState()
1162 mLastRequestedWidth = UNSPECIFIED_LENGTH; in WindowState()
1163 mLastRequestedHeight = UNSPECIFIED_LENGTH; in WindowState()