Home
last modified time | relevance | path

Searched defs:vt (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DVelocityTest.java41 VelocityTracker vt = VelocityTracker.obtain(); in testInitialCondiditions() local
53 VelocityTracker vt = VelocityTracker.obtain(); in testClear() local
68 VelocityTracker vt = VelocityTracker.obtain(); in testDragAcceleration() local
79 VelocityTracker vt = VelocityTracker.obtain(); in testDragDeceleration() local
91 VelocityTracker vt = VelocityTracker.obtain(); in testDragLinearHorizontal() local
104 VelocityTracker vt = VelocityTracker.obtain(); in testDragLinearVertical() local
121 VelocityTracker vt = VelocityTracker.obtain(); in testDragWith2Points() local
138 VelocityTracker vt = VelocityTracker.obtain(); in testStabilityInNbPoints() local
160 VelocityTracker vt = VelocityTracker.obtain(); in testStabilityInTime() local
182 VelocityTracker vt = VelocityTracker.obtain(); in testStabilityInSpace() local
[all …]
/frameworks/rs/
Drsg_generator.c42 void printVarType(FILE *f, const VarType *vt) { in printVarType()
77 void printVarTypeAndName(FILE *f, const VarType *vt) { in printVarTypeAndName()
178 const VarType *vt = &api->params[ct]; in hasInlineDataPointers() local
232 const VarType *vt = &api->params[ct2]; in printApiCpp() local
246 const VarType *vt = &api->params[ct2]; in printApiCpp() local
266 const VarType *vt = &api->params[ct2]; in printApiCpp() local
283 const VarType *vt = &api->params[ct2]; in printApiCpp() local
304 const VarType *vt = &api->params[ct2]; in printApiCpp() local
365 const VarType *vt = &api->params[ct2]; in printApiCpp() local
420 const VarType *vt = &api->params[ct2]; in printPlaybackCpp() local
/frameworks/base/core/java/android/widget/
DDifferentialMotionFlingHelper.java102 float getCurrentVelocity(VelocityTracker vt, MotionEvent event, int axis); in getCurrentVelocity()
254 private static float getCurrentVelocity(VelocityTracker vt, MotionEvent event, int axis) { in getCurrentVelocity()
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
DSQLiteDatabaseTest.java186 String vt = String.format("text%02dvalue", i); in testAutomaticCounters() local
211 String vt = String.format("text%02dvalue", i); in testAutomaticCounters() local
DSQLiteRawStatementTest.java218 String vt = String.format("text%02dvalue", row); in testInsert() local
266 String vt = s.getColumnText(2); in testInsert() local
731 String vt = String.format("text%02dvalue", i); in testSpeedSimple() local
807 String vt = String.format("text%02dvalue", i); in testSpeedSingleQuery() local
/frameworks/av/services/camera/libcameraservice/hidl/
DHidlCameraService.cpp305 HVendorTag vt; in getCameraVendorTagSections() local
/frameworks/av/services/camera/libcameraservice/aidl/
DAidlCameraService.cpp314 SVendorTag vt; in getCameraVendorTagSections() local
/frameworks/native/libs/input/tests/
DVelocityTracker_test.cpp234 VelocityTracker vt(strategy); in computeVelocity() local
414 VelocityTracker vt(VelocityTracker::Strategy::IMPULSE); in TEST_F() local
443 VelocityTracker vt(VelocityTracker::Strategy::DEFAULT); in TEST_F() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java190 private float getVelocity(VelocityTracker vt) { in getVelocity()
/frameworks/av/include/media/
DVolumeShaper.h819 std::tuple<T /* volume */, S /* position */, bool /* active */> vt = in getVolume() local