Searched refs:label (Results 176 - 178 of 178) sorted by relevance

12345678

/frameworks/base/core/java/android/view/
H A DView.java3095 * Specifies the id of a view for which this view serves as a label for
3101 * Predicate for matching labeled view id with its label for
5644 View label = rootView.findLabelForView(this, mID);
5645 if (label != null) {
5646 info.setLabeledBy(label);
6043 * Gets the id of a view for which this view serves as a label for
6054 * Sets the id of a view for which this view serves as a label for
/frameworks/base/core/java/android/widget/
H A DTextView.java4413 public void setImeActionLabel(CharSequence label, int actionId) { argument
4416 mEditor.mInputContentType.imeActionLabel = label;
4421 * Get the IME action label previous set with {@link #setImeActionLabel}.
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java2147 info.label = activityInfo.loadLabel(mContext.getPackageManager()).toString();

Completed in 209 milliseconds

12345678