Searched refs:systemBottom (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1014 public static int getColorViewBottomInset(int stableBottom, int systemBottom) { argument
1015 return Math.min(stableBottom, systemBottom);

Completed in 13 milliseconds