Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java259 private boolean mApplyFloatingVerticalInsets = false; field in DecorView
698 mApplyFloatingVerticalInsets = false;
719 mApplyFloatingVerticalInsets = true;
787 if (mApplyFloatingVerticalInsets) { in onLayout()