Searched defs:getType (Results 101 - 125 of 175) sorted by relevance

1234567

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java119 EntryType getType() { method in class:TrackerEntry
214 if (entry.getType() == EntryType.LOCATION_TYPE) {
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java567 // valid getType() and getName() returning a resource name.
745 public int getType(int index) { method in class:BridgeTypedArray
/frameworks/native/libs/gui/
H A DSensor.cpp327 int32_t Sensor::getType() const { function in class:android::Sensor
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp333 uint32_t Transform::getType() const { function in class:android::Transform
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessage.java100 public Type getType() { method in class:BluetoothMapBmessage
H A DBluetoothMapMessage.java271 public Type getType() { method in class:BluetoothMapMessage
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccProvider.java145 public String getType(Uri url) { method in class:IccProvider
/frameworks/rs/
H A DrsElement.h92 RsDataType getType() const {return mComponent.getType();} function in class:android::renderscript::Element
/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.java450 public String getType(Uri uri) { method in class:FileProvider
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityWindowInfoCompat.java31 public int getType(Object info); method in interface:AccessibilityWindowInfoCompat.AccessibilityWindowInfoImpl
60 public int getType(Object info) { method in class:AccessibilityWindowInfoCompat.AccessibilityWindowInfoStubImpl
140 public int getType(Object info) { method in class:AccessibilityWindowInfoCompat.AccessibilityWindowInfoApi21Impl
141 return AccessibilityWindowInfoCompatApi21.getType(info);
285 public int getType() { method in class:AccessibilityWindowInfoCompat
286 return IMPL.getType(mInfo);
470 builder.append(", type=").append(typeToString(getType()));
/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/av/media/libstagefright/
H A DHevcUtils.cpp109 if (getType(i) == type) {
116 uint8_t HevcParameterSets::getType(size_t index) { function in class:android::HevcParameterSets
374 if (getType(j) != type) {
448 if (getType(j) != type) {
/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java221 public int getType() { method in class:ContentProviderOperation
H A DRestrictionEntry.java210 if (restriction.getType() != TYPE_BUNDLE) {
257 public int getType() { method in class:RestrictionEntry
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java986 public int getType(@StyleableRes int index) { method in class:TypedArray
/frameworks/base/core/java/android/net/
H A DNetworkInfo.java169 public int getType() { method in class:NetworkInfo
/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java621 public byte[] getType() { method in class:NdefRecord
/frameworks/base/core/java/android/provider/
H A DDocumentsProvider.java601 public final String getType(Uri uri) { method in class:DocumentsProvider
614 Log.w(TAG, "Failed during getType", e);
1017 final String baseType = getType(uri);
/frameworks/base/core/java/android/view/
H A DPointerIcon.java327 public int getType() { method in class:PointerIcon
/frameworks/base/core/tests/coretests/src/com/android/internal/policy/
H A DPhoneWindowActionModeTest.java146 assertEquals(ActionMode.TYPE_PRIMARY, mode.getType());
159 assertEquals(ActionMode.TYPE_FLOATING, mode.getType());
324 public int getType() { method in class:PhoneWindowActionModeTest.MockActionMode
/frameworks/base/libs/hwui/
H A DMatrix.cpp73 uint8_t Matrix4::getType() const { function in class:android::uirenderer::Matrix4
117 return getType() & sGeometryMask;
121 return getType() & kTypeRectToRect;
129 return getType() & (kTypeScale | kTypeAffine | kTypePerspective);
147 return getType() & kTypePerspective;
173 // However, SkMatrix::getType() does not return the flag
176 mType = v.getType();
223 mType = v.getType();
517 ALOGD("%s[simple=%d, type=0x%x", label ? label : "Matrix4", isSimple(), getType());
/frameworks/base/location/java/android/location/
H A DGpsClock.java102 public byte getType() { method in class:GpsClock
168 * {@link #getType()} defines the time reported.
/frameworks/base/media/java/android/media/tv/
H A DTvTrackInfo.java109 public final int getType() { method in class:TvTrackInfo
/frameworks/base/obex/javax/obex/
H A DServerOperation.java705 public String getType() { method in class:ServerOperation
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentsProvider.java202 public String getType(Uri uri) { method in class:RecentsProvider

Completed in 910 milliseconds

1234567