Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWindowConfiguration.java64 private Rect mAppBounds; field in WindowConfiguration
220 dest.writeParcelable(mAppBounds, flags); in writeToParcel()
230 mAppBounds = source.readParcelable(Rect.class.getClassLoader()); in readFromParcel()
276 mAppBounds = null; in setAppBounds()
304 if (mAppBounds == null) { in setAppBounds()
305 mAppBounds = new Rect(); in setAppBounds()
308 mAppBounds.set(left, top, right, bottom); in setAppBounds()
313 return mAppBounds; in getAppBounds()
368 setAppBounds(other.mAppBounds); in setTo()
408 if (delta.mAppBounds != null && !delta.mAppBounds.equals(mAppBounds)) { in updateFrom()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt9707 Landroid/app/WindowConfiguration;->mAppBounds:Landroid/graphics/Rect;