HomeSort by relevance Sort by last modified time
    Searched refs:updateIconAlpha (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardAffordanceHelper.java 419 updateIconAlpha(targetView, alpha + fadeOutAlpha * targetView.getRestingAlpha(), false);
420 updateIconAlpha(otherView, fadeOutAlpha * otherView.getRestingAlpha(), false);
421 updateIconAlpha(mCenterIcon, fadeOutAlpha * mCenterIcon.getRestingAlpha(), false);
454 updateIconAlpha(view, alpha, animate);
457 private void updateIconAlpha(KeyguardAffordanceView view, float alpha, boolean animate) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationHeaderViewWrapper.java 187 updateIconAlpha(mIcon, dark);
251 private void updateIconAlpha(ImageView target, boolean dark) {

Completed in 65 milliseconds