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

/frameworks/base/core/java/android/widget/
H A DImageButton.java89 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/base/core/java/android/view/
H A DView.java1695 * Indicates that the View returned true when onSetAlpha() was called and that
11431 * <p>If this view overrides {@link #onSetAlpha(int)} to return true, then this view is
11454 if (onSetAlpha((int) (alpha * 255))) {
11473 * alpha (the return value for onSetAlpha()).
11476 * @return true if the View subclass handles alpha (the return value for onSetAlpha()) and
11483 boolean subclassHandlesAlpha = onSetAlpha((int) (alpha * 255));
15851 if (onSetAlpha(multipliedAlpha)) {
16048 if (!onSetAlpha(multipliedAlpha)) {
16062 onSetAlpha(255);
16126 onSetAlpha(25
19189 protected boolean onSetAlpha(int alpha) { method in class:View
[all...]

Completed in 92 milliseconds