Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManager.java2852 public boolean preservePreviousSurfaceInsets = true; field in WindowManager.LayoutParams
3645 preservePreviousSurfaceInsets = preservePrevious; in setSurfaceInsets()
3805 out.writeBoolean(preservePreviousSurfaceInsets); in writeToParcel()
3877 preservePreviousSurfaceInsets = in.readBoolean(); in LayoutParams()
4125 if (preservePreviousSurfaceInsets != o.preservePreviousSurfaceInsets) { in copyFrom()
4126 preservePreviousSurfaceInsets = o.preservePreviousSurfaceInsets; in copyFrom()
4312 || !preservePreviousSurfaceInsets) { in toString()
4317 if (!preservePreviousSurfaceInsets) { in toString()
DViewRootImpl.java1550 if (mWindowAttributes.preservePreviousSurfaceInsets) { in setLayoutParams()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt68525 Landroid/view/WindowManager$LayoutParams;->preservePreviousSurfaceInsets:Z