Searched defs:getSource (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DImageSpan.java163 public String getSource() { method in class:ImageSpan
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DStatement.java35 * {@link Statement} with {@link #getSource} equal to the input parameter, {@link #getRelation}
63 public AbstractAsset getSource() { method in class:Statement
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecMessage.java53 public int getSource() { method in class:HdmiCecMessage
/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/core/java/android/view/
H A DInputEvent.java75 public abstract int getSource(); method in class:InputEvent
94 return (getSource() & source) == source;
H A DInputDevice.java198 * by {@link MotionEvent#getSource()}.
218 * by {@link MotionEvent#getSource()}.
874 public int getSource() { method in class:InputDevice.MotionRange
888 return (getSource() & source) == source;
H A DMotionEvent.java1877 public final int getSource() { method in class:MotionEvent
3259 msg.append(", source=0x").append(Integer.toHexString(getSource()));
H A DKeyEvent.java1902 public final int getSource() { method in class:KeyEvent
/frameworks/compile/libbcc/include/bcc/
H A DScript.h67 return getSource().getCompilerVersion();
114 inline Source &getSource() { return *mSource; } function in class:bcc::Script
115 inline const Source &getSource() const { return *mSource; } function in class:bcc::Script
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.cpp195 sp<AnotherPacketSource> audioTrack = getSource(true /*audio*/);
196 sp<AnotherPacketSource> videoTrack = getSource(false /*audio*/);
226 sp<AnotherPacketSource> NuPlayer::StreamingSource::getSource(bool audio) { function in class:android::NuPlayer::StreamingSource
231 sp<MediaSource> source = mTSParser->getSource(
238 sp<AnotherPacketSource> source = getSource(audio);
260 sp<AnotherPacketSource> source = getSource(audio);
H A DRTSPSource.cpp173 sp<AnotherPacketSource> source = getSource(audio);
224 sp<AnotherPacketSource> source = getSource(audio);
270 sp<AnotherPacketSource> NuPlayer::RTSPSource::getSource(bool audio) { function in class:android::NuPlayer::RTSPSource
272 sp<MediaSource> source = mTSParser->getSource(
427 sp<AnotherPacketSource> source = getSource(audio);
432 source = getSource(video);
439 sp<AnotherPacketSource> source = getSource(audio);
447 sp<AnotherPacketSource> source = getSource(audio);
589 sp<AnotherPacketSource> source = getSource(true /* audio */);
595 source = getSource(fals
[all...]
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java82 inputSource = getSource(inputSource, InputDevice.SOURCE_KEYBOARD);
90 inputSource = getSource(inputSource, InputDevice.SOURCE_KEYBOARD);
104 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN);
111 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN);
124 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN);
136 inputSource = getSource(inputSource, InputDevice.SOURCE_TRACKBALL);
142 inputSource = getSource(inputSource, InputDevice.SOURCE_TRACKBALL);
189 if (source != e.getSource()) {
317 private static final int getSource(int inputSource, int defaultSource) { method in class:Input
/frameworks/base/tests/testables/src/android/testing/
H A DTestableLooper.java277 throw e.getSource();
282 throw ((LooperException) re.getCause()).getSource();
323 public Throwable getSource() { method in class:TestableLooper.LooperFrameworkMethod.LooperException
/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
H A DFitWidthBitmapDrawable.java127 public Rect getSource() { method in class:FitWidthBitmapDrawable
/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java539 * @deprecated Call {@link MotionEvent#getSource()} directly. This method will be
543 public static int getSource(MotionEvent event) { method in class:MotionEventCompat
544 return event.getSource();
553 return (event.getSource() & source) == source;
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompat.java153 * @deprecated Use {@link AccessibilityRecord#getSource()} directly.
156 public AccessibilityNodeInfoCompat getSource() { method in class:AccessibilityRecordCompat
157 return AccessibilityNodeInfoCompat.wrapNonNullInstance(mRecord.getSource());
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java170 public AccessibilityNodeInfo getSource() { method in class:AccessibilityRecord
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp79 sp<MediaSource> getSource(SourceType type);
172 sp<MediaSource> getSource(SourceType type);
643 sp<MediaSource> ATSParser::Program::getSource(SourceType type) { function in class:android::ATSParser::Program
645 sp<MediaSource> source = mStreams.editValueAt(i)->getSource(type);
1609 sp<MediaSource> ATSParser::Stream::getSource(SourceType type) { function in class:android::ATSParser::Stream
2044 sp<MediaSource> ATSParser::getSource(SourceType type) { function in class:android::ATSParser
2048 sp<MediaSource> source = program->getSource(type);
/frameworks/base/graphics/java/android/graphics/
H A DColorSpace.java3514 public ColorSpace getSource() { method in class:ColorSpace.Connector
3523 * @see #getSource()
/frameworks/native/include/input/
H A DInput.h301 inline int32_t getSource() const { return mSource; } function in class:android::InputEvent
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 678 milliseconds