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

/frameworks/base/core/java/android/widget/
H A DImageButton.java92 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.java1625 * Indicates that the View returned true when onSetAlpha() was called and that
9490 * <p>If this view overrides {@link #onSetAlpha(int)} to return true, then this view is
9509 if (onSetAlpha((int) (alpha * 255))) {
9528 * alpha (the return value for onSetAlpha()).
9531 * @return true if the View subclass handles alpha (the return value for onSetAlpha()) and
9538 boolean subclassHandlesAlpha = onSetAlpha((int) (alpha * 255));
13514 if (onSetAlpha(multipliedAlpha)) {
13752 if (!onSetAlpha(multipliedAlpha)) {
13773 onSetAlpha(255);
13863 onSetAlpha(25
16211 protected boolean onSetAlpha(int alpha) { method in class:View
[all...]

Completed in 198 milliseconds