Home
last modified time | relevance | path

Searched defs:typeMask (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowInsets.java214 static Insets getInsets(Insets[] typeInsetsMap, @InsetsType int typeMask) { in getInsets()
236 private static void setInsets(Insets[] typeInsetsMap, @InsetsType int typeMask, Insets insets) { in setInsets()
341 public Insets getInsets(@InsetsType int typeMask) { in getInsets()
365 public Insets getInsetsIgnoringVisibility(@InsetsType int typeMask) { in getInsetsIgnoringVisibility()
380 public boolean isVisible(@InsetsType int typeMask) { in isVisible()
1217 public Builder setInsets(@InsetsType int typeMask, @NonNull Insets insets) { in setInsets()
1247 public Builder setInsetsIgnoringVisibility(@InsetsType int typeMask, @NonNull Insets insets) in setInsetsIgnoringVisibility()
1270 public Builder setVisible(@InsetsType int typeMask, boolean visible) { in setVisible()
DWindowInsetsController.java321 @InsetsType int typeMask); in onControllableInsetsChanged()
DWindowInsetsAnimation.java55 public WindowInsetsAnimation( in WindowInsetsAnimation()
/frameworks/base/core/tests/coretests/src/android/view/
DPendingInsetsControllerTest.java207 (controller, typeMask) -> {}); in testReplayTwice() argument
DInsetsControllerTest.java172 ((controller, typeMask) -> assertEquals(statusBars(), typeMask))); in testControlsChanged() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsImeTest.java210 int typeMask) { in onControllableInsetsChanged()
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DSourceTransformer.kt86 val typeMask = LogDataType.logDataTypesToBitMask(argTypes) in <lambda>() constant
/frameworks/base/tools/aapt2/test/
DBuilders.cpp180 AttributeBuilder& AttributeBuilder::SetTypeMask(uint32_t typeMask) { in SetTypeMask()
/frameworks/base/tools/aapt2/
DResourceParser.cpp1595 const uint32_t typeMask) { in ParseArrayImpl()