Searched refs:IDENTITY (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DTransform.cpp59 if (CC_LIKELY(mType == IDENTITY))
63 if (rhs.mType == IDENTITY)
103 mType = IDENTITY;
149 H.mType |= isZero(w) ? IDENTITY : TRANSLATE;
157 V.mType |= isZero(h) ? IDENTITY : TRANSLATE;
166 R.mType |= isZero(original_w) ? IDENTITY : TRANSLATE;
374 type.append("IDENTITY ");
H A DTransform.h55 IDENTITY = 0, enumerator in enum:android::Transform::type_mask
/frameworks/base/core/java/android/hardware/input/
H A DTouchCalibration.java29 public static final TouchCalibration IDENTITY = new TouchCalibration(); field in class:TouchCalibration
H A DInputManager.java517 return TouchCalibration.IDENTITY;
/frameworks/base/services/core/java/com/android/server/input/
H A DPersistentDataStore.java90 return TouchCalibration.IDENTITY;
95 return TouchCalibration.IDENTITY;
466 float[] matrix = TouchCalibration.IDENTITY.getAffineTransform();
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClientConnection.java390 } else if (len == ContentLengthStrategy.IDENTITY) {
423 return ContentLengthStrategy.IDENTITY;
H A DHeaders.java187 transferEncoding = ContentLengthStrategy.IDENTITY;
193 transferEncoding = ContentLengthStrategy.IDENTITY;
/frameworks/base/core/java/android/provider/
H A DContactsContract.java7169 * the same NAMESPACE and IDENTITY values the aggregator can know that they refer
7186 public static final String IDENTITY = DataColumns.DATA1; field in class:ContactsContract.CommonDataKinds.Identity

Completed in 144 milliseconds