Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWindowConfiguration.java75 private final Rect mMaxBounds = new Rect(); field in WindowConfiguration
228 mMaxBounds.writeToParcel(dest, flags); in writeToParcel()
241 mMaxBounds.readFromParcel(source); in readFromParcel()
302 mMaxBounds.setEmpty(); in setMaxBounds()
305 mMaxBounds.set(rect); in setMaxBounds()
313 mMaxBounds.set(left, top, right, bottom); in setMaxBounds()
371 return mMaxBounds; in getMaxBounds()
435 setMaxBounds(other.mMaxBounds); in setTo()
466 mMaxBounds.scale(scale); in scale()
491 if (!delta.mMaxBounds.isEmpty() && !delta.mMaxBounds.equals(mMaxBounds)) { in updateFrom()
[all …]