Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManager.java3369 public boolean preservePreviousSurfaceInsets = true; field in WindowManager.LayoutParams
4230 preservePreviousSurfaceInsets = preservePrevious; in setSurfaceInsets()
4390 out.writeBoolean(preservePreviousSurfaceInsets); in writeToParcel()
4460 preservePreviousSurfaceInsets = in.readBoolean(); in LayoutParams()
4706 if (preservePreviousSurfaceInsets != o.preservePreviousSurfaceInsets) { in copyFrom()
4707 preservePreviousSurfaceInsets = o.preservePreviousSurfaceInsets; in copyFrom()
4931 || !preservePreviousSurfaceInsets) { in toString()
4936 if (!preservePreviousSurfaceInsets) { in toString()
DViewRootImpl.java1736 if (mWindowAttributes.preservePreviousSurfaceInsets) {
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt65202 Landroid/view/WindowManager$LayoutParams;->preservePreviousSurfaceInsets:Z