Home
last modified time | relevance | path

Searched refs:getCurrentAlpha (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DExtendedBitmapDrawable.java472 setInnerAlpha(getCurrentAlpha()); in Placeholder()
502 setInnerAlpha(getCurrentAlpha()); in stopPulsing()
524 if (getCurrentAlpha() == 0) { in setVisible()
574 if (getCurrentAlpha() == 0 && mRotateAnimator != null) { in setVisible()
DTileDrawable.java125 protected int getCurrentAlpha() { in getCurrentAlpha() method in TileDrawable