Home
last modified time | relevance | path

Searched defs:v1 (Results 1 – 10 of 10) 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/Browser/src/com/android/browser/view/
DBasePieView.java146 View v1 = mViews.get(mCurrent); in onTouchEvent() local
/packages/apps/DeskClock/src/com/android/deskclock/
DTimerSetupView.java88 View v1 = findViewById(R.id.first); in onFinishInflate() local
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapUtils.java148 int v1 = (int) (v & 0xffffffff); in getLongAsString() local
212 int v1 = (int) (vLow & 0xffffffff); in getLongLongAsString() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java2485 ContentValues v1 = new ContentValues(); in testEmailFilterDefaultSortOrder() local
2503 ContentValues v1 = new ContentValues(); in testEmailFilterPrimaryAddress() local
2521 ContentValues v1 = new ContentValues(); in testEmailFilterPrimaryAccount() local
2559 final ContentValues v1 = cv(Email.ADDRESS, "account1@testemail.com"); in testEmailFilterSameDomainAccountOrder() local
2583 final ContentValues v1 = cv(Email.ADDRESS, "account1@testemail.com"); in testEmailFilterSuperPrimaryOverUsageSort() local
2609 final ContentValues v1 = cv(Email.ADDRESS, "account1@testemail.com"); in testEmailFilterUsageOverPrimarySort() local
2630 ContentValues v1 = new ContentValues(); in testEmailFilterSortOrderWithFeedback() local
2684 ContentValues v1 = new ContentValues(); in testEmailFilterSortOrderWithOldHistory() local
3896 ContentValues v1 = new ContentValues(); in testGroupDelete_byAccountSelection() local
3927 ContentValues v1 = new ContentValues(); in testGroupDelete_byAccountParam() local
[all …]
/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/apps/Camera/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/apps/Launcher3/src/com/android/launcher3/
DUtilities.java352 public static int[] getCenterDeltaInScreenSpace(View v0, View v1, int[] delta) { in getCenterDeltaInScreenSpace()
/packages/apps/Launcher2/src/com/android/launcher2/
DFolder.java566 boolean readingOrderGreaterThan(int[] v1, int[] v2) { in readingOrderGreaterThan()