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/android/support/wear/widget/
H A DCircledImageView.java223 protected boolean onSetAlpha(int alpha) { method in class:CircledImageView
/frameworks/base/core/java/android/view/
H A DView.java2210 * Indicates that the View returned true when onSetAlpha() was called and that
14244 * <p>If this view overrides {@link #onSetAlpha(int)} to return true, then this view is
14271 if (onSetAlpha((int) (alpha * 255))) {
14288 * alpha (the return value for onSetAlpha()).
14291 * @return true if the View subclass handles alpha (the return value for onSetAlpha()) and
14298 boolean subclassHandlesAlpha = onSetAlpha((int) (alpha * 255));
18816 if (onSetAlpha(multipliedAlpha)) {
19014 if (!onSetAlpha(multipliedAlpha)) {
19028 onSetAlpha(255);
19096 onSetAlpha(25
22467 protected boolean onSetAlpha(int alpha) { method in class:View
[all...]

Completed in 117 milliseconds