Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java199 static Insets getInsets(Insets[] typeInsetsMap, @InsetsType int typeMask) { in getInsets()
221 private static void setInsets(Insets[] typeInsetsMap, @InsetsType int typeMask, Insets insets) { in setInsets()
333 public Insets getInsets(@InsetsType int typeMask) { in getInsets()
357 public Insets getInsetsIgnoringVisibility(@InsetsType int typeMask) { in getInsetsIgnoringVisibility()
372 public boolean isVisible(@InsetsType int typeMask) { in isVisible()
1261 public Builder setInsets(@InsetsType int typeMask, @NonNull Insets insets) { in setInsets()
1291 public Builder setInsetsIgnoringVisibility(@InsetsType int typeMask, @NonNull Insets insets) in setInsetsIgnoringVisibility()
1314 public Builder setVisible(@InsetsType int typeMask, boolean visible) { in setVisible()
DWindowInsetsController.java344 @InsetsType int typeMask); in onControllableInsetsChanged()
DWindowInsetsAnimation.java55 public WindowInsetsAnimation( in WindowInsetsAnimation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsImeTest.java215 int typeMask) { in onControllableInsetsChanged()
/frameworks/base/core/tests/coretests/src/android/view/
DPendingInsetsControllerTest.java207 (controller, typeMask) -> {}); in testReplayTwice() argument
DInsetsControllerTest.java187 ((controller, typeMask) -> assertEquals(statusBars(), typeMask))); in testControlsChanged() local
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DSourceTransformer.kt86 val typeMask = LogDataType.logDataTypesToBitMask(argTypes) in <lambda>() constant
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
DParameterManagerWrapper.cpp347 uint32_t typeMask = isOut ? type : (type & ~AUDIO_DEVICE_BIT_IN); in convertDeviceTypeToCriterionValue() local
/frameworks/base/core/java/android/hardware/usb/
DUsbPort.java403 public boolean isAltModeSupported(@AltModeType int typeMask) { in isAltModeSupported()
/frameworks/base/tools/aapt2/test/
DBuilders.cpp170 AttributeBuilder& AttributeBuilder::SetTypeMask(uint32_t typeMask) { in SetTypeMask()
/frameworks/base/tools/aapt2/
DResourceParser.cpp1604 const uint32_t typeMask) { in ParseArrayImpl()