Searched refs:source (Results 151 - 175 of 408) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/text/
H A DStaticLayout.java44 public StaticLayout(CharSequence source, TextPaint paint, argument
48 this(source, 0, source.length(), paint, width, align,
55 public StaticLayout(CharSequence source, TextPaint paint, argument
59 this(source, 0, source.length(), paint, width, align, textDir,
63 public StaticLayout(CharSequence source, int bufstart, int bufend, argument
68 this(source, bufstart, bufend, paint, outerwidth, align,
75 public StaticLayout(CharSequence source, int bufstart, int bufend, argument
80 this(source, bufstar
84 StaticLayout(CharSequence source, int bufstart, int bufend, TextPaint paint, int outerwidth, Alignment align, float spacingmult, float spacingadd, boolean includepad, TextUtils.TruncateAt ellipsize, int ellipsizedWidth) argument
98 StaticLayout(CharSequence source, int bufstart, int bufend, TextPaint paint, int outerwidth, Alignment align, TextDirectionHeuristic textDir, float spacingmult, float spacingadd, boolean includepad, TextUtils.TruncateAt ellipsize, int ellipsizedWidth, int maxLines) argument
158 generate(CharSequence source, int bufStart, int bufEnd, TextPaint paint, int outerWidth, TextDirectionHeuristic textDir, float spacingmult, float spacingadd, boolean includepad, boolean trackpad, float ellipsizedWidth, TextUtils.TruncateAt ellipsize) argument
[all...]
/frameworks/base/core/java/android/util/
H A DXml.java82 InputSource source = new InputSource(in);
83 source.setEncoding(encoding.expatName);
84 reader.parse(source);
/frameworks/base/core/java/com/android/internal/preference/
H A DYesNoPreference.java124 public SavedState(Parcel source) { argument
125 super(source);
126 wasPositiveResult = source.readInt() == 1;
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java42 public WifiP2pDeviceList(WifiP2pDeviceList source) { argument
43 if (source != null) {
44 mDevices = source.getDeviceList();
/frameworks/base/core/java/android/content/pm/
H A DSignature.java189 public Signature createFromParcel(Parcel source) {
190 return new Signature(source);
198 private Signature(Parcel source) { argument
199 mSignature = source.createByteArray();
/frameworks/base/core/java/android/preference/
H A DPreferenceScreen.java243 public SavedState(Parcel source) { argument
244 super(source);
245 isDialogShowing = source.readInt() == 1;
246 dialogBundle = source.readBundle();
/frameworks/base/core/java/android/view/
H A DInputEvent.java55 * Gets the source of the event.
57 * @return The event source or {@link InputDevice#SOURCE_UNKNOWN} if unknown.
63 * Modifies the source of the event.
65 * @param source The new source.
68 public abstract void setSource(int source); argument
/frameworks/base/include/media/stagefright/
H A DAMRWriter.h37 virtual status_t addSource(const sp<MediaSource> &source);
H A DJPEGSource.h29 JPEGSource(const sp<DataSource> &source);
/frameworks/base/include/ui/
H A DInputTransport.h121 int32_t source; member in struct:android::InputMessage
202 int32_t source,
220 int32_t source,
279 int32_t source);
/frameworks/base/libs/hwui/
H A DProgram.h122 GLuint buildShader(const char* source, GLenum type);
/frameworks/base/media/libmediaplayerservice/nuplayer/
H A DNuPlayerStreamListener.h31 const sp<IStreamSource> &source,
/frameworks/base/media/libstagefright/
H A DVBRISeeker.cpp38 const sp<DataSource> &source, off64_t post_id3_pos) {
42 ssize_t n = source->readAt(pos, header, sizeof(header));
58 n = source->readAt(pos, vbriHeader, sizeof(vbriHeader));
86 n = source->readAt(pos + sizeof(vbriHeader), buffer, totalEntrySize);
37 CreateFromSource( const sp<DataSource> &source, off64_t post_id3_pos) argument
/frameworks/base/media/libstagefright/include/
H A DAACDecoder.h31 AACDecoder(const sp<MediaSource> &source);
H A DAMRNBDecoder.h28 AMRNBDecoder(const sp<MediaSource> &source);
H A DAMRNBEncoder.h29 AMRNBEncoder(const sp<MediaSource> &source, const sp<MetaData> &meta);
H A DAMRWBDecoder.h28 AMRWBDecoder(const sp<MediaSource> &source);
H A DG711Decoder.h28 G711Decoder(const sp<MediaSource> &source);
H A DM4vH263Decoder.h30 M4vH263Decoder(const sp<MediaSource> &source);
H A DMP3Decoder.h30 MP3Decoder(const sp<MediaSource> &source);
H A DVPXDecoder.h29 VPXDecoder(const sp<MediaSource> &source);
H A DVorbisDecoder.h31 VorbisDecoder(const sp<MediaSource> &source);
H A DWVMExtractor.h39 WVMExtractor(const sp<DataSource> &source);
/frameworks/base/media/libstagefright/rtsp/
H A DAH263Assembler.cpp41 const sp<ARTPSource> &source) {
42 AssemblyStatus status = addPacket(source);
50 const sp<ARTPSource> &source) {
51 List<sp<ABuffer> > *queue = source->queue();
40 assembleMore( const sp<ARTPSource> &source) argument
49 addPacket( const sp<ARTPSource> &source) argument
/frameworks/base/services/input/
H A DInputListener.h57 uint32_t source; member in struct:android::NotifyKeyArgs
68 NotifyKeyArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags,
84 uint32_t source; member in struct:android::NotifyMotionArgs
100 NotifyMotionArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags,

Completed in 368 milliseconds

1234567891011>>