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