Searched refs:getColorViewTopInset (Results 1 – 3 of 3) sorted by relevance
40 import static com.android.internal.policy.DecorView.getColorViewTopInset;467 return getColorViewTopInset(mStableInsets.top, mContentInsets.top); in getStatusBarColorViewHeight()
373 final int topInset = DecorView.getColorViewTopInset(mStableInsets.top, mSystemInsets.top); in drawColorViews()
1016 public static int getColorViewTopInset(int stableTop, int systemTop) { in getColorViewTopInset() method1071 mLastTopInset = getColorViewTopInset(insets.getStableInsetTop(), in updateColorViews()