Searched refs:source (Results 226 - 250 of 805) sorted by relevance

1234567891011>>

/frameworks/base/telecomm/java/android/telecom/
H A DDisconnectCause.java179 public DisconnectCause createFromParcel(Parcel source) {
180 int code = source.readInt();
181 CharSequence label = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
182 CharSequence description = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
183 String reason = source.readString();
184 int tone = source.readInt();
H A DAudioState.java136 public AudioState createFromParcel(Parcel source) {
137 boolean isMuted = source.readByte() == 0 ? false : true;
138 int route = source.readInt();
139 int supportedRouteMask = source.readInt();
H A DCallAudioState.java172 public CallAudioState createFromParcel(Parcel source) {
173 boolean isMuted = source.readByte() == 0 ? false : true;
174 int route = source.readInt();
175 int supportedRouteMask = source.readInt();
/frameworks/data-binding/library/
H A Dbuild.gradle76 source variant.javaCompile.source + project(":baseLibrary").tasks['compileJava'].source
/frameworks/base/core/java/android/text/
H A DLoginFilter.java44 * of <code>source</code>. Returns the CharSequence that we want
50 public CharSequence filter(CharSequence source, int start, int end, argument
66 char c = source.charAt(i);
75 modification = new SpannableStringBuilder(source, start, end);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DOneTouchPlayAction.java35 // source device can simply send <Text|Image View On> and <Active Source> in succession
55 static OneTouchPlayAction create(HdmiCecLocalDevicePlayback source, argument
57 if (source == null || callback == null) {
61 return new OneTouchPlayAction(source, targetAddress,
/frameworks/base/tools/aapt/tests/
H A DCrunchCache_test.cpp29 String8 source("res");
49 data.add(source,sourceData);
52 CrunchCache cc(source,dest,ff);
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DAesCtrDecryptor.h34 const uint8_t* source, uint8_t* destination,
/frameworks/av/include/media/
H A DMidiIoWrapper.h30 MidiIoWrapper(const sp<DataSource> &source);
/frameworks/av/include/media/nbaio/
H A DSourceAudioBufferProvider.h30 SourceAudioBufferProvider(const sp<NBAIO_Source>& source);
43 const sp<NBAIO_Source> mSource; // the wrapped source
/frameworks/av/media/libstagefright/include/
H A DXINGSeeker.h29 const sp<DataSource> &source, off64_t first_frame_pos);
/frameworks/av/media/libstagefright/rtsp/
H A DARawAudioAssembler.cpp49 const sp<ARTPSource> &source) {
50 return addPacket(source);
54 const sp<ARTPSource> &source) {
55 List<sp<ABuffer> > *queue = source->queue();
48 assembleMore( const sp<ARTPSource> &source) argument
53 addPacket( const sp<ARTPSource> &source) argument
/frameworks/base/core/java/android/content/pm/
H A DManifestDigest.java57 private ManifestDigest(Parcel source) { argument
58 mDigest = source.createByteArray();
136 public ManifestDigest createFromParcel(Parcel source) {
137 return new ManifestDigest(source);
H A DVerifierDeviceIdentity.java64 private VerifierDeviceIdentity(Parcel source) { argument
65 final long identity = source.readLong();
232 public VerifierDeviceIdentity createFromParcel(Parcel source) {
233 return new VerifierDeviceIdentity(source);
/frameworks/base/core/java/android/text/method/
H A DNumberKeyListener.java47 public CharSequence filter(CharSequence source, int start, int end, argument
54 if (!ok(accept, source.charAt(i))) {
70 new SpannableStringBuilder(source, start, end);
77 if (!ok(accept, source.charAt(j))) {
/frameworks/base/core/java/com/android/internal/widget/
H A DTextViewInputDisabler.java34 public CharSequence filter(CharSequence source, int start, int end, Spanned dest,
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DDirectStatementRetriever.java121 public Result retrieveStatements(AbstractAsset source) throws AssociationServiceException { argument
122 if (source instanceof AndroidAppAsset) {
123 return retrieveFromAndroid((AndroidAppAsset) source);
124 } else if (source instanceof WebAsset) {
125 return retrieveFromWeb((WebAsset) source);
142 AbstractAsset source)
152 if (!source.followInsecureInclude()
165 .parseStatementList(webContent.getContent(), source);
169 retrieveStatementFromUrl(delegate, maxIncludeLevel - 1, source)
141 retrieveStatementFromUrl(String urlString, int maxIncludeLevel, AbstractAsset source) argument
/frameworks/base/services/core/java/com/android/server/location/
H A DLocationProviderInterface.java39 public void setRequest(ProviderRequest request, WorkSource source); argument
/frameworks/base/tools/aapt/
H A DImages.h21 status_t preProcessImageToCache(const Bundle* bundle, const String8& source, const String8& dest);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pGroup.java136 // set source address into the client list.
284 public WifiP2pGroup(WifiP2pGroup source) { argument
285 if (source != null) {
286 mNetworkName = source.getNetworkName();
287 mOwner = new WifiP2pDevice(source.getOwner());
288 mIsGroupOwner = source.mIsGroupOwner;
289 for (WifiP2pDevice d : source.getClientList()) mClients.add(d);
290 mPassphrase = source.getPassphrase();
291 mInterface = source.getInterface();
292 mNetId = source
[all...]
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSScriptGroupFusion.h47 bool renameInvoke(BCCContext& Context, const Source* source, const int slot,
/frameworks/native/include/input/
H A DInputDevice.h67 uint32_t source; member in struct:android::InputDeviceInfo::MotionRange
91 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const;
93 void addSource(uint32_t source);
94 void addMotionRange(int32_t axis, uint32_t source,
/frameworks/support/v4/java/android/support/v4/app/
H A DActivityOptionsCompat.java64 * @param source The View that the new activity is animating from. This
67 * source.
68 * @param startY The y starting location of the activity, relative to source.
74 public static ActivityOptionsCompat makeScaleUpAnimation(View source, argument
78 ActivityOptionsCompatJB.makeScaleUpAnimation(source, startX, startY,
94 * @param source The View that this thumbnail is animating from. This
98 * @param startX The x starting location of the bitmap, relative to source.
99 * @param startY The y starting location of the bitmap, relative to source.
103 public static ActivityOptionsCompat makeThumbnailScaleUpAnimation(View source, argument
107 ActivityOptionsCompatJB.makeThumbnailScaleUpAnimation(source, thumbnai
[all...]
/frameworks/base/core/java/android/app/
H A DActivityOptions.java292 * @param source The View that the new activity is animating from. This
294 * @param startX The x starting location of the new activity, relative to <var>source</var>.
295 * @param startY The y starting location of the activity, relative to <var>source</var>.
301 public static ActivityOptions makeScaleUpAnimation(View source, argument
304 opts.mPackageName = source.getContext().getPackageName();
307 source.getLocationOnScreen(pts);
320 * @param source The View that the new activity is animating from. This
322 * @param startX The x starting location of the new activity, relative to <var>source</var>.
323 * @param startY The y starting location of the activity, relative to <var>source</var>.
329 public static ActivityOptions makeClipRevealAnimation(View source, argument
361 makeThumbnailScaleUpAnimation(View source, Bitmap thumbnail, int startX, int startY) argument
384 makeThumbnailScaleUpAnimation(View source, Bitmap thumbnail, int startX, int startY, OnAnimationStartedListener listener) argument
406 makeThumbnailScaleDownAnimation(View source, Bitmap thumbnail, int startX, int startY, OnAnimationStartedListener listener) argument
411 makeThumbnailAnimation(View source, Bitmap thumbnail, int startX, int startY, OnAnimationStartedListener listener, boolean scaleUp) argument
445 makeThumbnailAspectScaleUpAnimation(View source, Bitmap thumbnail, int startX, int startY, int targetWidth, int targetHeight, Handler handler, OnAnimationStartedListener listener) argument
471 makeThumbnailAspectScaleDownAnimation(View source, Bitmap thumbnail, int startX, int startY, int targetWidth, int targetHeight, Handler handler, OnAnimationStartedListener listener) argument
478 makeAspectScaledThumbnailAnimation(View source, Bitmap thumbnail, int startX, int startY, int targetWidth, int targetHeight, Handler handler, OnAnimationStartedListener listener, boolean scaleUp) argument
[all...]
/frameworks/base/core/java/android/view/
H A DInputDevice.java38 * Applications can query the framework about the characteristics of each distinct source.
41 * to describe motion events. Refer to the comments on the input source constants for
66 * A mask for input source classes.
68 * Each distinct input source constant has one or more input source class bits set to
74 * The input source has no class.
81 * The input source has buttons or keys.
91 * The input source is a pointing device associated with a display.
105 * The input source is a trackball navigation device.
117 * The input source i
630 supportsSource(int source) argument
699 getMotionRange(int axis, int source) argument
721 addMotionRange(int axis, int source, float min, float max, float flat, float fuzz, float resolution) argument
782 MotionRange(int axis, int source, float min, float max, float flat, float fuzz, float resolution) argument
818 isFromSource(int source) argument
968 appendSourceDescriptionIfApplicable(StringBuilder description, int source, String sourceName) argument
[all...]

Completed in 659 milliseconds

1234567891011>>