Searched refs:stableTop (Results 1 – 1 of 1) sorted by relevance
1057 public static int getColorViewTopInset(int stableTop, int systemTop) { in getColorViewTopInset() argument1058 return Math.min(stableTop, systemTop); in getColorViewTopInset()