Home
last modified time | relevance | path

Searched refs:vt (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DVelocityTest.java39 VelocityTracker vt = VelocityTracker.obtain(); in testInitialCondiditions() local
40 assertNotNull(vt); in testInitialCondiditions()
41 vt.recycle(); in testInitialCondiditions()
51 VelocityTracker vt = VelocityTracker.obtain(); in testClear() local
52 drag(vt, 100, 200, 100, 200, 10, t, 300); in testClear()
53 vt.computeCurrentVelocity(1); in testClear()
54 assertFalse("Velocity should not be null", vt.getXVelocity() == 0.0f); in testClear()
55 assertFalse("Velocity should not be null", vt.getYVelocity() == 0.0f); in testClear()
56 vt.clear(); in testClear()
57 vt.computeCurrentVelocity(1); in testClear()
[all …]
/frameworks/base/libs/rs/
Drsg_generator.c23 void printVarType(FILE *f, const VarType *vt) { in printVarType() argument
25 if (vt->isConst) { in printVarType()
29 switch (vt->type) { in printVarType()
34 fprintf(f, "int%i_t", vt->bits); in printVarType()
37 fprintf(f, "uint%i_t", vt->bits); in printVarType()
40 if (vt->bits == 32) in printVarType()
46 fprintf(f, "%s", vt->typeName); in printVarType()
50 if (vt->ptrLevel) { in printVarType()
52 for (ct=0; ct < vt->ptrLevel; ct++) { in printVarType()
58 void printVarTypeAndName(FILE *f, const VarType *vt) { in printVarTypeAndName() argument
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java94 private float getVelocity(VelocityTracker vt) { in getVelocity() argument
95 return mSwipeDirection == X ? vt.getXVelocity() : in getVelocity()
96 vt.getYVelocity(); in getVelocity()
105 private float getPerpendicularVelocity(VelocityTracker vt) { in getPerpendicularVelocity() argument
106 return mSwipeDirection == X ? vt.getYVelocity() : in getPerpendicularVelocity()
107 vt.getXVelocity(); in getPerpendicularVelocity()
/frameworks/base/core/java/android/widget/
DAbsListView.java3639 final VelocityTracker vt = mVelocityTracker;
3641 if (vt == null || activeId == INVALID_POINTER) {
3645 vt.computeCurrentVelocity(1000, mMaximumVelocity);
3646 final float yvel = -vt.getYVelocity(activeId);
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_nontext.txt174 /sdcard/android/layout_tests/css2.1/t080301-c411-vt-mrgn-00-b.html