Home
last modified time | relevance | path

Searched refs:stableBottom (Results 1 – 1 of 1) sorted by relevance

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