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

123

/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/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 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/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/Contacts/src/com/android/contacts/editor/
H A DLabeledEditorView.java81 private EditType mType; field in class:LabeledEditorView
265 return mType;
278 mLabel.setSelection(mEditTypeAdapter.getPosition(mType));
350 mType = EntityModifier.getCurrentType(entry, kind);
385 mType = null;
388 mType = editType;
392 if (mType == null) return;
394 mEntry.put(mKind.typeColumn, mType.rawValue);
395 mEntry.put(mType.customColumn, customText);
421 if (mType
[all...]
/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;
H A DMovieMediaItem.java37 private final Class<?> mType; field in class:MovieMediaItem
99 mType = mediaItem.getClass();
148 return MediaImageItem.class.equals(mType);
155 return MediaVideoItem.class.equals(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
237 box.mType = mailboxType;
299 mType = cursor.getInt(CONTENT_TYPE_COLUMN);
321 values.put(MailboxColumns.TYPE, mType);
460 switch (mType) {
476 return mType != Mailbox.TYPE_DRAFTS
477 && mType != Mailbox.TYPE_OUTBOX
478 && mType != Mailbox.TYPE_SEARCH
479 && mType < Mailbox.TYPE_NOT_SYNCABLE;
484 return mType !
[all...]
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaByDayAdapter.java99 if (row != null && row.mType == TYPE_DAY)
112 if (mRowInfo.get(i).mType != TYPE_MEETING) {
130 if (row.mType == TYPE_DAY) {
142 if (row.mType == TYPE_DAY) {
159 mRowInfo.get(position).mType : TYPE_DAY;
173 if (row.mType == TYPE_DAY) {
244 } else if (row.mType == TYPE_MEETING) {
271 throw new IllegalStateException("Unknown event type:" + row.mType);
417 // mType is either a day header (TYPE_DAY) or an event (TYPE_MEETING)
418 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/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/Exchange/src/com/android/exchange/adapter/
H A DFolderSyncParser.java352 mailbox.mType = Mailbox.TYPE_MAIL;
358 mailbox.mType = Mailbox.TYPE_INBOX;
362 mailbox.mType = Mailbox.TYPE_CONTACTS;
369 mailbox.mType = Mailbox.TYPE_OUTBOX;
372 mailbox.mType = Mailbox.TYPE_SENT;
375 mailbox.mType = Mailbox.TYPE_DRAFTS;
378 mailbox.mType = Mailbox.TYPE_TRASH;
381 mailbox.mType = Mailbox.TYPE_CALENDAR;
385 mailbox.mType = Mailbox.TYPE_UNKNOWN;
390 mailbox.mFlagVisible = (mailbox.mType < Mailbo
[all...]
/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/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/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/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 371 milliseconds

123