Home
last modified time | relevance | path

Searched defs:v2 (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/data/
DNewestFirstComparator.java73 private int compareDate(Date v1, Date v2) { in compareDate()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderAnimationManager.java363 private Animator getAnimator(View view, Property property, float v1, float v2) { in getAnimator()
369 private Animator getAnimator(GradientDrawable drawable, String property, int v1, int v2) { in getAnimator()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapUtils.java149 int v2 = (int) ((v>>32) & 0xffffffff); in getLongAsString() local
213 int v2 = (int) ((vLow>>32) & 0xffffffff); in getLongLongAsString() local
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dvaluetest.cpp232 Value v2(v1, a); // deep copy constructor in TestCopyFrom() local
269 Value v2(kObjectType); in TEST() local
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_feature_detection.cpp1076 inline void db_MaxVector_128_Aligned16_f(float *m,float *v1,float *v2) in db_MaxVector_128_Aligned16_f()
1202 inline void db_MaxVector_128_SecondSourceDestAligned16_f(float *m,float *v1,float *v2) in db_MaxVector_128_SecondSourceDestAligned16_f()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java2609 ContentValues v2 = new ContentValues(); in testEmailFilterDefaultSortOrder() local
2627 ContentValues v2 = new ContentValues(); in testEmailFilterPrimaryAddress() local
2645 ContentValues v2 = new ContentValues(); in testEmailFilterPrimaryAccount() local
2682 final ContentValues v2 = cv(Email.ADDRESS, "account1@email.com"); in testEmailFilterSameDomainAccountOrder() local
2706 final ContentValues v2 = cv(Email.ADDRESS, "account2@testemail.com"); in testEmailFilterSuperPrimaryOverUsageSort() local
2732 final ContentValues v2 = cv(Email.ADDRESS, "account2@testemail.com"); in testEmailFilterUsageOverPrimarySort() local
2754 ContentValues v2 = new ContentValues(); in testEmailFilterSortOrderWithFeedback() local
2884 ContentValues v2 = new ContentValues(); in testEmailFilterSortOrderWithOldHistory() local
4467 ContentValues v2 = new ContentValues(); in testGroupDelete_byAccountSelection() local
4498 ContentValues v2 = new ContentValues(); in testGroupDelete_byAccountParam() local
[all …]
/packages/apps/Launcher2/src/com/android/launcher2/
DFolder.java566 boolean readingOrderGreaterThan(int[] v1, int[] v2) { in readingOrderGreaterThan()