Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java212 private int mLastTopInset = 0; field in DecorView
1071 mLastTopInset = getColorViewTopInset(insets.getStableInsetTop(), in updateColorViews()
1117 calculateStatusBarColor(), mLastTopInset, in updateColorViews()
1139 && mLastTopInset != 0; in updateColorViews()
1141 int consumedTop = consumingStatusBar ? mLastTopInset : 0; in updateColorViews()