HomeSort by relevance Sort by last modified time
    Searched defs:removeIcon (Results 1 - 17 of 17) sorted by null

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
FakeStatusBarIconController.java 71 public void removeIcon(String slot, int tag) {
  /packages/apps/Dialer/java/com/android/dialer/app/list/
RemoveView.java 34 ImageView removeIcon;
54 removeIcon = (ImageView) findViewById(R.id.remove_view_icon);
96 removeIcon.setColorFilter(unhighlightedColor);
102 removeIcon.setColorFilter(highlightedColor);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarIconControllerImpl.java 178 removeIcon(index, 0);
265 public void removeIcon(String slot) {
270 public void removeIcon(String slot, int tag) {
271 removeIcon(getSlotIndex(slot), tag);
293 public void removeIcon(int index, int tag) {
298 super.removeIcon(index, tag);
StatusBarIconList.java 68 public void removeIcon(int index, int tag) {
StatusBarIconController.java 71 public void removeIcon(String slot, int tag);
  /frameworks/base/core/java/android/app/
StatusBarManager.java 222 public void removeIcon(String slot) {
226 svc.removeIcon(slot);
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutBitmapSaver.java 146 public void removeIcon(ShortcutInfo shortcut) {
298 removeIcon(shortcut);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 117 default void removeIcon(String slot) { }
191 public void removeIcon(String slot) {
573 mCallbacks.get(i).removeIcon((String) msg.obj);
    [all...]
  /external/pdfium/fxjs/
cjs_document.cpp 104 {"removeIcon", removeIcon_static},
    [all...]
  /frameworks/base/services/core/java/com/android/server/statusbar/
StatusBarManagerService.java 709 public void removeIcon(String slot) {
717 mBar.removeIcon(slot);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 

Completed in 1841 milliseconds