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

1 2 3 4 56 7 8 91011

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 54 private GLEnum mType;
71 mType = type;
183 if (mType != GLEnum.GL_UNSIGNED_BYTE) {
184 subImageData = unpackData(subImageData, mType);
199 if (mType != GLEnum.GL_FLOAT) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 106 private final int mType; /* one of TYPE_RFCOMM etc */
160 mType = type;
181 mType = s.mType;
308 mPfd = bluetoothProxy.connectSocket(mDevice, mType,
349 mPfd = bluetoothProxy.createSocketChannel(mType, mServiceName,
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
FontCacheSkia.cpp 123 FontDescription::GenericFamilyType mType;
135 if (type == fontDescriptions[i].mType) {
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
VertexBuffer.cpp 202 if (mCache[element].type == attribute.mType &&
239 VertexElement element = { attrib.mType, attrib.mSize, attrib.stride(), attrib.mNormalized, attributeOffset, getWritePosition() };
  /frameworks/base/core/java/com/android/internal/view/
BaseSurfaceHolder.java 50 int mType = -1;
165 if (mType == SURFACE_TYPE_PUSH_BUFFERS) {
  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 122 int32_t getDisplayType() const { return mType; }
168 DisplayType mType;
Transform.h 107 mutable uint32_t mType;
  /frameworks/base/obex/javax/obex/
HeaderSet.java 184 private String mType; // null terminated ASCII text string
278 mType = (String)headerValue;
452 return mType;
514 if (mType != null) {
  /frameworks/rs/
rsScriptGroup.h 42 ObjectBaseRef<const Type> mType;
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
MockContentProvider.java 205 private final String mType;
209 mType = type;
217 return mType;
222 return mUri + " --> " + mType;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 34 private byte mType = 0;
126 mType = (byte) (style % ImageFilterDraw.NUMBER_OF_STYLES);
130 return mType;
244 byte type = mTmpStrokData.mType;
  /frameworks/av/media/libstagefright/include/
FragmentedMP4Parser.h 74 uint32_t mType;
82 uint32_t mType;
87 uint32_t mType;
  /frameworks/base/core/java/android/view/
Display.java 60 private final int mType;
226 mType = displayInfo.type;
318 return mType;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameManager.java 63 private FrameType mType;
68 mType = type;
73 return mType;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
Action.java 53 private int mType = CROP_VIEW;
97 return mType;
150 mType = type;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
RenderingRequest.java 39 private int mType = FULL_RENDERING;
155 return mType;
159 mType = type;
  /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/
OrientationMenuAction.java 50 private final int mType;
54 mType = type;
97 switch (mType) {
  /frameworks/rs/cpp/
Element.cpp 179 mType = RS_TYPE_NONE;
259 mType = dt;
351 // We also ignore mNormalized because it can be different. The mType
355 (mType != RS_TYPE_NONE) &&
356 (mType == e->mType) &&
  /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 +
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 90 mType(KEYBOARD_TYPE_UNKNOWN) {
94 RefBase(), mType(other.mType), mKeysByScanCode(other.mKeysByScanCode),
203 return mType;
562 map->mType = parcel->readInt32();
610 parcel->writeInt32(mType);
734 if (mMap->mType == KEYBOARD_TYPE_UNKNOWN) {
741 if (mMap->mType == KEYBOARD_TYPE_OVERLAY) {
747 if (mMap->mType != KEYBOARD_TYPE_OVERLAY) {
759 if (mMap->mType != KEYBOARD_TYPE_UNKNOWN)
    [all...]
  /packages/apps/Email/src/com/android/email/service/
ImapService.java 352 if (mailbox.mType == Mailbox.TYPE_DRAFTS || mailbox.mType == Mailbox.TYPE_OUTBOX) {
418 if (mailbox.mType == Mailbox.TYPE_TRASH || mailbox.mType == Mailbox.TYPE_SENT) {
422 mailbox.mType);
    [all...]
  /dalvik/vm/compiler/codegen/x86/
Lower.h 295 MemoryAccessType mType;
667 MemoryAccessType mType, int mIndex,
671 MemoryAccessType mType, int mIndex);
786 MemoryAccessType mType, int mIndex);
789 MemoryAccessType mType, int mIndex,
    [all...]
  /frameworks/av/services/audioflinger/
Threads.h 52 ConfigEvent(int type) : mType(type) {}
55 int type() const { return mType; }
60 const int mType;
120 type_t type() const { return mType; }
237 effect_uuid_t mType; // effect type UUID
260 const type_t mType;
    [all...]

Completed in 1825 milliseconds

1 2 3 4 56 7 8 91011