Home
last modified time | relevance | path

Searched refs:onSetAlpha (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewPropertyAlphaActivity.java136 protected boolean onSetAlpha(int alpha) { in onSetAlpha() method in ViewPropertyAlphaActivity.MyView
141 return super.onSetAlpha(alpha); in onSetAlpha()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusContainer.kt14 protected override fun onSetAlpha(alpha: Int): Boolean {
H A DKeyguardClockFrame.kt15 protected override fun onSetAlpha(alpha: Int): Boolean {
H A DKeyguardStatusView.java150 protected boolean onSetAlpha(int alpha) { in onSetAlpha() method in KeyguardStatusView
H A DKeyguardClockSwitch.java195 protected boolean onSetAlpha(int alpha) { in onSetAlpha() method in KeyguardClockSwitch
/aosp14/frameworks/base/core/java/android/widget/
H A DImageButton.java92 protected boolean onSetAlpha(int alpha) { in onSetAlpha() method in ImageButton
/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceView.java443 protected boolean onSetAlpha(int alpha) { in onSetAlpha() method in SurfaceView
H A DView.java18499 if (onSetAlpha((int) (alpha * 255))) { in setAlpha()
18527 boolean subclassHandlesAlpha = onSetAlpha((int) (alpha * 255)); in setAlphaNoInvalidation()
23518 if (onSetAlpha(multipliedAlpha)) { in setDisplayListProperties()
23725 if (!onSetAlpha(multipliedAlpha)) { in draw()
23739 onSetAlpha(255); in draw()
23807 onSetAlpha(255); in draw()
27535 protected boolean onSetAlpha(int alpha) { in onSetAlpha() method in View
/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.txt17684 HSPLandroid/view/View;->onSetAlpha(I)Z
20228 HSPLandroid/widget/ImageButton;->onSetAlpha(I)Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt17748 HSPLandroid/view/View;->onSetAlpha(I)Z
20292 HSPLandroid/widget/ImageButton;->onSetAlpha(I)Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52414 method protected boolean onSetAlpha(int);