Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsController.java20 import static android.view.InsetsState.toPublicType;
247 typesReady |= InsetsState.toPublicType(consumer.getType()); in show()
266 typesReady |= InsetsState.toPublicType(consumer.getType()); in hide()
337 typesReady |= InsetsState.toPublicType(consumer.getType()); in collectConsumers()
347 mPendingTypesToShow &= ~InsetsState.toPublicType(TYPE_IME); in collectConsumers()
356 typesReady |= InsetsState.toPublicType(consumer.getType()); in collectConsumers()
400 if ((control.getTypes() & toPublicType(consumer.getType())) != 0) { in notifyControlRevoked()
DInsetsState.java169 && (toPublicType(type) & Type.compatSystemInsets()) != 0; in calculateInsets()
171 typeVisibilityMap[indexOf(toPublicType(type))] = source.isVisible(); in calculateInsets()
194 int type = toPublicType(source.getType()); in processSource()
319 static @InsetType int toPublicType(@InternalInsetType int type) { in toPublicType() method in InsetsState
DInsetsAnimationControlImpl.java23 import static android.view.InsetsState.toPublicType;
182 boolean visible = (shownTypes & toPublicType(consumer.getType())) != 0; in finish()