Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManager.java3893 public boolean preservePreviousSurfaceInsets = true; field in WindowManager.LayoutParams
4881 preservePreviousSurfaceInsets = preservePrevious; in setSurfaceInsets()
5148 out.writeBoolean(preservePreviousSurfaceInsets); in writeToParcel()
5225 preservePreviousSurfaceInsets = in.readBoolean(); in LayoutParams()
5485 if (preservePreviousSurfaceInsets != o.preservePreviousSurfaceInsets) { in copyFrom()
5486 preservePreviousSurfaceInsets = o.preservePreviousSurfaceInsets; in copyFrom()
5736 || !preservePreviousSurfaceInsets) { in toString()
5741 if (!preservePreviousSurfaceInsets) { in toString()
DViewRootImpl.java2136 if (mWindowAttributes.preservePreviousSurfaceInsets) {
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt64559 Landroid/view/WindowManager$LayoutParams;->preservePreviousSurfaceInsets:Z