Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManager.java2215 public boolean preservePreviousSurfaceInsets = true; field in WindowManager.LayoutParams
2699 preservePreviousSurfaceInsets = preservePrevious; in setSurfaceInsets()
2779 out.writeInt(preservePreviousSurfaceInsets ? 1 : 0); in writeToParcel()
2835 preservePreviousSurfaceInsets = in.readInt() != 0; in LayoutParams()
3046 if (preservePreviousSurfaceInsets != o.preservePreviousSurfaceInsets) { in copyFrom()
3047 preservePreviousSurfaceInsets = o.preservePreviousSurfaceInsets; in copyFrom()
3190 || !preservePreviousSurfaceInsets) { in toString()
3195 if (!preservePreviousSurfaceInsets) { in toString()
DViewRootImpl.java1281 if (mWindowAttributes.preservePreviousSurfaceInsets) { in setLayoutParams()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt79631 Landroid/view/WindowManager$LayoutParams;->preservePreviousSurfaceInsets:Z