Searched defs:v1 (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/ui/motion/ |
D | InterpolateUtils.java | 35 public static float lerp(float v0, float v1, float t) { in lerp()
|
/packages/apps/Camera2/src/com/android/camera/data/ |
D | NewestFirstComparator.java | 73 private int compareDate(Date v1, Date v2) { in compareDate()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/ |
D | itoa.h | 176 const uint32_t v1 = static_cast<uint32_t>(value % kTen8); in u64toa() local 250 const uint32_t v1 = static_cast<uint32_t>(value % kTen8); in u64toa() local
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderAnimationManager.java | 407 private Animator getAnimator(View view, Property property, float v1, float v2) { in getAnimator() 413 private Animator getAnimator(GradientDrawable drawable, String property, int v1, int v2) { in getAnimator()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapUtils.java | 148 int v1 = (int) (v & 0xffffffff); in getLongAsString() local 226 int v1 = (int) (vLow & 0xffffffff); in getLongLongAsString() local
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | valuetest.cpp | 231 Value v1(1234); in TestCopyFrom() local 268 Value v1(1234); in TEST() local
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_feature_detection.cpp | 1076 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/ |
D | ContactsProvider2Test.java | 2641 ContentValues v1 = new ContentValues(); in testEmailFilterDefaultSortOrder() local 2659 ContentValues v1 = new ContentValues(); in testEmailFilterPrimaryAddress() local 2677 ContentValues v1 = new ContentValues(); in testEmailFilterPrimaryAccount() local 2715 final ContentValues v1 = cv(Email.ADDRESS, "account1@testemail.com"); in testEmailFilterSameDomainAccountOrder() local 2739 final ContentValues v1 = cv(Email.ADDRESS, "account1@testemail.com"); in testEmailFilterSuperPrimaryOverUsageSort() local 2759 final ContentValues v1 = cv(Email.ADDRESS, "account1@testemail.com"); in testEmailFilterUsageOverPrimarySort() local 2780 ContentValues v1 = new ContentValues(); in testEmailFilterSortOrderWithFeedback() local 4367 ContentValues v1 = new ContentValues(); in testGroupDelete_byAccountSelection() local 4398 ContentValues v1 = new ContentValues(); in testGroupDelete_byAccountParam() local 4436 ContentValues v1 = new ContentValues(); in testGroupSummaryQuery() local
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Utilities.java | 264 public static int[] getCenterDeltaInScreenSpace(View v0, View v1) { in getCenterDeltaInScreenSpace()
|