Searched refs:setSource (Results 1 - 25 of 55) sorted by relevance

123

/frameworks/support/v4/jellybean/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompatJellyBean.java27 public static void setSource(Object record, View root, int virtualDescendantId) { method in class:AccessibilityRecordCompatJellyBean
28 ((AccessibilityRecord) record).setSource(root, virtualDescendantId);
H A DAccessibilityNodeInfoCompatJellyBean.java32 public static void setSource(Object info, View root, int virtualDescendantId) { method in class:AccessibilityNodeInfoCompatJellyBean
33 ((AccessibilityNodeInfo) info).setSource(root, virtualDescendantId);
/frameworks/base/tools/aapt2/link/
H A DProductFilter_test.cpp35 .setSource(Source("land/default.xml")).build(),
40 .setSource(Source("land/tablet.xml")).build(),
46 .setSource(Source("port/default.xml")).build(),
51 .setSource(Source("port/tablet.xml")).build(),
74 .setSource(Source("default.xml")).build(),
79 .setSource(Source("tablet.xml")).build(),
100 .setSource(Source("default.xml")).build(),
105 .setSource(Source("tablet.xml")).build(),
110 .setSource(Source("no-sdcard.xml")).build(),
124 .setSource(Sourc
[all...]
H A DAutoVersioner.cpp119 newStyle->setSource(style->getSource());
H A DXmlReferenceLinker.cpp136 attr.compiledValue->setSource(source);
H A DTableMerger.cpp288 newFileRef->setSource(fileRef.getSource());
300 fileRef->setSource(fileDesc.source);
/frameworks/base/tools/aapt2/
H A DResourceTable_test.cpp37 test::ValueBuilder<Id>().setSource("test.xml", 21u).build(),
43 test::ValueBuilder<Id>().setSource("test.xml", 21u).build(),
54 .setSource("test/path/file.xml", 23u).build(),
71 test::ValueBuilder<Id>().setSource("test/path/file.xml", 10u).build(),
78 test::ValueBuilder<Id>().setSource("test/path/file.xml", 12u).build(),
85 test::ValueBuilder<Id>().setSource("test/path/file.xml", 14u).build(),
93 .setSource("test/path/file.xml", 20u)
H A DResourceValues.h64 void setSource(const Source& source) { function in struct:aapt::Value
68 void setSource(Source&& source) { function in struct:aapt::Value
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DRequestUtils.java50 public ContentBuilder setSource(String source) { method in class:RequestUtils.ContentBuilder
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompat.java36 public void setSource(Object record, View source); method in interface:AccessibilityRecordCompat.AccessibilityRecordImpl
37 public void setSource(Object record, View root, int virtualDescendantId); method in interface:AccessibilityRecordCompat.AccessibilityRecordImpl
255 public void setSource(Object record, View source) { method in class:AccessibilityRecordCompat.AccessibilityRecordStubImpl
259 public void setSource(Object record, View root, int virtualDescendantId) { method in class:AccessibilityRecordCompat.AccessibilityRecordStubImpl
466 public void setSource(Object record, View source) { method in class:AccessibilityRecordCompat.AccessibilityRecordIcsImpl
467 AccessibilityRecordCompatIcs.setSource(record, source);
500 public void setSource(Object record, View root, int virtualDescendantId) { method in class:AccessibilityRecordCompat.AccessibilityRecordJellyBeanImpl
501 AccessibilityRecordCompatJellyBean.setSource(record, root, virtualDescendantId);
572 public void setSource(View source) { method in class:AccessibilityRecordCompat
573 IMPL.setSource(mRecor
590 public void setSource(View root, int virtualDescendantId) { method in class:AccessibilityRecordCompat
[all...]
/frameworks/base/core/java/android/view/
H A DInputEvent.java83 public abstract void setSource(int source); method in class:InputEvent
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DMouseUiController.java67 event.setSource(InputDevice.SOURCE_MOUSE);
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
H A DMusicTrack.java98 public void setSource(String mSource) { method in class:MusicTrack
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DUtil.java59 record.setSource(view);
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp44 (*result)->setSource(pIsDyn);
81 new_symbol->setSource(pIsDyn);
/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp71 new_sym->setSource(true);
72 old_sym->setSource(true);
98 new_sym->setSource(true);
99 old_sym->setSource(true);
125 new_sym->setSource(true);
126 old_sym->setSource(true);
172 new_sym->setSource(true);
173 old_sym->setSource(true);
/frameworks/support/v4/ics/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompatIcs.java186 public static void setSource(Object record, View source) { method in class:AccessibilityRecordCompatIcs
187 ((AccessibilityRecord) record).setSource(source);
H A DAccessibilityNodeInfoCompatIcs.java208 public static void setSource(Object info, View source) { method in class:AccessibilityNodeInfoCompatIcs
209 ((AccessibilityNodeInfo) info).setSource(source);
/frameworks/av/include/media/stagefright/
H A DAudioPlayer.h53 void setSource(const sp<IMediaSource> &source);
/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator.cpp112 localizedString->setSource(string->getSource());
143 localized->setSource(array->getSource());
161 localized->setSource(plural->getSource());
174 localized->setSource(string->getSource());
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java118 public void setSource(View source) { method in class:AccessibilityRecord
119 setSource(source, UNDEFINED);
136 public void setSource(View root, int virtualDescendantId) { method in class:AccessibilityRecord
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerController.java118 bob.setSource(source);
128 bob.setSource(source);
/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp135 player->setSource(decoder);
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java176 e.setSource(source);
268 event.setSource(inputSource);
/frameworks/base/core/java/com/android/internal/widget/
H A DExploreByTouchHelper.java343 event.setSource(mView, virtualViewId);
411 * <li>{@link AccessibilityNodeInfo#setSource(View, int)}
469 node.setSource(mView, virtualViewId);
695 * see {@link android.view.accessibility.AccessibilityRecord#setSource(View, int)}
747 * {@link AccessibilityNodeInfo#setSource(View, int)}

Completed in 550 milliseconds

123