Searched refs:mType (Results 1 - 25 of 62) sorted by relevance

123

/packages/apps/Mms/src/com/android/mms/layout/
H A DHVGALayoutParameters.java28 private int mType = -1; field in class:HVGALayoutParameters
46 mType = type;
70 return mType == HVGA_LANDSCAPE ? mMaxWidth
75 return mType == HVGA_LANDSCAPE ? mMaxHeight
80 return mType == HVGA_LANDSCAPE ? mImageHeightLandscape
85 return mType == HVGA_LANDSCAPE ? mTextHeightLandscape
90 return mType;
94 return mType == HVGA_LANDSCAPE ? "HVGA-L" : "HVGA-P";
/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" : "?");
56 boolean found = cacheService.getImageData(mPath, mType, buffer);
62 if (mType == MediaItem.TYPE_MICROTHUMBNAIL) {
79 Bitmap bitmap = onDecodeOriginal(jc, mType);
87 if (mType == MediaItem.TYPE_MICROTHUMBNAIL) {
97 cacheService.putImageData(mPath, mType, array);
H A DActionImage.java53 private int mType; field in class:ActionImage.BitmapJob
56 mType = type;
61 int targetSize = MediaItem.getTargetSize(mType);
65 if (mType == MediaItem.TYPE_MICROTHUMBNAIL) {
H A DUriImage.java184 private int mType; field in class:UriImage.BitmapJob
187 mType = type;
193 int targetSize = MediaItem.getTargetSize(mType);
197 mFileDescriptor.getFileDescriptor(), options, targetSize, mType);
203 if (mType == MediaItem.TYPE_MICROTHUMBNAIL) {
H A DLocalAlbumSet.java51 private final int mType; field in class:LocalAlbumSet
65 mType = getTypeFromPath(path);
109 jc, mApplication.getContentResolver(), mType);
129 mType, mPath, entry.bucketId, entry.bucketName);
/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/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;
/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/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/VideoEditor/src/com/android/videoeditor/service/
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 DMovieEffect.java32 private final int mType; field in class:MovieEffect
62 mType = toType(effect);
69 return mType;
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/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/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/Email/emailcommon/src/com/android/emailcommon/provider/
H A DMailbox.java48 public int mType; field in class:Mailbox
257 box.mType = mailboxType;
319 mType = cursor.getInt(CONTENT_TYPE_COLUMN);
346 values.put(MailboxColumns.TYPE, mType);
490 switch (mType) {
507 return mType != Mailbox.TYPE_DRAFTS
508 && mType != Mailbox.TYPE_OUTBOX
509 && mType != Mailbox.TYPE_SEARCH
510 && mType < Mailbox.TYPE_NOT_SYNCABLE;
515 return mType !
[all...]
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DLabeledEditorView.java84 private EditType mType; field in class:LabeledEditorView
270 return mType;
283 mLabel.setSelection(mEditTypeAdapter.getPosition(mType));
365 mType = RawContactModifier.getCurrentType(entry, kind);
401 mType = null;
404 mType = editType;
408 if (mType == null) return;
410 mEntry.put(mKind.typeColumn, mType.rawValue);
411 mEntry.put(mType.customColumn, customText);
466 if (mType
[all...]
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaByDayAdapter.java107 if (row != null && row.mType == TYPE_DAY)
120 if (mRowInfo.get(i).mType != TYPE_MEETING) {
138 if (row.mType == TYPE_DAY) {
150 if (row.mType == TYPE_DAY) {
167 mRowInfo.get(position).mType : TYPE_DAY;
181 if (row.mType == TYPE_DAY) {
252 } else if (row.mType == TYPE_MEETING) {
282 throw new IllegalStateException("Unknown event type:" + row.mType);
432 // mType is either a day header (TYPE_DAY) or an event (TYPE_MEETING)
433 final int mType; field in class:AgendaByDayAdapter.RowInfo
[all...]
/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/Exchange/exchange2/src/com/android/exchange/adapter/
H A DFolderSyncParser.java355 mailbox.mType = Mailbox.TYPE_MAIL;
361 mailbox.mType = Mailbox.TYPE_INBOX;
365 mailbox.mType = Mailbox.TYPE_CONTACTS;
372 mailbox.mType = Mailbox.TYPE_OUTBOX;
375 mailbox.mType = Mailbox.TYPE_SENT;
378 mailbox.mType = Mailbox.TYPE_DRAFTS;
381 mailbox.mType = Mailbox.TYPE_TRASH;
384 mailbox.mType = Mailbox.TYPE_CALENDAR;
388 mailbox.mType = Mailbox.TYPE_UNKNOWN;
393 mailbox.mFlagVisible = (mailbox.mType < Mailbo
[all...]
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DCancelActivity.java71 private int mType; field in class:CancelActivity
79 mType = Integer.parseInt(uri.getQueryParameter(TYPE));
88 if (mType == VCardService.TYPE_IMPORT) {
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DWidgetService.java86 private final int mType; field in class:WidgetService.PhotoRVFactory
95 mType = type;
101 if (mType == WidgetDatabaseHelper.TYPE_ALBUM) {
/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/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetPhoneState.java290 int mType; field in class:HeadsetCallState
297 mType = type;
308 int mType; field in class:HeadsetClccResponse
318 mType = type;

Completed in 8987 milliseconds

123