Searched refs:label (Results 126 - 150 of 270) sorted by relevance

1234567891011

/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/UiBench/src/com/android/test/uibench/
H A DMainActivity.java111 String label = labelSeq != null
115 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) {
117 String[] labelPath = label.split("/");
/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/support/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/
H A DSupport13Demos.java84 String label = labelSeq != null
88 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) {
90 String[] labelPath = label.split("/");
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/
H A DSupport4Demos.java84 String label = labelSeq != null
88 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) {
90 String[] labelPath = label.split("/");
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/
H A DSupport7Demos.java84 String label = labelSeq != null
88 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) {
90 String[] labelPath = label.split("/");
/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/
H A DSupportDesignDemos.java84 String label = labelSeq != null
88 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) {
90 String[] labelPath = label.split("/");
/frameworks/support/frameworks/support/samples/SupportPercentDemos/src/com/example/android/support/percent/
H A DSupportPercentDemos.java84 String label = labelSeq != null
88 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) {
90 String[] labelPath = label.split("/");
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/
H A DSupport13Demos.java84 String label = labelSeq != null
88 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) {
90 String[] labelPath = label.split("/");
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/
H A DSupport4Demos.java84 String label = labelSeq != null
88 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) {
90 String[] labelPath = label.split("/");
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/
H A DSupport7Demos.java84 String label = labelSeq != null
88 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) {
90 String[] labelPath = label.split("/");
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/
H A DSupportDesignDemos.java84 String label = labelSeq != null
88 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) {
90 String[] labelPath = label.split("/");
/frameworks/support/samples/SupportPercentDemos/src/com/example/android/support/percent/
H A DSupportPercentDemos.java84 String label = labelSeq != null
88 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) {
90 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...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java167 final TextView label = ((QSTileView) tileView).getLabel();
184 // animate the label position off from.
187 // Move the real tile's label from the quick tile position to its final
189 translationXBuilder.addFloat(label, "translationX", -xDiff, 0);
190 translationYBuilder.addFloat(label, "translationY", -yDiff, 0);
207 translationYBuilder.addFloat(label, "translationY", -yDiff, 0);
215 mAllViews.add(label);
H A DQSTile.java552 public CharSequence label; field in class:QSTile.State
566 || !Objects.equals(other.label, label)
580 other.label = label;
606 sb.append(",label=").append(label);
/frameworks/base/services/net/java/android/net/apf/
H A DApfGenerator.java54 JMP(14), // Jump, e.g. "jmp label"
55 JEQ(15), // Compare equal and branch, e.g. "jeq R0,5,label"
56 JNE(16), // Compare not equal and branch, e.g. "jne R0,5,label"
57 JGT(17), // Compare greater than and branch, e.g. "jgt R0,5,label"
58 JLT(18), // Compare less than and branch, e.g. "jlt R0,5,label"
59 JSET(19), // Compare any bits set and branch, e.g. "jset R0,5,label"
60 JNEBS(20), // Compare not equal byte sequence, e.g. "jnebs R0,5,label,0x1122334455"
136 void setLabel(String label) throws IllegalInstructionException { argument
137 if (mLabels.containsKey(label)) {
138 throw new IllegalInstructionException("duplicate label "
147 setTargetLabel(String label) argument
[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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java156 String label = null;
158 label = getResources().getString(R.string.unlock_label);
160 label = getResources().getString(R.string.camera_label);
163 label = getResources().getString(R.string.voice_assist_label);
165 label = getResources().getString(R.string.phone_label);
168 info.addAction(new AccessibilityAction(ACTION_CLICK, label));
/frameworks/base/libs/hwui/
H A DRect.h290 void dump(const char* label = nullptr) const {
291 ALOGD("%s[l=%.2f t=%.2f r=%.2f b=%.2f]", label ? label : "Rect", left, top, right, bottom);
/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.java284 CharSequence label = service.loadLabel(pm);
285 engine.label = TextUtils.isEmpty(label) ? engine.name : label.toString();
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodInfo.java262 CharSequence label, String settingsActivity) {
263 this(buildDummyResolveInfo(packageName, className, label), false, settingsActivity, null,
297 CharSequence label) {
308 si.nonLocalizedLabel = label;
354 * Load the user-displayed label for this input method.
261 InputMethodInfo(String packageName, String className, CharSequence label, String settingsActivity) argument
296 buildDummyResolveInfo(String packageName, String className, CharSequence label) argument

Completed in 1203 milliseconds

1234567891011