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

12345678

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DHwTests.java87 String label = labelSeq != null
91 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) {
93 String[] labelPath = label.split("/");
/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/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DVectorDrawableTest.java86 String label = labelSeq != null
90 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) {
92 String[] labelPath = label.split("/");
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java793 final String label = contentValues.getAsString(Phone.LABEL);
811 phoneNumber, type, label, isPrimary);
814 appendTelLine(type, label, phoneNumber, isPrimary);
822 appendTelLine(type, label, phoneNumber, isPrimary);
869 appendTelLine(type, label, formatted, isPrimary);
945 final String label = contentValues.getAsString(Email.LABEL);
952 appendEmailLine(type, label, emailAddress, isPrimary);
1025 final String label = currentContentValues.getAsString(StructuredPostal.LABEL);
1026 appendPostalLine(currentType, label, currentContentValues, false, true);
1037 final String label
1444 appendPostalLine(final int type, final String label, final ContentValues contentValues, final boolean isPrimary, final boolean emitEveryTime) argument
1522 appendEmailLine(final int type, final String label, final String rawValue, final boolean isPrimary) argument
1572 appendTelLine(final Integer typeAsInteger, final String label, final String encodedValue, boolean isPrimary) argument
[all...]
H A DVCardUtils.java189 * when not, which should be set to label.
197 String label = null;
247 label = labelCandidate;
270 return label;
277 public static boolean isMobilePhoneLabel(final String label) { argument
280 // To support mobile type at that time, this custom label had been used.
281 return ("_AUTO_CELL".equals(label) || sMobilePhoneLabelSet.contains(label));
284 public static boolean isValidInV21ButUnknownToContactsPhoteType(final String label) { argument
285 return sPhoneTypesUnknownToContactsSet.contains(label);
[all...]
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp52 const char* label; member in struct:android::Modifier
211 result = key->label;
571 char16_t label = parcel->readInt32(); local
578 key->label = label;
619 parcel->writeInt32(key->label);
637 label(0), number(0), firstBehavior(NULL) {
641 label(other.label), number(other.number),
781 ALOGE("%s: Expected keyboard type label, go
[all...]
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py221 for label in axes.get_xticklabels():
222 label.set_fontsize(9)
223 for label in axes.get_yticklabels():
224 label.set_fontsize(9)
229 def _add_timeseries_line(self, axes, label, color, linewidth=1):
230 return axes.plot([], label=label, color=color, linewidth=linewidth)[0]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java120 private static native long nativeOpen(String path, int openFlags, String label, argument
210 mConfiguration.label,
346 + mConfiguration.label + "' from '" + value + "' to '" + newValue
393 throw new SQLiteException("Failed to change locale for db '" + mConfiguration.label
1140 String label = " (attached) " + name;
1142 label += ": " + path;
1144 dbStatsList.add(new DbStats(label, pageCount, pageSize, 0, 0, 0, 0));
1166 String label = mConfiguration.path;
1168 label += " (" + mConnectionId + ")";
1170 return new DbStats(label, pageCoun
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvInputInfo.java169 * @param label The label of this TvInputInfo. If it is {@code null} or empty, {@code service}
170 * label will be loaded.
175 HdmiDeviceInfo hdmiDeviceInfo, String parentId, String label, Uri iconUri)
180 hdmiDeviceInfo), parentId, TYPE_HDMI, label, iconUri, isConnectedToHdmiSwitch);
194 * @param label The label of this TvInputInfo. If it is {@code null} or empty, {@code service}
195 * label will be loaded.
200 TvInputHardwareInfo hardwareInfo, String label, Uri iconUri)
205 hardwareInfo), null, inputType, label, iconUr
174 createTvInputInfo(Context context, ResolveInfo service, HdmiDeviceInfo hdmiDeviceInfo, String parentId, String label, Uri iconUri) argument
199 createTvInputInfo(Context context, ResolveInfo service, TvInputHardwareInfo hardwareInfo, String label, Uri iconUri) argument
208 createTvInputInfo(Context context, ResolveInfo service, String id, String parentId, int inputType, String label, Uri iconUri, boolean isConnectedToHdmiSwitch) argument
[all...]
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java153 TextView label = new TextView(this);
154 label.setText(text);
155 root.addView(label, new LinearLayout.LayoutParams(LinearLayout.LayoutParams.MATCH_PARENT,
/frameworks/base/core/java/android/speech/tts/
H A DTtsEngines.java285 CharSequence label = service.loadLabel(pm);
286 engine.label = TextUtils.isEmpty(label) ? engine.name : label.toString();
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodInfo.java261 CharSequence label, String settingsActivity) {
262 this(buildDummyResolveInfo(packageName, className, label), false, settingsActivity, null,
296 CharSequence label) {
307 si.nonLocalizedLabel = label;
353 * Load the user-displayed label for this input method.
260 InputMethodInfo(String packageName, String className, CharSequence label, String settingsActivity) argument
295 buildDummyResolveInfo(String packageName, String className, CharSequence label) argument
/frameworks/base/core/java/android/widget/
H A DCalendarViewLegacyDelegate.java708 TextView label = (TextView) mDayNamesHeader.getChildAt(0);
710 label.setVisibility(View.VISIBLE);
712 label.setVisibility(View.GONE);
715 label = (TextView) mDayNamesHeader.getChildAt(i);
717 label.setTextAppearance(mContext, mWeekDayTextAppearanceResId);
720 label.setText(mDayNamesShort[i - 1]);
721 label.setContentDescription(mDayNamesLong[i - 1]);
722 label.setVisibility(View.VISIBLE);
724 label.setVisibility(View.GONE);
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp83 const String8 label; member in struct:android::SQLiteConnection
87 SQLiteConnection(sqlite3* db, int openFlags, const String8& path, const String8& label) : argument
88 db(db), openFlags(openFlags), path(path), label(label), canceled(false) { }
95 connection->label.string(), sql);
102 connection->label.string(), sql, tm * 0.000001f);
128 String8 label(labelChars);
162 SQLiteConnection* connection = new SQLiteConnection(db, openFlags, path, label);
172 ALOGV("Opened connection %p with label '%s'", db, label
[all...]
H A Dandroid_view_KeyEvent.cpp112 jstring label) {
113 ScopedUtfChars keyLabel(env, label);
111 android_view_KeyEvent_nativeKeyCodeFromString(JNIEnv* env, jobject clazz, jstring label) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DAirplaneModeTile.java75 state.label = mContext.getString(R.string.quick_settings_airplane_mode_label);
H A DFlashlightTile.java98 state.label = mHost.getContext().getString(R.string.quick_settings_flashlight_label);
H A DCellularTile.java105 state.label = cb.enabled
118 state.label);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DSegmentedButtons.java32 private static final int LABEL_RES_KEY = R.id.label;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DControlButtonPresenterSelector.java67 mLabel = (TextView) view.findViewById(R.id.label);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java580 private CharSequence adjustCase(CharSequence label) { argument
581 if (mKeyboard.isShifted() && label != null && label.length() < 3
582 && Character.isLowerCase(label.charAt(0))) {
583 label = label.toString().toUpperCase();
585 return label;
691 String label = key.label == null? null : adjustCase(key.label)
[all...]
/frameworks/base/core/java/android/print/
H A DPrintAttributes.java727 * @param labelResId The resource if of a human readable label.
731 * @throws IllegalArgumentException If the id is empty or the label
772 * @param label The <strong>localized</strong> human readable label.
776 * @throws IllegalArgumentException If the id is empty or the label is empty
780 public MediaSize(String id, String label, int widthMils, int heightMils) { argument
784 if (TextUtils.isEmpty(label)) {
785 throw new IllegalArgumentException("label cannot be empty.");
796 mLabel = label;
804 public MediaSize(String id, String label, Strin argument
1015 Resolution(String id, String label, int horizontalDpi, int verticalDpi) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboard.java92 // Log.w(TAG, "Key code for " + key.label + " is not latin-1");
93 key.label = " ";
126 mEnterKey.label = res.getText(labelId);
/frameworks/base/core/tests/coretests/src/android/util/
H A DInternalSelectionView.java65 public InternalSelectionView(Context context, int numRows, String label) { argument
68 mLabel = label;
/frameworks/base/libs/hwui/
H A DLayer.cpp30 #define ATRACE_LAYER_WORK(label) \
32 label, \

Completed in 647 milliseconds

12345678