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.java245 private boolean mApplyFloatingVerticalInsets = false; field in DecorView
672 mApplyFloatingVerticalInsets = false;
693 mApplyFloatingVerticalInsets = true;
761 if (mApplyFloatingVerticalInsets) { in onLayout()