Searched defs:mType (Results 1 - 25 of 31) sorted by relevance

12

/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DOverlayType.java50 private final int mType; field in class:OverlayType
57 mType = type;
71 return mType;
H A DEffectType.java82 private final int mType; field in class:EffectType
86 mType = type;
94 return mType;
H A DTransitionType.java86 private final int mType; field in class:TransitionType
93 mType = type;
107 return mType;
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DImageCacheRequest.java33 private int mType; field in class:ImageCacheRequest
40 mType = type;
46 ((mType == MediaItem.TYPE_THUMBNAIL) ? "THUMB" :
47 (mType == MediaItem.TYPE_MICROTHUMBNAIL) ? "MICROTHUMB" : "?");
50 ImageData data = cacheService.getImageData(mPath, mType);
63 Bitmap bitmap = onDecodeOriginal(jc, mType);
71 if (mType == MediaItem.TYPE_MICROTHUMBNAIL) {
83 cacheService.putImageData(mPath, mType, array);
H A DLocalAlbumSet.java93 private final int mType; field in class:LocalAlbumSet
102 mType = getTypeFromPath(path);
138 if ((mType & MEDIA_TYPE_IMAGE) != 0) {
141 if ((mType & MEDIA_TYPE_VIDEO) != 0) {
200 mType, mPath, entry.bucketId, entry.bucketName));
H A DUriImage.java192 private int mType; field in class:UriImage.BitmapJob
195 mType = type;
200 int targetSize = LocalImage.getTargetSize(mType);
209 if (mType == MediaItem.TYPE_MICROTHUMBNAIL) {
/packages/apps/Mms/src/com/android/mms/layout/
H A DHVGALayoutParameters.java27 private int mType = -1; field in class:HVGALayoutParameters
43 mType = type;
47 return mType == HVGA_LANDSCAPE ? HVGA_LANDSCAPE_WIDTH
52 return mType == HVGA_LANDSCAPE ? HVGA_LANDSCAPE_HEIGHT
57 return mType == HVGA_LANDSCAPE ? IMAGE_HEIGHT_LANDSCAPE
62 return mType == HVGA_LANDSCAPE ? TEXT_HEIGHT_LANDSCAPE
67 return mType;
71 return mType == HVGA_LANDSCAPE ? "HVGA-L" : "HVGA-P";
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DCancelActivity.java74 private int mType; field in class:CancelActivity
82 mType = Integer.parseInt(uri.getQueryParameter(TYPE));
92 if (mType == VCardService.TYPE_IMPORT) {
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
H A DPointerInfo.java41 public int mType; field in class:PointerInfo
45 * sizeof(mType)
53 mType = type;
59 return mStride > 0 ? mStride : sizeof(mType) * mSize;
194 int type = mType;
/packages/apps/Mms/src/com/android/mms/dom/events/
H A DEventTargetImpl.java36 final String mType; field in class:EventTargetImpl.EventListenerEntry
42 mType = type;
95 && listenerEntry.mType.equals(eventImpl.getType())) {
124 && listenerEntry.mType.equals(type)) {
/packages/apps/Tag/src/com/android/apps/tag/record/
H A DMimeRecord.java39 private final String mType; field in class:MimeRecord
43 mType = Preconditions.checkNotNull(mimeType);
50 return mType;
61 text.setText(mType);
67 return mType;
H A DSmartPoster.java100 private final String mType; field in class:SmartPoster
110 mType = type;
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
H A DAudioCapture.java32 private int mType; field in class:AudioCapture
42 mType = type;
117 if (mType == TYPE_PCM) {
141 if (mType == TYPE_PCM) {
157 if (mType == TYPE_PCM) {
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DWidgetService.java83 private final int mType; field in class:WidgetService.PhotoRVFactory
92 mType = type;
98 if (mType == WidgetDatabaseHelper.TYPE_ALBUM) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewIconCache.java41 private final Type mType; field in class:PagedViewIconCache.Key
45 mType = Type.ApplicationInfoKey;
51 mType = Type.ResolveInfoKey;
55 mType = Type.AppWidgetProviderInfoKey;
62 return (mType == t);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DLevenshteinDistance.java135 private final int mType; field in class:LevenshteinDistance.EditOperation
138 mType = type;
142 return mType;
/packages/apps/QuickSearchBox/tests/partial/src/com/android/quicksearchbox/tests/partial/
H A DPartialSuggestionProvider.java38 private int mType = -1; field in class:PartialSuggestionProvider
101 mType = (mType + 1) % 3;
103 if (mType == 0) {
109 if (mType == 1) {
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DMovieEffect.java32 private final int mType; field in class:MovieEffect
62 mType = toType(effect);
69 return mType;
H A DMovieOverlay.java46 private int mType; field in class:MovieOverlay
72 mType = Integer.parseInt(userAttributes.get(KEY_TYPE));
93 mType = type;
193 return mType;
222 userAttributes.putInt(KEY_TYPE, mType);
249 mType = userAttributes.getInt(KEY_TYPE);
H A DMovieTransition.java40 private final int mType; field in class:MovieTransition
80 mType = toType();
102 mType = toType();
126 mType = toType();
152 mType = toType();
166 return mType;
/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetModel.java53 * mType is either a day header (TYPE_DAY) or an event (TYPE_MEETING)
55 final int mType; field in class:CalendarAppWidgetModel.RowInfo
58 * If mType is TYPE_DAY, then mData is the index into day infos.
59 * Otherwise mType is TYPE_MEETING and mData is the index into event
65 mType = type;
/packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
H A DMockContentProvider.java205 private final String mType; field in class:MockContentProvider.TypeQuery
209 mType = type;
217 return mType;
222 return mUri + " --> " + mType;
/packages/apps/Mms/src/com/android/mms/ui/
H A DMessageItem.java60 final String mType; field in class:MessageItem
102 mType = type;
261 return mType.equals("mms");
265 return mType.equals("sms");
318 return "type: " + mType +
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPairingDialog.java57 private int mType; field in class:BluetoothPairingDialog
108 mType = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.ERROR);
110 switch (mType) {
140 if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
187 switch (mType) {
204 Log.e(TAG, "Incorrect pairing type for createPinEntryView: " + mType);
225 switch (mType) {
286 if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
288 } else if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN) {
307 switch (mType) {
[all...]
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DVpnDialog.java51 private Spinner mType; field in class:VpnDialog
85 mType = (Spinner) mView.findViewById(R.id.type);
103 mType.setSelection(mProfile.type);
124 mType.setOnItemSelectedListener(this);
206 if (parent == mType) {
258 switch (mType.getSelectedItemPosition()) {
336 profile.type = mType.getSelectedItemPosition();

Completed in 592 milliseconds

12