Searched refs:source (Results 176 - 200 of 527) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/content/
H A DUriPermission.java108 public UriPermission createFromParcel(Parcel source) {
109 return new UriPermission(source);
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerInfo.java139 public SpellCheckerInfo(Parcel source) { argument
140 mLabel = source.readInt();
141 mId = source.readString();
142 mSettingsActivityName = source.readString();
143 mService = ResolveInfo.CREATOR.createFromParcel(source);
144 source.readTypedList(mSubtypes, SpellCheckerSubtype.CREATOR);
192 public SpellCheckerInfo createFromParcel(Parcel source) {
193 return new SpellCheckerInfo(source);
/frameworks/base/media/tests/MediaDump/
H A DAndroid.mk6 # Only compile source java files in this apk.
/frameworks/base/media/tests/omxjpegdecoder/
H A Domx_jpeg_decoder.cpp102 sp<MediaSource> source = prepareMediaSource(stream); local
103 sp<MetaData> meta = source->getFormat();
121 sp<MediaSource> decoder = getDecoder(&mClient, source);
122 return decodeSource(decoder, source, bm);
132 OMXClient *client, const sp<MediaSource>& source) {
133 sp<MetaData> meta = source->getFormat();
135 client->interface(), meta, false /* createEncoder */, source);
142 const sp<MediaSource>& source, SkBitmap* bm) {
151 // decode source
131 getDecoder( OMXClient *client, const sp<MediaSource>& source) argument
141 decodeSource(sp<MediaSource> decoder, const sp<MediaSource>& source, SkBitmap* bm) argument
H A Domx_jpeg_decoder.h49 sp<MediaSource> getDecoder(OMXClient* client, const sp<MediaSource>& source);
50 bool decodeSource(sp<MediaSource> decoder, const sp<MediaSource>& source,
/frameworks/base/native/android/
H A DAndroid.mk6 # our source files
/frameworks/base/native/graphics/jni/
H A DAndroid.mk16 # our source files
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DDemoPresentation.java17 package com.android.accessorydisplay.source.presentation;
20 import com.android.accessorydisplay.source.R;
/frameworks/base/tests/AppLaunch/
H A DAndroid.mk6 # Only compile source java files in this apk.
/frameworks/base/tests/ImfTest/
H A DAndroid.mk7 # Only compile source java files in this apk.
/frameworks/base/tests/MemoryUsage/
H A DAndroid.mk6 # Only compile source java files in this apk.
/frameworks/base/tests/TransitionTests/
H A DAndroid.mk6 # Only compile source java files in this apk.
/frameworks/native/opengl/tests/gl2_cameraeye/
H A DAndroid.mk6 # Only compile source java files in this apk.
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphExporter.java106 OutputPort source = filter.getConnectedOutputPort(portName);
107 if(source != null) {
109 InputPort target = source.getTarget();
111 getDotName(source.getFilter().getName()) + ":" +
112 getDotName(source.getName()) + "_OUT -> " +
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java1125 public void readFromParcel(Parcel source) { argument
1126 fontScale = source.readFloat();
1127 mcc = source.readInt();
1128 mnc = source.readInt();
1129 if (source.readInt() != 0) {
1130 locale = new Locale(source.readString(), source.readString(),
1131 source.readString());
1133 userSetLocale = (source.readInt()==1);
1134 touchscreen = source
1167 Configuration(Parcel source) argument
[all...]
/frameworks/base/core/java/android/nfc/cardemulation/
H A DApduServiceInfo.java350 public ApduServiceInfo createFromParcel(Parcel source) {
351 ResolveInfo info = ResolveInfo.CREATOR.createFromParcel(source);
352 String description = source.readString();
353 boolean onHost = (source.readInt() != 0) ? true : false;
355 int numGroups = source.readInt();
357 source.readTypedList(aidGroups, AidGroup.CREATOR);
359 boolean requiresUnlock = (source.readInt() != 0) ? true : false;
360 int bannerResource = source.readInt();
425 public AidGroup createFromParcel(Parcel source) {
426 String category = source
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java296 InputMethodSubtype(Parcel source) { argument
298 mSubtypeNameResId = source.readInt();
299 mSubtypeIconResId = source.readInt();
300 s = source.readString();
302 s = source.readString();
304 s = source.readString();
306 mIsAuxiliary = (source.readInt() == 1);
307 mOverridesImplicitlyEnabledSubtype = (source.readInt() == 1);
308 mSubtypeHashCode = source.readInt();
309 mSubtypeId = source
[all...]
/frameworks/base/core/java/android/net/
H A DProxyProperties.java74 public ProxyProperties(ProxyProperties source) { argument
75 if (source != null) {
76 mHost = source.getHost();
77 mPort = source.getPort();
78 mPacFileUrl = source.getPacFileUrl();
79 mExclusionList = source.getExclusionList();
80 mParsedExclusionList = source.mParsedExclusionList;
/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/view/
H A DSurface.java46 private static native int nativeReadFromParcel(int nativeObject, Parcel source); argument
52 public Surface createFromParcel(Parcel source) {
55 s.readFromParcel(source);
357 public void readFromParcel(Parcel source) { argument
358 if (source == null) {
359 throw new IllegalArgumentException("source must not be null");
367 mName = source.readString();
368 setNativeObjectLocked(nativeReadFromParcel(mNativeObject, source));
H A DInputDevice.java37 * Applications can query the framework about the characteristics of each distinct source.
40 * to describe motion events. Refer to the comments on the input source constants for
63 * A mask for input source classes.
65 * Each distinct input source constant has one or more input source class bits set to
71 * The input source has no class.
78 * The input source has buttons or keys.
88 * The input source is a pointing device associated with a display.
102 * The input source is a trackball navigation device.
114 * The input source i
630 getMotionRange(int axis, int source) argument
652 addMotionRange(int axis, int source, float min, float max, float flat, float fuzz, float resolution) argument
705 MotionRange(int axis, int source, float min, float max, float flat, float fuzz, float resolution) argument
741 isFromSource(int source) argument
888 appendSourceDescriptionIfApplicable(StringBuilder description, int source, String sourceName) argument
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DCarrierText.java278 public CharSequence getTransformation(CharSequence source, View view) { argument
279 source = super.getTransformation(source, view);
281 if (mAllCaps && source != null) {
282 source = source.toString().toUpperCase(mLocale);
285 return source;
/frameworks/base/wifi/java/android/net/wifi/
H A DBatchedScanSettings.java102 public BatchedScanSettings(BatchedScanSettings source) { argument
103 maxScansPerBatch = source.maxScansPerBatch;
104 maxApPerScan = source.maxApPerScan;
105 if (source.channelSet != null) {
106 channelSet = new ArrayList(source.channelSet);
108 scanIntervalSec = source.scanIntervalSec;
109 maxApForDistance = source.maxApForDistance;
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DVariableSpeed.java180 private void innerSetDataSource(MediaPlayerDataSource source) { argument
181 checkNotNull(source, "source");
185 mDataSource = source;
264 private void stopAndStartPlayingAgain(MediaPlayerDataSource source) { argument
267 innerSetDataSource(source);
315 public PlaybackRunnable(MediaPlayerDataSource source) { argument
316 mInnerSource = source;
/frameworks/base/core/java/android/util/
H A DXml.java82 InputSource source = new InputSource(in);
83 source.setEncoding(encoding.expatName);
84 reader.parse(source);

Completed in 733 milliseconds

1234567891011>>