Home | History | Annotate | Download | only in expected

Lines Matching defs:mLabel

97             return mIconId == moreKeySpec.mIconId && moreKeySpec.mLabel == null;
120 private final String mLabel;
123 mLabel = label;
133 return mLabel;
138 return new Label(StringUtils.toTitleCaseOfKeyLabel(mLabel, locale));
143 return new CasePreservedLabel(mLabel);
148 return mLabel.equals(text);
155 return mLabel.equals(key.getLabel())
164 return mLabel.equals(moreKeySpec.mLabel)
170 return output.hasSameKeyOutput(mLabel);
175 return (visual instanceof Label) && mLabel.equals(((Label)visual).mLabel);
180 return mLabel;