Searched refs:getType (Results 151 - 175 of 201) sorted by relevance

123456789

/frameworks/base/services/surfaceflinger/
H A DTransform.cpp302 uint32_t Transform::getType() const { function in class:android::Transform
H A DLayerBase.cpp216 const uint8_t type = temp.transform.getType();
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccProvider.java95 public String getType(Uri url) { method in class:IccProvider
H A DCommandsInterface.java57 public int getType() { method in class:CommandsInterface.RadioState
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DWebViewContextMenu.java154 int type = result.getType();
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp605 static int getType(SkBitmap::Config config) function in namespace:android
640 return getType(config);
655 type = getType(config);
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp231 if (((InputEvent*)event)->getType() != AINPUT_EVENT_TYPE_KEY) {
251 && ((InputEvent*)event)->getType() == AINPUT_EVENT_TYPE_KEY
272 if (static_cast<InputEvent*>(event)->getType() == AINPUT_EVENT_TYPE_KEY) {
H A Dandroid_view_InputQueue.cpp365 int32_t inputEventType = inputEvent->getType();
/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/base/core/java/android/content/
H A DContentProviderOperation.java181 public int getType() { method in class:ContentProviderOperation
H A DContentResolver.java205 public final String getType(Uri url) { method in class:ContentResolver
209 return provider.getType(url);
241 * not necessarily a superset of the type returned by {@link #getType} --
H A DIntentFilter.java1070 String type = resolve ? intent.resolveType(resolver) : intent.getType();
1189 switch (pe.getType()) {
/frameworks/base/core/java/android/net/http/
H A DRequestQueue.java264 if (info != null && info.getType() == ConnectivityManager.TYPE_WIFI) {
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java442 int type = Character.getType(nativeGetDisplayLabel(mPtr, keyCode));
/frameworks/base/libs/rs/
H A DrsFileA3D.cpp404 fileEntries[i].classID = entry->getType();
/frameworks/base/obex/javax/obex/
H A DServerOperation.java572 public String getType() { method in class:ServerOperation
/frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java117 if (event.sensor.getType() == Sensor.TYPE_LINEAR_ACCELERATION) {
/frameworks/base/voip/java/android/net/sip/
H A DSimpleSessionDescription.java254 public String getType() { method in class:SimpleSessionDescription.Media
/frameworks/base/tools/aapt/
H A DResourceTable.cpp1623 sp<Type> attr = getType(mAssetsPackage, String16("attr"), unknown);
1645 sp<Type> t = getType(package, type, sourcePos);
1920 sp<Type> t = getType(package, type, pos);
2340 sp<Type> attr = p->getType(String16("attr"), unknown);
3499 sp<ResourceTable::Type> ResourceTable::Package::getType(const String16& type, function in class:ResourceTable::Package
3634 sp<ResourceTable::Type> ResourceTable::getType(const String16& package, function in class:ResourceTable
3643 return p->getType(type, sourcePos, doSetIndex);
3654 sp<Type> t = getType(package, type, sourcePos, doSetIndex);
/frameworks/base/voip/java/com/android/server/sip/
H A DSipService.java1157 (!mSipOnWifiOnly || info.getType() == ConnectivityManager.TYPE_WIFI));
1190 if (info.getType() == ConnectivityManager.TYPE_WIFI) {
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditorImpl.java1482 Integer.toString(colorEffect.getType()));
1483 if (colorEffect.getType() == EffectColor.TYPE_COLOR ||
1484 colorEffect.getType() == EffectColor.TYPE_GRADIENT) {
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java206 filter.addDataPath(p.getPath(), p.getType());
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DConnectivityManagerMobileTest.java103 extraNetInfo.getType());
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentProviderOperationTest.java534 public String getType(Uri uri) { method in class:ContentProviderOperationTest.TestContentProvider
/frameworks/base/libs/hwui/
H A DMatrix.cpp109 mSimpleMatrix = (v.getType() <= (SkMatrix::kScale_Mask | SkMatrix::kTranslate_Mask));

Completed in 1869 milliseconds

123456789