Searched defs:onSetAlpha (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DImageButton.java91 protected boolean onSetAlpha(int alpha) { method in class:ImageButton
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewPropertyAlphaActivity.java136 protected boolean onSetAlpha(int alpha) { method in class:ViewPropertyAlphaActivity.MyView
141 return super.onSetAlpha(alpha);
/frameworks/support/wear/src/main/java/androidx/wear/widget/
H A DCircledImageView.java217 protected boolean onSetAlpha(int alpha) { method in class:CircledImageView
/frameworks/base/core/java/android/view/
H A DView.java2276 * Indicates that the View returned true when onSetAlpha() was called and that
15028 * <p>If this view overrides {@link #onSetAlpha(int)} to return true, then this view is
15051 if (onSetAlpha((int) (alpha * 255))) {
15068 * alpha (the return value for onSetAlpha()).
15071 * @return true if the View subclass handles alpha (the return value for onSetAlpha()) and
15078 boolean subclassHandlesAlpha = onSetAlpha((int) (alpha * 255));
19831 if (onSetAlpha(multipliedAlpha)) {
20029 if (!onSetAlpha(multipliedAlpha)) {
20043 onSetAlpha(255);
20111 onSetAlpha(25
23565 protected boolean onSetAlpha(int alpha) { method in class:View
[all...]

Completed in 187 milliseconds