Searched refs:mAppBounds (Results 1 – 2 of 2) sorted by relevance
64 private Rect mAppBounds; field in WindowConfiguration220 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 …]
9707 Landroid/app/WindowConfiguration;->mAppBounds:Landroid/graphics/Rect;