HomeSort by relevance Sort by last modified time
    Searched refs:addItem (Results 1 - 25 of 436) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestActivity.java 90 private void addItem(List<Map<String, Object>> data, String name,
102 addItem(result, "Basic", BiDiTestBasic.class, R.id.basic);
104 addItem(result, "Canvas2", BiDiTestCanvas2.class, R.id.canvas2);
106 addItem(result, "TextView LTR", BiDiTestTextViewLtr.class, R.id.textview_ltr);
107 addItem(result, "TextView RTL", BiDiTestTextViewRtl.class, R.id.textview_rtl);
108 addItem(result, "TextView LOC", BiDiTestTextViewLocale.class, R.id.textview_locale);
110 addItem(result, "TextDirection LTR", BiDiTestTextViewDirectionLtr.class, R.id.textview_direction_ltr);
111 addItem(result, "TextDirection RTL", BiDiTestTextViewDirectionRtl.class, R.id.textview_direction_rtl);
113 addItem(result, "TextAlignment LTR", BiDiTestTextViewAlignmentLtr.class, R.id.textview_alignment_ltr);
114 addItem(result, "TextAlignment RTL", BiDiTestTextViewAlignmentRtl.class, R.id.textview_alignment_rtl)
    [all...]
  /external/autotest/frontend/client/src/autotest/tko/
TestContextMenu.java 23 addItem("View test details", new Command() {
33 addItem("Invalidate tests", new Command() {
38 addItem("Revalidate tests", new Command() {
43 addItem("Add label", new Command() {
48 addItem("Remove label", new Command() {
DBColumnSelector.java 17 addItem("(Single Point)", "'data'");
21 addItem(fieldInfo.name, fieldInfo.field);
GraphingView.java 36 frontendSelection.addItem("Metrics Plot", metricsPlotFrontend.getFrontendId());
37 frontendSelection.addItem("Machine Qualification Histogram",
39 frontendSelection.addItem("Existing Graphs", existingGraphsFrontend.getFrontendId());
  /external/skia/debugger/QT/
SkSettingsWidget.cpp 59 fGLMSAACombo.addItem("Off", QVariant(0));
60 fGLMSAACombo.addItem("4", QVariant(4));
61 fGLMSAACombo.addItem("16", QVariant(16));
73 fFilterCombo.addItem("As encoded", QVariant(kNone_SkFilterQuality));
74 fFilterCombo.addItem("None", QVariant(kNone_SkFilterQuality));
75 fFilterCombo.addItem("Low", QVariant(kLow_SkFilterQuality));
76 fFilterCombo.addItem("Medium", QVariant(kMedium_SkFilterQuality));
77 fFilterCombo.addItem("High", QVariant(kHigh_SkFilterQuality));
  /external/skia/experimental/iOSSampleApp/Shared/
SkUIRootViewController.h 19 - (void)addItem:(NSString*)anItem;
  /external/autotest/frontend/client/src/autotest/common/ui/
ContextMenu.java 36 public MenuItem addItem(String text, Command cmd) {
37 return super.addItem(text, new CommandWrapper(cmd));
60 public void addItem(String text, Command cmd) {
61 menu.addItem(text, new CommandWrapper(cmd));
66 menu.addItem(text, subMenu);
SimplifiedList.java 10 public void addItem(String name, String value);
ExtendedListBox.java 32 public void addItem(String name) {
33 addItem(name, name);
36 public void addItem(String name, String value) {
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ValidationReport.java 154 addItem(message, ERROR, subject, Optional.<AnnotationMirror>absent());
159 addItem(message, ERROR, element, Optional.<AnnotationMirror>absent());
164 addItem(message, ERROR, element, Optional.of(annotation));
169 addItem(message, WARNING, subject, Optional.<AnnotationMirror>absent());
174 addItem(message, WARNING, element, Optional.<AnnotationMirror>absent());
179 addItem(message, WARNING, element, Optional.of(annotation));
184 addItem(message, NOTE, subject, Optional.<AnnotationMirror>absent());
189 addItem(message, NOTE, element, Optional.<AnnotationMirror>absent());
194 addItem(message, NOTE, element, Optional.of(annotation));
198 Builder<T> addItem(String message, Kind kind, Element element)
    [all...]
InjectFieldValidator.java 59 builder.addItem(PRIVATE_INJECT_FIELD, privateMemberValidationKind, fieldElement);
63 builder.addItem(STATIC_INJECT_FIELD, staticMemberValidationKind, fieldElement);
  /external/autotest/frontend/client/src/autotest/afe/
HostListView.java 138 menu.addItem("Reverify hosts", new Command() {
143 menu.addItem("Lock hosts for testing", new Command() {
148 menu.addItem("Lock hosts for recovery", new Command() {
153 menu.addItem("Lock hosts for resource exclusion", new Command() {
158 menu.addItem("Lock hosts for defects", new Command() {
163 menu.addItem("Unlock hosts", new Command() {
168 menu.addItem("Reinstall hosts", new Command() {
LabelFilter.java 25 platform.addItem("All platforms");
27 platform.addItem(platformString);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebug.java 89 addItem(items, mActivity.getString(R.string.calendar_info_error), "");
131 addItem(items, displayName, text);
137 addItem(items, mActivity.getString(R.string.calendar_info_error), e.toString());
145 addItem(items, mActivity.getString(R.string.calendar_info_no_calendars), "");
186 protected void addItem(List<Map<String, String>> items, String title, String text) {
  /external/autotest/frontend/client/src/autotest/common/table/
ListFilter.java 85 select.addItem(allValuesText);
87 select.addItem(choices[i]);
103 select.addItem(choice);
  /packages/apps/Launcher3/tests/src/com/android/launcher3/model/
GridSizeMigrationTaskTest.java 57 addItem(APPLICATION, 0, HOTSEAT, 0, 0),
58 addItem(SHORTCUT, 1, HOTSEAT, 0, 0),
60 addItem(SHORTCUT, 3, HOTSEAT, 0, 0),
61 addItem(APPLICATION, 4, HOTSEAT, 0, 0),
78 addItem(APPLICATION, 0, HOTSEAT, 0, 0),
79 addItem(30, 1, HOTSEAT, 0, 0),
81 addItem(SHORTCUT, 3, HOTSEAT, 0, 0),
82 addItem(10, 4, HOTSEAT, 0, 0),
279 * @param typeArray A 3d array of item types. {@see #addItem(int, long, long, int, int)} for
310 ids[i][y][x] = addItem(typeArray[i][y][x], screenId, DESKTOP, x, y)
    [all...]
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
LayoutChangesActivity.java 72 addItem();
79 private void addItem() {
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/
HTMLGroupVisitor.java 73 page.addItem(bundlepage);
81 page.addItem(handler.getPage());
  /frameworks/base/tools/aapt2/
ValueVisitor_test.cpp 64 .addItem(u"@android:attr/one", test::buildReference(u"@android:id/foo"))
81 .addItem(u"@android:attr/foo", test::buildReference(u"@android:color/black"))
  /frameworks/base/tools/aapt2/link/
AutoVersioner_test.cpp 59 .addItem(u"@android:attr/onClick", ResourceId(0x0101026f),
61 .addItem(u"@android:attr/paddingStart", ResourceId(0x010103b3),
63 .addItem(u"@android:attr/requiresSmallestWidthDp",
65 .addItem(u"@android:attr/colorAccent", ResourceId(0x01010435),
70 .addItem(u"@android:attr/paddingEnd", ResourceId(0x010103b4),
ReferenceLinker_test.cpp 71 .addItem(u"@android:attr/foo", ResourceUtils::tryParseColor(u"#ff00ff"))
72 .addItem(u"@android:attr/bar", {} /* placeholder */)
99 .addItem(u"one", 0x01)
100 .addItem(u"two", 0x02)
142 test::StyleBuilder().addItem(u"@com.android.support:attr/foo",
205 .addItem(u"@android:attr/hidden", ResourceUtils::tryParseColor(u"#ff00ff"))
  /external/javassist/src/main/javassist/bytecode/
ConstPool.java 128 addItem(null); // index 0 is reserved by the JVM.
147 /* read() initializes items and numOfItems, and do addItem(null).
666 private int addItem(ConstInfo info) {
691 return addItem(new ConstInfoPadding());
735 return addItem(info);
767 int i = addItem(item);
806 int i = addItem(item);
845 int i = addItem(item);
888 int i = addItem(item);
904 return addItem(new StringInfo(addUtf8Info(str)))
    [all...]
  /frameworks/support/samples/SupportPreferenceDemos/src/com/example/android/supportpreference/
SupportPreferenceDemos.java 94 addItem(myData, nextLabel, activityIntent(
99 addItem(myData, nextLabel, browseIntent(
135 protected void addItem(List<Map<String, Object>> data, String name, Intent intent) {
  /frameworks/support/samples/SupportTransitionDemos/src/com/example/android/support/transition/
SupportTransitionDemos.java 92 addItem(myData, nextLabel, activityIntent(
97 addItem(myData, nextLabel, browseIntent(
133 protected void addItem(List<Map<String, Object>> data, String name, Intent intent) {
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
ItemAddFragment.java 77 if (addItem()) {
84 private boolean addItem() {

Completed in 867 milliseconds

1 2 3 4 5 6 7 8 91011>>