Searched refs:labelResId (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | SegmentedButtons.java | 81 public void addButton(int labelResId, int contentDescriptionResId, Object value) { in addButton() argument 83 b.setTag(LABEL_RES_KEY, labelResId); in addButton() 84 b.setText(labelResId); in addButton() 106 final int labelResId = (Integer) b.getTag(LABEL_RES_KEY); in updateLocale() local 107 b.setText(labelResId); in updateLocale()
|
/frameworks/base/core/java/android/print/ |
D | PrintAttributes.java | 817 public MediaSize(String id, String packageName, int labelResId, in MediaSize() argument 819 this(id, null, packageName, widthMils, heightMils, labelResId); in MediaSize() 878 int labelResId) { in MediaSize() argument 881 mLabelResId = labelResId; in MediaSize() 890 (!TextUtils.isEmpty(packageName) && labelResId != 0), "label cannot be empty."); in MediaSize()
|
/frameworks/base/media/java/android/media/tv/ |
D | TvInputInfo.java | 261 CharSequence label, int labelResId, Icon icon, Icon iconStandby, Icon iconDisconnected, in TvInputInfo() argument 270 mLabelResId = labelResId; in TvInputInfo()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | PrintSpoolerService.java | 1228 final int labelResId = (labelResIdString != null) in parsePrintJob() local 1232 widthMils, heightMils, labelResId); in parsePrintJob()
|