Searched refs:updateIcon (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java86 updateIcon(mLeftIcon, 0.0f, SWIPE_RESTING_ALPHA_AMOUNT, false, false);
87 updateIcon(mCenterIcon, 0.0f, SWIPE_RESTING_ALPHA_AMOUNT, false, false);
88 updateIcon(mRightIcon, 0.0f, SWIPE_RESTING_ALPHA_AMOUNT, false, false);
357 updateIcon(targetView, radius, alpha, false, false);
359 updateIcon(targetView, 0.0f, fadeOutAlpha, animateIcons, slowAnimation);
361 updateIcon(otherView, 0.0f, fadeOutAlpha, animateIcons, slowAnimation);
362 updateIcon(mCenterIcon, 0.0f, fadeOutAlpha, animateIcons, slowAnimation);
393 updateIcon(mRightIcon, 0f, 0f, true, false);
394 updateIcon(mLeftIcon, 0f, 0f, true, false);
397 private void updateIcon(KeyguardAffordanceVie method in class:KeyguardAffordanceHelper
[all...]
H A DPhoneStatusBar.java1290 public void updateIcon(String slot, int index, int viewIndex, method in class:PhoneStatusBar
1292 if (SPEW) Log.d(TAG, "updateIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessController.java199 updateIcon(mAutomatic);
253 private void updateIcon(boolean automatic) { method in class:BrightnessController
270 updateIcon(mAutomatic);
273 updateIcon(false /*automatic*/);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java41 public void updateIcon(String slot, int index, int viewIndex, StatusBarIcon old, method in class:TvStatusBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java79 public void updateIcon(String slot, int index, int viewIndex, method in interface:CommandQueue.Callbacks
265 mCallbacks.updateIcon(mList.getSlot(index), index, viewIndex,
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java182 updateIcon(holder, td.getIcon(), true, false);
471 private void updateIcon(ViewHolder h, Drawable icon, boolean show, boolean anim) { method in class:RecentsPanelView
536 updateIcon(h, td.getIcon(), true, animateShow);

Completed in 152 milliseconds