Home
last modified time | relevance | path

Searched refs:getSource (Results 1 – 25 of 50) sorted by relevance

12

/frameworks/base/core/java/android/view/
DInputEventConsistencyVerifier.java176 } else if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onInputEvent()
203 final int source = event.getSource(); in onKeyEvent()
264 final int source = event.getSource(); in onTrackballEvent()
339 final int source = event.getSource(); in onTouchEvent()
468 final int source = event.getSource(); in onGenericMotionEvent()
532 final int source = keyEvent.getSource(); in onUnhandledEvent()
542 } else if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onUnhandledEvent()
DInputEvent.java60 public abstract int getSource(); in getSource() method in InputEvent
DInputDevice.java464 public int getSource() { in getSource() method in InputDevice.MotionRange
/frameworks/base/location/java/android/location/
DCountry.java105 public final int getSource() { in getSource() method in Country
135 return mCountryIso.equals(c.getCountryIso()) && mSource == c.getSource(); in equals()
/frameworks/base/media/libmediaplayerservice/nuplayer/
DStreamingSource.cpp110 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get()); in getFormat()
125 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get()); in dequeueAccessUnit()
DHTTPLiveSource.cpp89 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get()); in getFormat()
154 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get()); in dequeueAccessUnit()
/frameworks/support/v4/java/android/support/v4/view/accessibility/
DAccessibilityRecordCompat.java35 public Object getSource(Object record); in getSource() method
140 public Object getSource(Object record) { in getSource() method in AccessibilityRecordCompat.AccessibilityRecordStubImpl
324 public Object getSource(Object record) { in getSource() method in AccessibilityRecordCompat.AccessibilityRecordIcsImpl
325 return AccessibilityRecordCompatIcs.getSource(record); in getSource()
517 public AccessibilityNodeInfoCompat getSource() { in getSource() method in AccessibilityRecordCompat
518 return new AccessibilityNodeInfoCompat(IMPL.getSource(mRecord)); in getSource()
/frameworks/base/services/java/com/android/server/location/
DComprehensiveCountryDetector.java243 "(source: " + detectedCountry.getSource() in runAfterDetection()
251 || detectedCountry.getSource() > Country.COUNTRY_SOURCE_LOCATION) in runAfterDetection()
262 || detectedCountry.getSource() >= Country.COUNTRY_SOURCE_LOCATION) { in runAfterDetection()
/frameworks/base/media/libstagefright/mpeg2ts/
DATSParser.cpp58 sp<MediaSource> getSource(SourceType type);
101 sp<MediaSource> getSource(SourceType type);
359 sp<MediaSource> ATSParser::Program::getSource(SourceType type) { in getSource() function in android::ATSParser::Program
363 sp<MediaSource> source = mStreams.editValueAt(i)->getSource(type); in getSource()
763 sp<MediaSource> ATSParser::Stream::getSource(SourceType type) { in getSource() function in android::ATSParser::Stream
961 sp<MediaSource> ATSParser::getSource(SourceType type) { in getSource() function in android::ATSParser
971 sp<MediaSource> source = program->getSource(type); in getSource()
DATSParser.h63 sp<MediaSource> getSource(SourceType type);
DMPEG2TSExtractor.cpp177 (AnotherPacketSource *)mParser->getSource( in init()
188 (AnotherPacketSource *)mParser->getSource( in init()
/frameworks/support/v4/ics/android/support/v4/view/accessibility/
DAccessibilityRecordCompatIcs.java91 public static Object getSource(Object record) { in getSource() method in AccessibilityRecordCompatIcs
92 return ((AccessibilityRecord) record).getSource(); in getSource()
/frameworks/media/libvideoeditor/lvpp/
DVideoEditorAudioPlayer.h63 sp<MediaSource> getSource();
DVideoEditorAudioPlayer.cpp94 sp<MediaSource> VideoEditorAudioPlayer::getSource() { in getSource() function in android::VideoEditorAudioPlayer
/frameworks/base/services/java/com/android/server/accessibility/
DAccessibilityInputFilter.java98 if (event.getSource() == InputDevice.SOURCE_TOUCHSCREEN) { in onInputEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
DComprehensiveCountryDetectorTest.java297 country1.getSource() == country2.getSource();
/frameworks/base/libs/ui/tests/
DInputEvent_test.cpp188 ASSERT_EQ(AINPUT_SOURCE_GAMEPAD, event.getSource()); in TEST_F()
200 ASSERT_EQ(AINPUT_SOURCE_JOYSTICK, event.getSource()); in TEST_F()
304 ASSERT_EQ(AINPUT_SOURCE_TOUCHSCREEN, event->getSource()); in assertEqualsEventWithHistory()
436 ASSERT_EQ(AINPUT_SOURCE_JOYSTICK, event.getSource()); in TEST_F()
DInputPublisherAndConsumer_test.cpp123 EXPECT_EQ(source, keyEvent->getSource()); in PublishAndConsumeKeyEvent()
239 EXPECT_EQ(source, motionEvent->getSource()); in PublishAndConsumeMotionEvent()
/frameworks/base/core/java/com/android/internal/http/multipart/
DFilePart.java238 protected PartSource getSource() { in getSource() method in FilePart
/frameworks/base/core/java/android/text/style/
DImageSpan.java162 public String getSource() { in getSource() method in ImageSpan
/frameworks/base/core/jni/
Dandroid_view_KeyEvent.cpp63 event->getSource(), in android_view_KeyEvent_fromNative()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityRecord.java126 public AccessibilityNodeInfo getSource() { in getSource() method in AccessibilityRecord
/frameworks/base/native/android/
Dinput.cpp48 return static_cast<const InputEvent*>(event)->getSource(); in AInputEvent_getSource()
/frameworks/base/core/java/android/text/method/
DBaseMovementMethod.java94 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
/frameworks/base/core/tests/coretests/src/android/accessibilityservice/
DInterrogationActivityTest.java391 AccessibilityNodeInfo source = sLastFocusAccessibilityEvent.getSource(); in testAccessibilityEventGetSource()

12