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