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.java252 private boolean mApplyFloatingVerticalInsets = false; field in DecorView
677 mApplyFloatingVerticalInsets = false;
698 mApplyFloatingVerticalInsets = true;
766 if (mApplyFloatingVerticalInsets) { in onLayout()