Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1010 public static int getColorViewTopInset(int stableTop, int systemTop) { in getColorViewTopInset() argument
1011 return Math.min(stableTop, systemTop); in getColorViewTopInset()