Home | History | Annotate | Download | only in expected

Lines Matching defs:mIconId

54         private final int mIconId;
57 mIconId = iconId;
62 return mIconId;
89 return mIconId == key.getIconId() && key.getLabel() == null;
97 return mIconId == moreKeySpec.mIconId && moreKeySpec.mLabel == null;
107 return (visual instanceof Icon) && mIconId == ((Icon)visual).mIconId;
112 return KeyboardIconsSet.getIconName(mIconId);
165 && moreKeySpec.mIconId == KeyboardIconsSet.ICON_UNDEFINED;