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