Home
last modified time | relevance | path

Searched refs:setLayerInset (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DInstantInsetLayerDrawable.java33 public void setLayerInset(int index, int l, int t, int r, int b) { in setLayerInset() method in InstantInsetLayerDrawable
34 super.setLayerInset(index, l, t, r, b); in setLayerInset()
H A DMenuView.java177 getContainerViewInsetLayer().setLayerInset(INDEX_MENU_ITEM, insets[0], insets[1], insets[2], in onEdgeChanged()
344 getContainerViewInsetLayer().setLayerInset(INDEX_MENU_ITEM, insets[0], insets[1], insets[2], in onDraggingStart()
/aosp14/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
H A DAdaptiveIcon.java57 setLayerInset(1 /* index */, insetPx, insetPx, insetPx, insetPx); in AdaptiveIcon()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DLayerDrawable.java778 public void setLayerInset(int index, int l, int t, int r, int b) { in setLayerInset() method in LayerDrawable
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt7513 HSPLandroid/graphics/drawable/LayerDrawable;->setLayerInset(IIIII)V
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt7516 HSPLandroid/graphics/drawable/LayerDrawable;->setLayerInset(IIIII)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt17190 method public void setLayerInset(int, int, int, int, int);