Searched refs:getColorViewLeftInset (Results 1 – 2 of 2) sorted by relevance
42 import static com.android.internal.policy.DecorView.getColorViewLeftInset;407 final int colorViewLeftInset = getColorViewLeftInset(mStableInsets.left, in calculateSnapshotFrame()
1067 public static int getColorViewLeftInset(int stableLeft, int systemLeft) { in getColorViewLeftInset() method1089 (int) (getColorViewLeftInset(stableInsets.left, contentInsets.left) * scale); in getNavigationBarRect()1091 (int) (getColorViewLeftInset(stableInsets.right, contentInsets.right) * scale); in getNavigationBarRect()