Searched refs:getType (Results 251 - 275 of 513) sorted by relevance

<<11121314151617181920>>

/frameworks/rs/driver/
H A DrsdMeshObj.cpp78 const Element *elem = mRSMesh->mHal.state.vertexBuffers[ct]->getType()->getElement();
101 const Element *elem = mRSMesh->mHal.state.vertexBuffers[ct]->getType()->getElement();
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
H A DHealing.java151 int w = mask.getType().getX();
152 int h = mask.getType().getY();
/frameworks/rs/
H A DrsProgram.cpp160 if (alloc->getType() != mConstantTypes[slot].get()) {
188 if (a && a->getType()->getDimFaces() && mHal.state.textureTargets[slot] != RS_TEXTURE_CUBE) {
H A DrsType.cpp201 Type *type = Type::getType(rsc, elem, &p, sizeof(p));
376 return Type::getType(rsc, e, &p, sizeof(p));
381 return Type::getType(rsc, e, p, len);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintTypedArray.java181 public int getType(int index) { method in class:TintTypedArray
183 return mWrapped.getType(index);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java289 Class<?> type = f.getType();
321 Class<?> type = field.getType();
349 Class<?> t1 = o1.getType();
350 Class<?> t2 = o2.getType();
367 if (field.getType().isArray()) {
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp582 const Type *inType = ain0->getType();
614 mtls->redp.outStride[0] = aout->getType()->getElementSizeBytes();
621 mtls->redp.inStride[index] = ains[index]->getType()->getElementSizeBytes();
660 const Type *inType = ain0->getType();
675 const Type *outType = aout->getType();
723 mtls->fep.inStride[index] = ains[index]->getType()->getElementSizeBytes();
729 mtls->fep.outStride[0] = aout->getType()->getElementSizeBytes();
H A DrsCpuIntrinsicHistogram.cpp108 uint32_t vSize = mAllocOut->getType()->getElement()->getVectorSize();
129 switch(ains[0]->getType()->getElement()->getVectorSize()) {
157 uint32_t vSize = mAllocOut->getType()->getElement()->getVectorSize();
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp117 ArrayType::get(!TyInfo.empty() ? TyInfo[0]->getType() :
878 assert(Ty == V->getType() && "Type mismatch in constant table!");
893 assert((!Ty || Ty == V->getType()) && "Type mismatch in value table!");
967 NewC = ConstantArray::get(UserCA->getType(), NewOps);
969 NewC = ConstantStruct::get(UserCS->getType(), NewOps);
2914 getValue(Record, OpNum, LHS->getType(), RHS) ||
2918 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType());
2979 cast<SequentialType>(BasePtr->getType()->getScalarType())
3051 getValue(Record, OpNum, TrueVal->getType(), FalseVal) ||
3066 getValue(Record, OpNum, TrueVal->getType(), FalseVa
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java133 if (a.getType() != b.getType()) return false;
134 switch (a.getType()) {
/frameworks/compile/slang/
H A Dslang_rs_export_type.h376 inline DataType getType() const { return mType; } function in class:slang::RSExportPrimitiveType
386 return getRSReflectionType(EPT->getType());
562 inline const RSExportType *getType() const { return mType; } function in class:slang::RSExportRecordType::Field
/frameworks/native/include/input/
H A DInput.h297 virtual int32_t getType() const = 0;
320 virtual int32_t getType() const { return AINPUT_EVENT_TYPE_KEY; } function in class:android::KeyEvent
374 virtual int32_t getType() const { return AINPUT_EVENT_TYPE_MOTION; } function in class:android::MotionEvent
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java47 Type inType = ain.getType();
553 public Type getType() { method in class:Script.FieldBase
554 return mAllocation.getType();
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPort.h46 audio_port_type_t getType() const { return mType; } function in class:android::AudioPort
/frameworks/base/core/java/android/animation/
H A DFloatKeyframeSet.java141 public Class getType() { method in class:FloatKeyframeSet
H A DIntKeyframeSet.java140 public Class getType() { method in class:IntKeyframeSet
H A DKeyframe.java252 public Class getType() { method in class:Keyframe
/frameworks/base/core/java/android/content/
H A DIContentProvider.java41 public String getType(Uri url) throws RemoteException; method in interface:IContentProvider
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryablePair.java57 paramType = (ParameterizedType) typeReference.getType();
H A DMarshalQueryableRange.java56 paramType = (ParameterizedType) typeReference.getType();
/frameworks/base/core/java/android/nfc/tech/
H A DNdef.java57 * where possible, but it is not mandatory. {@link #getType} returns a String
200 public String getType() { method in class:Ndef
/frameworks/base/core/java/android/os/storage/
H A DVolumeRecord.java66 public int getType() { method in class:VolumeRecord
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java167 recordNetworkState(mNetworkInfo.getType(), mNetworkInfo.getState());
170 recordNetworkState(mOtherNetworkInfo.getType(), mOtherNetworkInfo.getState());
468 if ((mNetworkInfo.getType() != networkType) ||
470 Log.v(LOG_TAG, "network state for " + mNetworkInfo.getType() +
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalProvider.java117 public String getType(Uri url) { method in class:LocalProvider
/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProvider.java119 public String getType(Uri url) { method in class:MemoryFileProvider

Completed in 818 milliseconds

<<11121314151617181920>>