Searched defs:label (Results 1 - 25 of 78) sorted by relevance

1234

/frameworks/base/core/java/android/gesture/
H A DPrediction.java24 Prediction(String label, double predictionScore) { argument
25 name = label;
H A DInstance.java21 * An instance represents a sample if the label is available or a query if the
22 * label is null.
38 // the label can be null
39 final String label; field in class:Instance
47 label = sampleName;
69 * @param label
72 static Instance createInstance(int sequenceType, int orientationType, Gesture gesture, String label) { argument
77 instance = new Instance(gesture.getID(), pts, label);
81 instance = new Instance(gesture.getID(), pts, label);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardPhoneNumberTranslationCallback.java34 public String onValueReceived(String rawValue, int type, String label, boolean isPrimary); argument
/frameworks/base/core/java/android/util/
H A DTimingLogger.java56 /** A label to be included in every log. */
74 * @param label a string to be displayed with each log
76 public TimingLogger(String tag, String label) { argument
77 reset(tag, label);
86 * @param label a string to be displayed with each log
88 public void reset(String tag, String label) { argument
90 mLabel = label;
96 * the tag and label that was specified previously, either via
97 * the constructor or a call to reset(tag, label). If the
120 * @param splitLabel a label t
[all...]
/frameworks/base/libs/hwui/
H A DDisplayListLogBuffer.cpp81 fprintf(file, "%*s%s\n", 2 * tmpBufferPtr->level, "", tmpBufferPtr->label);
91 * Store the given level and label in the buffer and increment/wrap the mEnd
94 void DisplayListLogBuffer::writeCommand(int level, const char* label) { argument
96 mEnd->label = label;
H A DDisplayListLogBuffer.h34 void writeCommand(int level, const char* label);
43 const char* label; member in struct:android::uirenderer::DisplayListLogBuffer::OpLog
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
H A DInputTypeActivity.java142 private View buildEntryView(int inputType, int label) { argument
150 TextView textView = (TextView) view.findViewById(R.id.label);
151 textView.setText(label);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DFakeActionBar.java31 public FakeActionBar(Context context, Density density, String label, String icon) argument
39 mTextView = setText(1, label);
H A DTitleBar.java31 public TitleBar(Context context, Density density, String label) argument
38 mTextView = setText(0, label);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabaseConfiguration.java39 // when constructing a label to use in log messages.
54 * The label to use to describe the database when it appears in logs.
57 public final String label; field in class:SQLiteDatabaseConfiguration
105 label = stripPathForLogs(path);
124 this.label = other.label;
/frameworks/base/core/java/android/hardware/input/
H A DKeyboardLayout.java43 public KeyboardLayout(String descriptor, String label, String collection) { argument
45 mLabel = label;
67 * Gets the keyboard layout descriptive label to show in the user interface.
68 * @return The keyboard layout descriptive label.
76 * the label of the broadcast receiver or application that provided the keyboard layout.
/frameworks/base/core/java/android/view/inputmethod/
H A DCompletionInfo.java58 * Create a simple completion with just text, no label.
74 * Create a full completion with both text and label. The text is
75 * what will get inserted into the editor, while the label is what
77 * of the constructor without a `label' argument.
84 * @param label The text that the IME should be showing among the
87 public CompletionInfo(long id, int index, CharSequence text, CharSequence label) { argument
91 mLabel = label;
126 * Return the user-visible label for the completion, or null if the plain
137 + "\" id=" + mId + " label=" + mLabel + "}";
/frameworks/base/core/java/com/android/server/net/
H A DBaseNetworkObserver.java59 public void interfaceClassDataActivityChanged(String label, boolean active) { argument
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DHorizontalFocusSearch.java93 private Button makeTall(String label) { argument
95 button.setText(label);
102 private Button addShort(LinearLayout root, String label, boolean atBottom) { argument
104 button.setText(label);
H A DVerticalFocusSearch.java101 private Button makeWide(String label) { argument
103 button.setText(label);
114 * @param label The label of the button.
118 private Button addSkinny(LinearLayout root, String label, boolean atRight) { argument
120 button.setText(label);
/frameworks/base/core/tests/inputmethodtests/src/android/os/
H A DInputMethodTest.java90 CharSequence label, boolean isAuxIme, boolean isDefault,
103 si.nonLocalizedLabel = label;
89 createDummyInputMethodInfo(String packageName, String name, CharSequence label, boolean isAuxIme, boolean isDefault, List<InputMethodSubtype> subtypes) argument
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProviderInfo.java143 * The label to display to the user in the AppWidget picker. If not supplied in the
144 * xml, the application label will be used.
146 * <p>This field corresponds to the <code>android:label</code> attribute in
149 public String label; field in class:AppWidgetProviderInfo
218 this.label = in.readString();
246 out.writeString(this.label);
266 that.label = this.label == null ? null : this.label.substring(0);
/frameworks/base/core/java/android/content/
H A DClipDescription.java68 * @param label Label to show to the user describing this clip.
71 public ClipDescription(CharSequence label, String[] mimeTypes) { argument
75 mLabel = label;
114 * Return the label for this clip.
H A DClipData.java44 * For display to the user, it also has a label and iconic representation.</p>
616 * @param label Label to show to the user describing this clip.
620 public ClipData(CharSequence label, String[] mimeTypes, Item item) { argument
621 mClipDescription = new ClipDescription(label, mimeTypes);
662 * @param label User-visible label for the clip data.
666 static public ClipData newPlainText(CharSequence label, CharSequence text) { argument
668 return new ClipData(label, MIMETYPES_TEXT_PLAIN, item);
675 * @param label User-visible label fo
681 newHtmlText(CharSequence label, CharSequence text, String htmlText) argument
695 newIntent(CharSequence label, Intent intent) argument
711 newUri(ContentResolver resolver, CharSequence label, Uri uri) argument
751 newRawUri(CharSequence label, Uri uri) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DLocalePicker.java61 String label; field in class:LocalePicker.LocaleInfo
64 public LocaleInfo(String label, Locale locale) { argument
65 this.label = label;
70 return label;
79 return this.label;
84 return sCollator.compare(this.label, another.label);
90 * {@link LocaleInfo#label}.
156 preprocess[finalSize-1].label
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DTaskDescription.java34 private CharSequence mLabel; // application package label
76 public void setLabel(CharSequence label) { argument
77 mLabel = label;
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java934 void timeNotification(int n, String label, long time) { argument
937 time, label, "" + new java.util.Date(time), null));
/frameworks/ex/chips/src/com/android/ex/chips/
H A DQueries.java42 public CharSequence getTypeLabel(Resources res, int type, CharSequence label) {
43 return Phone.getTypeLabel(res, type, label);
60 public CharSequence getTypeLabel(Resources res, int type, CharSequence label) {
61 return Email.getTypeLabel(res, type, label);
98 public abstract CharSequence getTypeLabel(Resources res, int type, CharSequence label); argument
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardEntryTests.java174 public void onElementGroupStarted(EntryLabel label) { argument
178 mLabel = label;
/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminInfo.java153 final public int label; field in class:DeviceAdminInfo.PolicyInfo
159 label = labelIn;
338 * Load the user-displayed label for this device admin.

Completed in 642 milliseconds

1234