HomeSort by relevance Sort by last modified time
    Searched refs:mType (Results 76 - 100 of 262) sorted by null

1 2 34 5 6 7 8 91011

  /frameworks/rs/
rsFileA3D.h 46 RsA3DClassID mType;
56 return mType;
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewIconCache.java 41 private final Type mType;
45 mType = Type.ApplicationInfoKey;
51 mType = Type.ResolveInfoKey;
55 mType = Type.AppWidgetProviderInfoKey;
62 return (mType == t);
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewIconCache.java 41 private final Type mType;
45 mType = Type.ApplicationInfoKey;
51 mType = Type.ResolveInfoKey;
55 mType = Type.AppWidgetProviderInfoKey;
62 return (mType == t);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
LogStatement.java 61 private final String mType;
85 mType = name;
92 return mType;
179 Log.d(TAG, "Key and Value list sizes do not match. " + mType);
186 jsonWriter.name(EVENT_TYPE_KEY).value(mType);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceProcessor.java 43 private ResourceType mType;
64 mType = type;
68 mValidator = ResourceNameValidator.create(false, mProject, mType);
107 return mType;
207 String url = PREFIX_RESOURCE_REF + mType.getName() + '/' + mCurrentName;
RenameResourcePage.java 46 private ResourceType mType;
57 mType = type;
61 (Set<String>) null, mType);
153 String xml = PREFIX_RESOURCE_REF + mType.getName() + '/' + text;
154 String java = R_CLASS + '.' + mType.getName() + '.' + text;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLListProperty.java 28 private final GLStateType mType;
38 mType = type;
52 mType = type;
128 return mType;
173 pp.prettyPrint(mType, null);
  /frameworks/av/media/libstagefright/
MetaData.cpp 222 : mType(0),
231 : mType(from.mType),
241 mType = from.mType;
252 mType = 0;
259 mType = type;
266 *type = mType;
295 switch(mType) {
323 out = String8::format("(unknown type %d, size %d)", mType, mSize)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 84 private EditType mType;
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 == selected && mType.customColumn == null)
    [all...]
  /frameworks/av/media/libeffects/testlibs/
AudioShelvingFilter.h 118 ShelfType mType;
  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 69 switch (item->mType) {
123 return item->mType == type ? item : NULL;
134 item->mType = kType##NAME; \
159 item->mType = kTypeString;
166 item->mType = type;
182 item->mType = kTypeMessage;
192 item->mType = kTypeRect;
286 to->mType = from->mType;
288 switch (from->mType) {
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
AllocationAdapter.java 30 super(id, rs, alloc.mType, alloc.mUsage);
105 int tx = mAdaptedAllocation.mType.getX();
106 int ty = mAdaptedAllocation.mType.getY();
107 int tz = mAdaptedAllocation.mType.getZ();
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 137 mType(type), mThumb(NULL) {
151 mThumb = new Encoder_libjpeg(mThumbnailInput, NULL, NULL, mType, NULL, NULL, NULL);
170 mCb(mMainInput, mThumbnailInput, mType, mCookie1, mCookie2, mCookie3, mCancelEncoding);
200 CameraFrame::FrameType mType;
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieTransition.java 40 private final int mType;
80 mType = toType();
102 mType = toType();
126 mType = toType();
152 mType = toType();
166 return mType;
  /packages/providers/MediaProvider/src/com/android/providers/media/
RingtonePickerActivity.java 57 private int mType;
152 mType = intent.getIntExtra(RingtoneManager.EXTRA_RINGTONE_TYPE, -1);
153 if (mType != -1) {
154 mRingtoneManager.setType(mType);
236 if (mType == RingtoneManager.TYPE_NOTIFICATION) {
238 } else if (mType == RingtoneManager.TYPE_ALARM) {
  /frameworks/av/media/mtp/
MtpProperty.cpp 29 mType(0),
51 mType(type),
100 if (mType == MTP_TYPE_STR) {
127 mType = packet.getUInt16();
129 switch (mType) {
169 packet.putUInt16(mType);
172 switch (mType) {
228 switch (mType) {
283 switch (mType) {
326 ALOGI(" type %04X", mType);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 106 if (row != null && row.mType == TYPE_DAY)
119 if (mRowInfo.get(i).mType != TYPE_MEETING) {
139 if (row.mType == TYPE_DAY) {
152 if (row.mType == TYPE_DAY) {
169 mRowInfo.get(position).mType : TYPE_DAY;
184 if (row.mType == TYPE_DAY) {
255 } else if (row.mType == TYPE_MEETING) {
285 throw new IllegalStateException("Unknown event type:" + row.mType);
435 // mType is either a day header (TYPE_DAY) or an event (TYPE_MEETING)
436 final int mType;
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 38 if (mType == EBuiltin) {
308 mType = EBuiltin;
310 mType = EScript;
328 : mType(type),
336 : mType(TaskProcess::EConst),
344 return mType;
349 ASSERT((mType == TaskProcess::EId) || (mType == TaskProcess::EVal));
355 ASSERT(mType == TaskProcess::EConst);
361 ASSERT(mType == TaskProcess::EConst)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterDrawRepresentation.java 90 public byte mType;
101 mType = copy.mType;
115 if (mType != sd.mType
126 return "stroke(" + mType + ", path(" + (mPath) + "), " + mRadius + " , "
175 : ("draw=" + mCurrent.mType + " " + mCurrent.noPoints));
277 sd.mType = type;
331 writer.name(SERIAL_TYPE).value(mark.mType);
363 stroke.mType = (byte) sreader.nextInt()
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 59 private int mType;
110 mType = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.ERROR);
112 switch (mType) {
142 if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
189 switch (mType) {
206 Log.e(TAG, "Incorrect pairing type for createPinEntryView: " + mType);
227 switch (mType) {
288 if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
290 } else if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN) {
309 switch (mType) {
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 304 private final int mType;
314 mType = type;
327 builder.withValue(Phone.TYPE, mType);
328 if (mType == Phone.TYPE_CUSTOM) {
352 return (mType == phoneData.mType
360 int hash = mType;
369 return String.format("type: %d, data: %s, label: %s, isPrimary: %s", mType, mNumber,
383 return mType;
397 private final int mType;
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryLoader.java 71 private final int mType;
83 mType = type;
107 if (mType == DirectoryFragment.TYPE_SEARCH) {
153 if (mType == DirectoryFragment.TYPE_SEARCH) {
170 if (mType == DirectoryFragment.TYPE_SEARCH) {
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 79 private EntryType mType;
82 mType = type;
120 return mType;
173 cValues.put(ENTRY_TYPE, mType.toString());
174 if (mType == EntryType.LOCATION_TYPE) {
  /frameworks/native/libs/gui/
Sensor.cpp 33 : mHandle(0), mType(0),
45 mType = hwSensor->type;
79 return mType;
147 FlattenableUtils::write(buffer, size, mType);
193 FlattenableUtils::read(buffer, size, mType);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
UriImage.java 184 private int mType;
187 mType = type;
193 int targetSize = MediaItem.getTargetSize(mType);
197 mFileDescriptor.getFileDescriptor(), options, targetSize, mType);
203 if (mType == MediaItem.TYPE_MICROTHUMBNAIL) {

Completed in 4939 milliseconds

1 2 34 5 6 7 8 91011