Searched refs:getColorViewLeftInset (Results 1 – 2 of 2) sorted by relevance
39 import static com.android.internal.policy.DecorView.getColorViewLeftInset;347 final int colorViewLeftInset = getColorViewLeftInset(mStableInsets.left, in calculateSnapshotFrame()
1028 public static int getColorViewLeftInset(int stableLeft, int systemLeft) { in getColorViewLeftInset() method1048 final int leftInset = getColorViewLeftInset(stableInsets.left, contentInsets.left); in getNavigationBarRect()1049 final int rightInset = getColorViewLeftInset(stableInsets.right, contentInsets.right); in getNavigationBarRect()