Searched defs:typeMask (Results 1 – 10 of 10) sorted by relevance
231 static Insets getInsets(Insets[] typeInsetsMap, @InsetsType int typeMask) { in getInsets()253 private static void setInsets(Insets[] typeInsetsMap, @InsetsType int typeMask, Insets insets) { in setInsets()366 public Insets getInsets(@InsetsType int typeMask) { in getInsets()390 public Insets getInsetsIgnoringVisibility(@InsetsType int typeMask) { in getInsetsIgnoringVisibility()405 public boolean isVisible(@InsetsType int typeMask) { in isVisible()535 public List<Rect> getBoundingRects(@InsetsType int typeMask) { in getBoundingRects()572 public List<Rect> getBoundingRectsIgnoringVisibility(@InsetsType int typeMask) { in getBoundingRectsIgnoringVisibility()579 private List<Rect> getBoundingRects(Rect[][] typeBoundingRectsMap, @InsetsType int typeMask) { in getBoundingRects()1524 public Builder setInsets(@InsetsType int typeMask, @NonNull Insets insets) { in setInsets()1554 public Builder setInsetsIgnoringVisibility(@InsetsType int typeMask, @NonNull Insets insets) in setInsetsIgnoringVisibility()[all …]
55 public WindowInsetsAnimation( in WindowInsetsAnimation()
381 @InsetsType int typeMask); in onControllableInsetsChanged()
218 int typeMask) { in onControllableInsetsChanged()
228 (controller, typeMask) -> {}); in testReplayTwice() argument
189 ((controller, typeMask) -> assertEquals(statusBars(), typeMask))); in testControlsChanged() local
141 val typeMask = LogDataType.logDataTypesToBitMask(argTypes) in <lambda>() constant
424 public boolean isAltModeSupported(@AltModeType int typeMask) { in isAltModeSupported()
170 AttributeBuilder& AttributeBuilder::SetTypeMask(uint32_t typeMask) { in SetTypeMask()
1648 const uint32_t typeMask) { in ParseArrayImpl()