HomeSort by relevance Sort by last modified time
    Searched defs:mType (Results 101 - 125 of 150) sorted by null

1 2 3 45 6

  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieMediaItem.java 37 private final Class<?> mType;
99 mType = mediaItem.getClass();
148 return MediaImageItem.class.equals(mType);
155 return MediaVideoItem.class.equals(mType);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 60 private final int mType;
70 mType = type;
213 return mType;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ThemeMenuAction.java 79 private final int mType;
84 mType = type;
175 switch (mType) {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
HardwareProperties.java 133 private HardwarePropertyType mType;
157 return mType;
186 return mType != HardwarePropertyType.STRING || mType.isEnum();
228 prop.mType = HardwarePropertyType.getEnum(value, false);
229 assert (prop.mType != null);
237 if (!prop.mType.isEnum()) {
239 prop.mType = HardwarePropertyType.getEnum(prop.mType.getName(),
241 assert (prop.mType != null)
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectProperties.java 225 protected final PropertyType mType;
356 return makeWorkingCopy(mType);
381 return mType;
407 IAbstractFile propFile = mProjectFolder.getFile(mType.mFilename);
496 mType = type;
510 System.out.println("type: " + mType);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
AddonsListFetcher.java 73 private final SiteType mType;
76 mType = type;
90 return mType;
97 mType, mUrl, mUiName);
  /system/extras/tests/sdcard/
testcase.h 120 Type type() const { return mType; }
137 Type mType;
  /tools/build/builder/src/main/java/com/android/builder/
VariantConfiguration.java 49 private final Type mType;
125 mType = checkNotNull(type);
127 checkState(mType != Type.TEST || mTestedConfig != null);
132 testedConfig.mType == Type.LIBRARY &&
245 return mType;
291 if (mType == Type.TEST) {
309 if (mType == Type.TEST) {
310 if (mTestedConfig.mType == Type.LIBRARY) {
494 if (mType == Type.TEST && mTestedConfig.mType == Type.LIBRARY)
    [all...]
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 297 private String mType;
310 mType = description.type;
343 return mType;
  /frameworks/av/include/media/stagefright/
MetaData.h 230 uint32_t mType;
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 105 private final int mType; /* one of TYPE_RFCOMM etc */
159 mType = type;
180 mType = s.mType;
307 mPfd = bluetoothProxy.connectSocket(mDevice, mType,
348 mPfd = bluetoothProxy.createSocketChannel(mType, mServiceName,
  /frameworks/base/core/java/android/content/
ContentProviderOperation.java 40 private final int mType;
57 mType = builder.mType;
69 mType = source.readInt();
91 dest.writeInt(mType);
182 return mType;
186 return mType == TYPE_DELETE || mType == TYPE_INSERT || mType == TYPE_UPDATE;
190 return mType == TYPE_ASSERT
    [all...]
  /frameworks/base/core/java/android/nfc/
NdefRecord.java 279 private final byte[] mType;
527 mType = type;
557 mType = rs[0].mType;
581 return mType.clone();
641 if (Arrays.equals(mType, NdefRecord.RTD_TEXT)) {
646 String mimeType = new String(mType, Charsets.US_ASCII);
679 if (Arrays.equals(mType, RTD_SMART_POSTER) && !inSmartPoster) {
690 } else if (Arrays.equals(mType, RTD_URI)) {
697 Uri uri = Uri.parse(new String(mType, Charsets.UTF_8))
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.h 244 // NOTE: There's no any instance of RSExportPrimitiveType which mType
249 DataType mType;
275 mType(DT),
309 inline DataType getType() const { return mType; }
311 return ((mType >= FirstRSObjectType) && (mType <= LastRSObjectType));
484 const RSExportType *mType;
497 : mType(T),
505 inline const RSExportType *getType() const { return mType; }
  /frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
Allocation.java 72 Type mType;
159 return mType.getElement();
180 return mType.getCount() * mType.getElement().getBytesSize();
202 mType = t;
211 if ((mType.mElement.mType == Element.DataType.SIGNED_32) ||
212 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) {
216 "32 bit integer source does not match allocation type " + mType.mElement.mType)
    [all...]
Element.java 75 DataType mType;
292 return mType;
716 mType = DataType.NONE;
739 mType = dt;
883 // We also ignore mNormalized because it can be different. The mType
887 (mType != DataType.NONE) &&
888 (mType == e.mType) &&
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 107 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;
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java 69 final String mType;
116 mType = type;
214 return mType.equals("mms");
218 return mType.equals("sms");
292 return "type: " + mType +
  /cts/tests/tests/security/src/android/security/cts/
ReadElf.java 188 private int mType;
237 return mType;
263 mType = readHalf(getHeaderOffset(OFFSET_TYPE));
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 142 Type mType;
162 mType(OTHER),
175 mType = AVC;
188 mType = AAC;
526 if (mType != AVC) {
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 230 unsigned mType;
316 info.mType = streamType;
332 if (index >= 0 && mStreams.editValueAt(index)->type() != info.mType) {
352 ALOGI("PID 0x%08x => type 0x%02x", info.mPID, info.mType);
369 info1.mPID == s1->pid() && info1.mType == s2->type()
370 && info2.mPID == s2->pid() && info2.mType == s1->type();
373 info1.mPID == s2->pid() && info1.mType == s1->type()
374 && info2.mPID == s1->pid() && info2.mType == s2->type();
403 this, info.mPID, info.mType, PCR_PID);
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 46 jfieldID mType;
89 env->SetIntField(outValue, gTypedValueOffsets.mType, value.dataType);
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Element.java 59 DataType mType;
283 return mType;
755 mType = DataType.NONE;
778 mType = dt;
792 // we will pack mType; mKind; mNormalized; mVectorSize; NumSubElements
801 mType = dt;
802 mSize = mType.mSize * mVectorSize;
971 // We also ignore mNormalized because it can be different. The mType
975 (mType != DataType.NONE) &&
976 (mType == e.mType) &
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.h 295 : mName(name), mType(TYPE_UNKNOWN),
307 type getType() const { return mType; }
332 const Item* getItem() const { return mType == TYPE_ITEM ? &mItem : NULL; }
353 type mType;
  /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...]

Completed in 1849 milliseconds

1 2 3 45 6