Home
last modified time | relevance | path

Searched refs:mMaxBounds (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DWindowConfiguration.java80 private final Rect mMaxBounds = new Rect(); field in WindowConfiguration
228 mMaxBounds.writeToParcel(dest, flags); in writeToParcel()
240 mMaxBounds.readFromParcel(source); in readFromParcel()
306 mMaxBounds.setEmpty(); in setMaxBounds()
309 mMaxBounds.set(rect); in setMaxBounds()
317 mMaxBounds.set(left, top, right, bottom); in setMaxBounds()
377 return mMaxBounds; in getMaxBounds()
430 setMaxBounds(other.mMaxBounds); in setTo()
459 scaleBounds(scale, mMaxBounds); in scale()
501 if (!delta.mMaxBounds.isEmpty() && !delta.mMaxBounds.equals(mMaxBounds)) { in updateFrom()
[all …]
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInputMethodDialogWindowContextTest.java208 private Rect mMaxBounds; field in InputMethodDialogWindowContextTest.MaxBoundsVerifier
219 mMaxBounds = maxBounds; in setMaxBounds()
237 if (newConfig.windowConfiguration.getMaxBounds().equals(mMaxBounds)) { in onConfigurationChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DTouchMonitor.java86 private Consumer<Rect> mMaxBoundsConsumer = rect -> mMaxBounds = rect;
361 ? mMaxBounds
501 private Rect mMaxBounds;