Searched defs:applyFromShortcutInfo (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DBubbleTextView.java90 public void applyFromShortcutInfo(ShortcutInfo info, IconCache iconCache) { method in class:BubbleTextView
/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java180 public void applyFromShortcutInfo(ShortcutInfo info) { method in class:BubbleTextView
181 applyFromShortcutInfo(info, false);
184 public void applyFromShortcutInfo(ShortcutInfo info, boolean promiseStateChanged) { method in class:BubbleTextView
601 applyFromShortcutInfo((ShortcutInfo) info);

Completed in 634 milliseconds