Searched refs:stableRight (Results 1 – 1 of 1) sorted by relevance
1063 public static int getColorViewRightInset(int stableRight, int systemRight) { in getColorViewRightInset() argument1064 return Math.min(stableRight, systemRight); in getColorViewRightInset()