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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyboardShortcutAppItemLayout.java 47 ImageView shortcutIcon = findViewById(R.id.keyboard_shortcuts_icon);
52 if (shortcutIcon.getVisibility() == View.VISIBLE) {
53 availableWidth = availableWidth - shortcutIcon.getMeasuredWidth();
KeyboardShortcuts.java 629 ImageView shortcutIcon = (ImageView) shortcutView
631 shortcutIcon.setImageIcon(info.getIcon());
632 shortcutIcon.setVisibility(View.VISIBLE);
    [all...]

Completed in 418 milliseconds