Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java226 static Insets getInsets(Insets[] typeInsetsMap, @InsetsType int typeMask) { in getInsets()
248 private static void setInsets(Insets[] typeInsetsMap, @InsetsType int typeMask, Insets insets) { in setInsets()
361 public Insets getInsets(@InsetsType int typeMask) { in getInsets()
385 public Insets getInsetsIgnoringVisibility(@InsetsType int typeMask) { in getInsetsIgnoringVisibility()
400 public boolean isVisible(@InsetsType int typeMask) { in isVisible()
530 public List<Rect> getBoundingRects(@InsetsType int typeMask) { in getBoundingRects()
567 public List<Rect> getBoundingRectsIgnoringVisibility(@InsetsType int typeMask) { in getBoundingRectsIgnoringVisibility()
574 private List<Rect> getBoundingRects(Rect[][] typeBoundingRectsMap, @InsetsType int typeMask) { in getBoundingRects()
1504 public Builder setInsets(@InsetsType int typeMask, @NonNull Insets insets) { in setInsets()
1534 public Builder setInsetsIgnoringVisibility(@InsetsType int typeMask, @NonNull Insets insets) in setInsetsIgnoringVisibility()
[all …]
DWindowInsetsAnimation.java55 public WindowInsetsAnimation( in WindowInsetsAnimation()
DWindowInsetsController.java378 @InsetsType int typeMask); in onControllableInsetsChanged()
/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.java228 (controller, typeMask) -> {}); in testReplayTwice() argument
DInsetsControllerTest.java190 ((controller, typeMask) -> assertEquals(statusBars(), typeMask))); in testControlsChanged() local
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DSourceTransformer.kt142 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.java424 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()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...