Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java180 private static Insets getInsets(Insets[] typeInsetsMap, @InsetType int typeMask) { in getInsets()
202 private static void setInsets(Insets[] typeInsetsMap, @InsetType int typeMask, Insets insets) { in setInsets()
294 public Insets getInsets(@InsetType int typeMask) { in getInsets()
317 public Insets getMaxInsets(@InsetType int typeMask) throws IllegalArgumentException { in getMaxInsets()
333 public boolean isVisible(@InsetType int typeMask) { in isVisible()
1020 public Builder setInsets(@InsetType int typeMask, @NonNull Insets insets) { in setInsets()
1051 public Builder setMaxInsets(@InsetType int typeMask, @NonNull Insets insets) in setMaxInsets()
1075 public Builder setVisible(@InsetType int typeMask, boolean visible) { in setVisible()
DWindowInsetsAnimationListener.java71 InsetsAnimation(int typeMask, Insets lowerBound, Insets upperBound) { in InsetsAnimation()
/frameworks/base/tools/aapt2/test/
DBuilders.cpp172 AttributeBuilder& AttributeBuilder::SetTypeMask(uint32_t typeMask) { in SetTypeMask()
/frameworks/base/tools/aapt2/
DResourceParser.cpp1508 const uint32_t typeMask) { in ParseArrayImpl()