Searched refs:getSource (Results 1 - 25 of 48) sorted by relevance

12

/frameworks/base/core/java/android/view/
H A DInputEvent.java60 public abstract int getSource(); method in class:InputEvent
H A DInputEventConsistencyVerifier.java176 } else if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
203 final int source = event.getSource();
264 final int source = event.getSource();
339 final int source = event.getSource();
468 final int source = event.getSource();
532 final int source = keyEvent.getSource();
542 } else if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
H A DInputDevice.java468 public int getSource() { method in class:InputDevice.MotionRange
/frameworks/base/location/java/android/location/
H A DCountry.java124 public final int getSource() { method in class:Country
169 return mCountryIso.equals(c.getCountryIso()) && mSource == c.getSource();
/frameworks/base/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.cpp115 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get());
130 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get());
H A DHTTPLiveSource.cpp89 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get());
154 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get());
H A DRTSPSource.h102 sp<AnotherPacketSource> getSource(bool audio);
H A DRTSPSource.cpp98 sp<AnotherPacketSource> source = getSource(audio);
109 sp<AnotherPacketSource> source = getSource(audio);
123 sp<AnotherPacketSource> NuPlayer::RTSPSource::getSource(bool audio) { function in class:android::NuPlayer::RTSPSource
/frameworks/base/media/libstagefright/mpeg2ts/
H A DATSParser.h72 sp<MediaSource> getSource(SourceType type);
H A DMPEG2TSExtractor.cpp177 (AnotherPacketSource *)mParser->getSource(
188 (AnotherPacketSource *)mParser->getSource(
H A DATSParser.cpp58 sp<MediaSource> getSource(SourceType type);
101 sp<MediaSource> getSource(SourceType type);
362 sp<MediaSource> ATSParser::Program::getSource(SourceType type) { function in class:android::ATSParser::Program
366 sp<MediaSource> source = mStreams.editValueAt(i)->getSource(type);
791 sp<MediaSource> ATSParser::Stream::getSource(SourceType type) { function in class:android::ATSParser::Stream
984 sp<MediaSource> ATSParser::getSource(SourceType type) { function in class:android::ATSParser
994 sp<MediaSource> source = program->getSource(type);
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java98 if (event.getSource() == InputDevice.SOURCE_TOUCHSCREEN) {
/frameworks/media/libvideoeditor/lvpp/
H A DVideoEditorAudioPlayer.h63 sp<MediaSource> getSource();
/frameworks/support/v4/ics/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompatIcs.java91 public static Object getSource(Object record) { method in class:AccessibilityRecordCompatIcs
92 return ((AccessibilityRecord) record).getSource();
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompat.java36 public Object getSource(Object record); method in interface:AccessibilityRecordCompat.AccessibilityRecordImpl
141 public Object getSource(Object record) { method in class:AccessibilityRecordCompat.AccessibilityRecordStubImpl
325 public Object getSource(Object record) { method in class:AccessibilityRecordCompat.AccessibilityRecordIcsImpl
326 return AccessibilityRecordCompatIcs.getSource(record);
518 public AccessibilityNodeInfoCompat getSource() { method in class:AccessibilityRecordCompat
519 return new AccessibilityNodeInfoCompat(IMPL.getSource(mRecord));
/frameworks/base/services/java/com/android/server/location/
H A DComprehensiveCountryDetector.java321 "(source: " + detectedCountry.getSource()
329 || detectedCountry.getSource() > Country.COUNTRY_SOURCE_LOCATION)
340 || detectedCountry.getSource() >= Country.COUNTRY_SOURCE_LOCATION) {
/frameworks/base/core/java/android/text/style/
H A DImageSpan.java162 public String getSource() { method in class:ImageSpan
/frameworks/base/core/java/com/android/internal/http/multipart/
H A DFilePart.java238 protected PartSource getSource() { method in class:FilePart
239 LOG.trace("enter getSource()");
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DComprehensiveCountryDetectorTest.java297 country1.getSource() == country2.getSource();
/frameworks/base/libs/ui/tests/
H A DInputEvent_test.cpp188 ASSERT_EQ(AINPUT_SOURCE_GAMEPAD, event.getSource());
200 ASSERT_EQ(AINPUT_SOURCE_JOYSTICK, event.getSource());
304 ASSERT_EQ(AINPUT_SOURCE_TOUCHSCREEN, event->getSource());
436 ASSERT_EQ(AINPUT_SOURCE_JOYSTICK, event.getSource());
H A DInputPublisherAndConsumer_test.cpp123 EXPECT_EQ(source, keyEvent->getSource());
239 EXPECT_EQ(source, motionEvent->getSource());
/frameworks/base/core/jni/
H A Dandroid_view_KeyEvent.cpp63 event->getSource(),
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java125 public AccessibilityNodeInfo getSource() { method in class:AccessibilityRecord
/frameworks/base/native/android/
H A Dinput.cpp48 return static_cast<const InputEvent*>(event)->getSource();
/frameworks/base/core/java/android/text/method/
H A DBaseMovementMethod.java94 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) {

Completed in 8589 milliseconds

12