Searched defs:getType (Results 1 - 25 of 145) sorted by last modified time

123456

/frameworks/support/v4/kitkat/android/support/v4/provider/
H A DDocumentsContractApi19.java44 public static String getType(Context context, Uri self) { method in class:DocumentsContractApi19
/frameworks/support/v4/kitkat/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatKitKat.java115 static int getType(Object info) { method in class:AccessibilityNodeInfoCompatKitKat.RangeInfo
116 return ((AccessibilityNodeInfo.RangeInfo) info).getType();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DTintTypedArray.java156 public int getType(int index) { method in class:TintTypedArray
157 return mWrapped.getType(index);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java319 public Type getType() { method in class:Allocation
628 if (!mType.equals(a.getType())) {
H A DAllocationThunker.java51 public Type getType() { method in class:AllocationThunker
52 return TypeThunker.find(mN.getType());
56 return getType().getElement();
419 TypeThunker tt = new TypeThunker(rs, a.getType());
435 TypeThunker tt = new TypeThunker(rs, a.getType());
457 TypeThunker tt = new TypeThunker(rs, a.getType());
475 TypeThunker tt = new TypeThunker(rs, a.getType());
490 TypeThunker tt = new TypeThunker(rs, a.getType());
505 TypeThunker tt = new TypeThunker(rs, a.getType());
H A DScript.java453 public Type getType() { method in class:Script.FieldBase
454 return mAllocation.getType();
/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/rs/cpu_ref/linkloader/include/
H A DELFReloc.h119 word_t getType() const { function in class:ELFReloc
142 xword_t getType() const { function in class:ELFReloc
H A DELFSectionHeader.h61 word_t getType() const { function in class:ELFSectionHeader_CRTP
H A DELFSymbol.h61 getType() == STT_OBJECT &&
83 byte_t getType() const { function in class:ELFSymbol_CRTP
124 return getType() == STT_FUNC;
128 return getType() == STT_NOTYPE;
/frameworks/rs/
H A DrsAllocation.h107 const Type * getType() const {return mHal.state.type;} function in class:android::renderscript::Allocation
H A DrsComponent.h38 RsDataType getType() const {return mType;} function in class:android::renderscript::Component
H A DrsElement.h92 RsDataType getType() const {return mComponent.getType();} function in class:android::renderscript::Element
H A DrsFileA3D.h55 RsA3DClassID getType() const { function in class:android::renderscript::FileA3D::A3DIndexEntry
/frameworks/support/v4/java/android/support/v4/app/
H A DShareCompat.java723 * @see Intent#getType()
725 public String getType() { method in class:ShareCompat.IntentReader
726 return mIntent.getType();
/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.java449 public String getType(Uri uri) { method in class:FileProvider
/frameworks/support/v4/java/android/support/v4/provider/
H A DDocumentFile.java205 public abstract String getType(); method in class:DocumentFile
332 * {@link #getType()} may change to reflect the rename.
H A DRawDocumentFile.java73 public String getType() { method in class:RawDocumentFile
H A DSingleDocumentFile.java54 public String getType() { method in class:SingleDocumentFile
55 return DocumentsContractApi19.getType(mContext, mUri);
H A DTreeDocumentFile.java55 public String getType() { method in class:TreeDocumentFile
56 return DocumentsContractApi19.getType(mContext, mUri);
/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/opt/photoviewer/sample/src/com/example/photoviewersample/
H A DSampleProvider.java43 public String getType(Uri uri) { method in class:SampleProvider
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccProvider.java142 public String getType(Uri url) { method in class:IccProvider
H A DUUSInfo.java85 public int getType() { method in class:UUSInfo
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCardApplication.java552 public AppType getType() { method in class:UiccCardApplication

Completed in 2776 milliseconds

123456