Searched defs:v1 (Results 1 – 10 of 10) 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/Browser/src/com/android/browser/view/ |
D | BasePieView.java | 146 View v1 = mViews.get(mCurrent); in onTouchEvent() local
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | TimerSetupView.java | 88 View v1 = findViewById(R.id.first); in onFinishInflate() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapUtils.java | 148 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/ |
D | ContactsProvider2Test.java | 2485 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/ |
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/apps/Camera/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/apps/Launcher3/src/com/android/launcher3/ |
D | Utilities.java | 352 public static int[] getCenterDeltaInScreenSpace(View v0, View v1, int[] delta) { in getCenterDeltaInScreenSpace()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | Folder.java | 566 boolean readingOrderGreaterThan(int[] v1, int[] v2) { in readingOrderGreaterThan()
|