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