Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWindowConfiguration.java74 private final Rect mMaxBounds = new Rect(); field in WindowConfiguration
234 mMaxBounds.writeToParcel(dest, flags); in writeToParcel()
246 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()
359 return mMaxBounds; in getMaxBounds()
415 setMaxBounds(other.mMaxBounds); in setTo()
460 if (!delta.mMaxBounds.isEmpty() && !delta.mMaxBounds.equals(mMaxBounds)) { in updateFrom()
462 setMaxBounds(delta.mMaxBounds); in updateFrom()
[all …]