Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java179 private static Insets getInsets(Insets[] typeInsetsMap, @InsetType int typeMask) { in getInsets()
201 private static void setInsets(Insets[] typeInsetsMap, @InsetType int typeMask, Insets insets) { in setInsets()
293 public Insets getInsets(@InsetType int typeMask) { in getInsets()
316 public Insets getMaxInsets(@InsetType int typeMask) throws IllegalArgumentException { in getMaxInsets()
332 public boolean isVisible(@InsetType int typeMask) { in isVisible()
1011 public Builder setInsets(@InsetType int typeMask, @NonNull Insets insets) { in setInsets()
1042 public Builder setMaxInsets(@InsetType int typeMask, @NonNull Insets insets) in setMaxInsets()
1066 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.cpp1506 const uint32_t typeMask) { in ParseArrayImpl()