Home
last modified time | relevance | path

Searched defs:v1 (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/motion/
DInterpolateUtils.java35 public static float lerp(float v0, float v1, float t) { in lerp()
/packages/apps/Camera2/src/com/android/camera/data/
DNewestFirstComparator.java73 private int compareDate(Date v1, Date v2) { in compareDate()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Ditoa.h176 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/
DFolderAnimationManager.java350 private Animator getAnimator(View view, Property property, float v1, float v2) { in getAnimator()
356 private Animator getAnimator(GradientDrawable drawable, String property, int v1, int v2) { in getAnimator()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapUtils.java153 int v1 = (int) (v & 0xffffffff); in getLongAsString() local
231 int v1 = (int) (vLow & 0xffffffff); in getLongLongAsString() local
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dvaluetest.cpp231 Value v1(1234); in TestCopyFrom() local
268 Value v1(1234); 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.java2615 ContentValues v1 = new ContentValues(); in testEmailFilterDefaultSortOrder() local
2633 ContentValues v1 = new ContentValues(); in testEmailFilterPrimaryAddress() local
2651 ContentValues v1 = new ContentValues(); in testEmailFilterPrimaryAccount() local
2689 final ContentValues v1 = cv(Email.ADDRESS, "account1@testemail.com"); in testEmailFilterSameDomainAccountOrder() local
2713 final ContentValues v1 = cv(Email.ADDRESS, "account1@testemail.com"); in testEmailFilterSuperPrimaryOverUsageSort() local
2733 final ContentValues v1 = cv(Email.ADDRESS, "account1@testemail.com"); in testEmailFilterUsageOverPrimarySort() local
2754 ContentValues v1 = new ContentValues(); in testEmailFilterSortOrderWithFeedback() local
4341 ContentValues v1 = new ContentValues(); in testGroupDelete_byAccountSelection() local
4372 ContentValues v1 = new ContentValues(); in testGroupDelete_byAccountParam() local
4410 ContentValues v1 = new ContentValues(); in testGroupSummaryQuery() local
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java301 public static int[] getCenterDeltaInScreenSpace(View v0, View v1) { in getCenterDeltaInScreenSpace()