Searched refs:stableBottom (Results 1 – 1 of 1) sorted by relevance
1061 public static int getColorViewBottomInset(int stableBottom, int systemBottom) { in getColorViewBottomInset() argument1062 return Math.min(stableBottom, systemBottom); in getColorViewBottomInset()