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

/frameworks/base/core/java/android/text/style/
H A DImageSpan.java169 * {@link #getSource()}
181 * alignment. The Uri source can be retrieved via {@link #getSource()}
263 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.java1881 public final int getSource() { method in class:MotionEvent
3268 msg.append(", source=0x").append(Integer.toHexString(getSource()));
H A DKeyEvent.java1903 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/support/leanback/src/main/java/androidx/leanback/graphics/
H A DFitWidthBitmapDrawable.java128 public Rect getSource() { method in class:FitWidthBitmapDrawable
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.cpp191 sp<AnotherPacketSource> audioTrack = getSource(true /*audio*/);
192 sp<AnotherPacketSource> videoTrack = getSource(false /*audio*/);
222 sp<AnotherPacketSource> NuPlayer::StreamingSource::getSource(bool audio) { function in class:android::NuPlayer::StreamingSource
227 sp<MediaSource> source = mTSParser->getSource(
234 sp<AnotherPacketSource> source = getSource(audio);
256 sp<AnotherPacketSource> source = getSource(audio);
H A DRTSPSource.cpp159 sp<AnotherPacketSource> source = getSource(audio);
210 sp<AnotherPacketSource> source = getSource(audio);
256 sp<AnotherPacketSource> NuPlayer::RTSPSource::getSource(bool audio) { function in class:android::NuPlayer::RTSPSource
258 sp<MediaSource> source = mTSParser->getSource(
422 sp<AnotherPacketSource> source = getSource(audio);
427 source = getSource(video);
434 sp<AnotherPacketSource> source = getSource(audio);
442 sp<AnotherPacketSource> source = getSource(audio);
554 sp<AnotherPacketSource> source = getSource(true /* audio */);
560 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/compat/src/main/java/androidx/core/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/src/main/java/androidx/core/view/accessibility/
H A DAccessibilityRecordCompat.java154 * @deprecated Use {@link AccessibilityRecord#getSource()} directly.
157 public AccessibilityNodeInfoCompat getSource() { method in class:AccessibilityRecordCompat
158 return AccessibilityNodeInfoCompat.wrapNonNullInstance(mRecord.getSource());
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DRTSPSource2.cpp157 sp<AnotherPacketSource> source = getSource(audio);
208 sp<AnotherPacketSource> source = getSource(audio);
254 sp<AnotherPacketSource> NuPlayer2::RTSPSource2::getSource(bool audio) { function in class:android::NuPlayer2::RTSPSource2
256 sp<MediaSource> source = mTSParser->getSource(
420 sp<AnotherPacketSource> source = getSource(audio);
425 source = getSource(video);
432 sp<AnotherPacketSource> source = getSource(audio);
440 sp<AnotherPacketSource> source = getSource(audio);
552 sp<AnotherPacketSource> source = getSource(true /* audio */);
558 source = getSource(fals
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java177 public AccessibilityNodeInfo getSource() { method in class:AccessibilityRecord
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp84 sp<AnotherPacketSource> getSource(SourceType type);
177 sp<AnotherPacketSource> getSource(SourceType type);
649 sp<AnotherPacketSource> ATSParser::Program::getSource(SourceType type) { function in class:android::ATSParser::Program
651 sp<AnotherPacketSource> source = mStreams.editValueAt(i)->getSource(type);
1613 sp<AnotherPacketSource> ATSParser::Stream::getSource(SourceType type) { function in class:android::ATSParser::Stream
2048 sp<AnotherPacketSource> ATSParser::getSource(SourceType type) { function in class:android::ATSParser
2052 sp<AnotherPacketSource> 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()
H A DImageDecoder.java695 public Source getSource() { method in class:ImageDecoder.DecodeException
/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 321 milliseconds