Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsState.java71 static final int FIRST_TYPE = 0; field in InsetsState
74 public static final int TYPE_TOP_BAR = FIRST_TYPE;
158 for (int type = FIRST_TYPE; type <= LAST_TYPE; type++) { in calculateInsets()