Searched defs:identity (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DMatrixUtils.h39 * Constructor with identity initialization
41 * identity: Specifies wether to initialize matrix to
42 * identity or zeros
44 Matrix33(bool identity) { argument
45 initialize(identity);
49 * Initialize to identity matrix
51 void initialize(bool identity = false) {
53 if (identity) {
97 * Constructor with identity initialization
99 * identity
102 Matrix9(bool identity) argument
[all...]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DMatrixUtils.h39 * Constructor with identity initialization
41 * identity: Specifies wether to initialize matrix to
42 * identity or zeros
44 Matrix33(bool identity) { argument
45 initialize(identity);
49 * Initialize to identity matrix
51 void initialize(bool identity = false) {
53 if (identity) {
97 * Constructor with identity initialization
99 * identity
102 Matrix9(bool identity) argument
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DColorSpaceMatrix.java28 identity();
50 * set matrix to identity
52 public void identity() { method in class:ColorSpaceMatrix
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarEventModel.java86 public Attendee(String name, String email, int status, String identity, argument
91 mIdentity = identity;
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java499 protected Uri insertIdentity(long rawContactId, String identity, String namespace) { argument
504 values.put(Identity.IDENTITY, identity);
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 182 milliseconds