Searched defs:updateIcon (Results 1 - 5 of 5) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DDropBadgeView.java84 void updateIcon(Drawable icon) { method in class:DropBadgeView
H A DDragShadowBuilder.java94 void updateIcon(Drawable icon) { method in class:DragShadowBuilder
95 mIcon.updateIcon(icon);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DShortcutInfo.java92 updateIcon(iconCache);
97 public void updateIcon(IconCache iconCache) { method in class:ShortcutInfo
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
H A DDragAndDropManagerTests.java835 void updateIcon(Drawable icon) { method in class:DragAndDropManagerTests.TestDragShadowBuilder
/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
H A DSwipeButtonHelper.java93 updateIcon(
101 updateIcon(
434 updateIcon(
443 updateIcon(
454 updateIcon(
498 updateIcon(rightIcon, 0f, 0f, true, false, false, false);
499 updateIcon(leftIcon, 0f, 0f, true, false, false, false);
502 private void updateIcon( method in class:SwipeButtonHelper
600 updateIcon(otherView, 0.0f, 0, true, false, true, false);
605 updateIcon(otherVie
[all...]

Completed in 144 milliseconds