Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsState.java303 public static @InternalInsetType ArraySet<Integer> toInternalType(@InsetType int insetTypes) { in toInternalType() argument
305 if ((insetTypes & Type.TOP_BAR) != 0) { in toInternalType()
308 if ((insetTypes & Type.SIDE_BARS) != 0) { in toInternalType()
313 if ((insetTypes & Type.IME) != 0) { in toInternalType()