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.java217 private int mLastTopInset = 0; field in DecorView
1118 mLastTopInset = getColorViewTopInset(insets.getStableInsetTop(), in updateColorViews()
1174 calculateStatusBarColor(), 0, mLastTopInset, in updateColorViews()
1210 && mLastTopInset != 0 in updateColorViews()
1213 int consumedTop = consumingStatusBar ? mLastTopInset : 0; in updateColorViews()