Searched refs:source (Results 276 - 300 of 916) sorted by relevance

<<11121314151617181920>>

/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/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
639 supportsSource(int source) argument
708 getMotionRange(int axis, int source) argument
730 addMotionRange(int axis, int source, float min, float max, float flat, float fuzz, float resolution) argument
809 MotionRange(int axis, int source, float min, float max, float flat, float fuzz, float resolution) argument
845 isFromSource(int source) argument
995 appendSourceDescriptionIfApplicable(StringBuilder description, int source, String sourceName) argument
[all...]
/frameworks/av/include/media/
H A DIMediaExtractor.h75 const sp<DataSource> &source,
80 const sp<IMediaSource> &source);
/frameworks/av/include/media/stagefright/
H A DMediaExtractor.h33 const sp<DataSource> &source, const char *mime = NULL);
35 const sp<DataSource> &source, const char *mime = NULL);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.h43 const sp<IStreamSource> &/*source*/,
47 const sp<DataSource> &/*source*/,
63 const sp<IStreamSource> &source);
65 const sp<DataSource> &source);
/frameworks/av/media/libstagefright/include/
H A DDRMExtractor.h35 DRMExtractor(const sp<DataSource> &source, const char *mime);
58 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DFLACExtractor.h31 // Extractor assumes ownership of source
32 FLACExtractor(const sp<DataSource> &source);
60 bool SniffFLAC(const sp<DataSource> &source, String8 *mimeType,
H A DMP3Extractor.h33 // Extractor assumes ownership of "source".
34 MP3Extractor(const sp<DataSource> &source, const sp<AMessage> &meta);
57 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DMPEG2PSExtractor.h34 MPEG2PSExtractor(const sp<DataSource> &source);
75 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DOggExtractor.h34 OggExtractor(const sp<DataSource> &source);
59 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DWAVExtractor.h32 // Extractor assumes ownership of "source".
33 WAVExtractor(const sp<DataSource> &source);
65 const sp<DataSource> &source, String8 *mimeType, float *confidence,
H A DWVMExtractor.h46 WVMExtractor(const sp<DataSource> &source);
96 const sp<DataSource> &source, String8 *mimeType, float *confidence,
/frameworks/base/core/java/android/accounts/
H A DAccount.java72 public Account createFromParcel(Parcel source) {
73 return new Account(source);
H A DAccountAuthenticatorResponse.java90 public AccountAuthenticatorResponse createFromParcel(Parcel source) {
91 return new AccountAuthenticatorResponse(source);
/frameworks/base/core/java/android/app/
H A DWallpaperInfo.java145 WallpaperInfo(Parcel source) { argument
146 mSettingsActivityName = source.readString();
147 mThumbnailResource = source.readInt();
148 mAuthorResource = source.readInt();
149 mDescriptionResource = source.readInt();
150 mService = ResolveInfo.CREATOR.createFromParcel(source);
297 public WallpaperInfo createFromParcel(Parcel source) {
298 return new WallpaperInfo(source);
/frameworks/base/core/java/android/bluetooth/
H A DUidTraffic.java102 public UidTraffic createFromParcel(Parcel source) {
103 return new UidTraffic(source);
/frameworks/base/core/java/android/bluetooth/le/
H A DResultStorageDescriptor.java84 public ResultStorageDescriptor createFromParcel(Parcel source) {
85 return new ResultStorageDescriptor(source);
/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/content/pm/
H A DIntentFilterVerificationInfo.java74 public IntentFilterVerificationInfo(Parcel source) { argument
75 readFromParcel(source);
220 private void readFromParcel(Parcel source) { argument
221 mPackageName = source.readString();
222 mMainStatus = source.readInt();
224 source.readStringList(list);
237 public IntentFilterVerificationInfo createFromParcel(Parcel source) {
238 return new IntentFilterVerificationInfo(source);
H A DKeySet.java74 public KeySet createFromParcel(Parcel source) {
75 return readFromParcel(source);
/frameworks/base/core/java/android/content/pm/permission/
H A DRuntimePermissionPresentationInfo.java102 public RuntimePermissionPresentationInfo createFromParcel(Parcel source) {
103 return new RuntimePermissionPresentationInfo(source);
/frameworks/base/core/java/android/hardware/input/
H A DInputDeviceIdentifier.java90 public InputDeviceIdentifier createFromParcel(Parcel source) {
91 return new InputDeviceIdentifier(source);
/frameworks/base/core/java/android/security/net/config/
H A DCertificatesEntryRef.java28 public CertificatesEntryRef(CertificateSource source, boolean overridesPins) { argument
29 mSource = source;
/frameworks/base/core/java/android/text/style/
H A DLocaleSpan.java67 public LocaleSpan(Parcel source) { argument
68 mLocales = LocaleList.CREATOR.createFromParcel(source);

Completed in 1698 milliseconds

<<11121314151617181920>>