Searched defs:getType (Results 126 - 145 of 145) sorted by relevance

123456

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java943 public String getType(Uri url) { method in class:SettingsProvider
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java436 public Type getType() { method in class:Allocation
762 if (!mType.equals(a.getType())) {
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDevice.java605 int getType() { method in class:HdmiCecLocalDevice
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp318 jmethodID getType = env->GetMethodID(geofenceRequestClass, "getType", "()I"); local
321 GeofenceType type = (GeofenceType)env->CallIntMethod(geofenceRequestObject, getType);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java211 public int getType() { method in class:ImageShader.ProgramUniform
335 switch (uniform.getType()) {
364 switch (uniform.getType()) {
/frameworks/base/tools/aapt/
H A DResourceTable.h331 type getType() const { return mType; } function in class:ResourceTable::Entry
514 sp<Type> getType(const String16& type,
559 sp<Type> getType(const String16& package,
H A DResourceTable.cpp1755 getType(mAssetsPackage, String16("attr"), unknown);
1812 sp<Type> t = getType(package, type, sourcePos);
2075 sp<Type> t = getType(package, type, pos);
2536 sp<Type> attr = p->getType(String16("attr"), unknown);
3981 sp<ResourceTable::Type> ResourceTable::Package::getType(const String16& type, function in class:ResourceTable::Package
4129 sp<Type> privateAttrType = getType(String16(kAttrPrivateType), SourcePos());
4161 sp<ResourceTable::Type> ResourceTable::getType(const String16& package, function in class:ResourceTable
4170 return p->getType(type, sourcePos, doSetIndex);
4181 sp<Type> t = getType(package, type, sourcePos, doSetIndex);
4488 if (e == NULL || e->getType() !
[all...]
/frameworks/compile/slang/
H A Dslang_rs_export_type.h343 inline DataType getType() const { return mType; } function in class:slang::RSExportPrimitiveType
353 return getRSReflectionType(EPT->getType());
528 inline const RSExportType *getType() const { return mType; } function in class:slang::RSExportRecordType::Field
/frameworks/native/include/input/
H A DInput.h266 virtual int32_t getType() const = 0;
289 virtual int32_t getType() const { return AINPUT_EVENT_TYPE_KEY; } function in class:android::KeyEvent
343 virtual int32_t getType() const { return AINPUT_EVENT_TYPE_MOTION; } function in class:android::MotionEvent
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCardApplication.java552 public AppType getType() { method in class:UiccCardApplication
/frameworks/base/core/java/android/content/
H A DContentResolver.java322 public final String getType(Uri url) { method in class:ContentResolver
327 return provider.getType(url);
360 * not necessarily a superset of the type returned by {@link #getType} --
H A DIntent.java679 * <p>Input: {@link #getType} is the desired MIME type of the item to create or edit.
927 if (target.getType() != null) {
928 mimeTypes = new String[] { target.getType() };
985 * Input: {@link #getType} is the desired MIME type to retrieve. Note
1059 * Input: {@link #getType} is the MIME type of the data being sent.
1091 * Input: {@link #getType} is the MIME type of the data being sent.
4744 public String getType() { method in class:Intent
4756 * @see #getType
4774 * @see #getType
4783 return resolver.getType(mDat
[all...]
/frameworks/base/core/java/android/text/style/
H A DTtsSpan.java479 public String getType() { method in class:TtsSpan
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp611 static int getType(SkColorType colorType) function in namespace:android
642 return getType(nativeBitmap->colorType());
657 type = getType(colorType);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java382 public int getType() { method in class:VCardEntry.PhoneData
472 public int getType() { method in class:VCardEntry.EmailData
717 public int getType() { method in class:VCardEntry.PostalData
861 public int getType() { method in class:VCardEntry.OrganizationData
964 public int getType() { method in class:VCardEntry.ImData
1425 public int getType() { return mType; } method in class:VCardEntry.SipData
/frameworks/rs/cpp/
H A DrsCppStructs.h339 sp<const Type> getType() const { function in class:android::RSC::Allocation
1372 sp<const Type> getType() { function in class:android::RSC::Script::FieldBase
1373 return mAllocation->getType();
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java183 public int getType() { method in class:AccessibilityNodeInfoCompat.RangeInfoCompat
184 return AccessibilityNodeInfoCompatKitKat.RangeInfo.getType(mInfo);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java2635 parcel.writeInt(mRangeInfo.getType());
3577 public int getType() { method in class:AccessibilityNodeInfo.RangeInfo
/frameworks/base/core/java/android/webkit/
H A DWebView.java427 public int getType() { method in class:WebView.HitTestResult
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2545 public int getType() { method in class:EditStyledText.EditStyledTextSpans.MarqueeSpan

Completed in 492 milliseconds

123456