Searched defs:vt (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | VelocityTest.java | 39 VelocityTracker vt = VelocityTracker.obtain(); in testInitialCondiditions() local 51 VelocityTracker vt = VelocityTracker.obtain(); in testClear() local 66 VelocityTracker vt = VelocityTracker.obtain(); in testDragAcceleration() local 77 VelocityTracker vt = VelocityTracker.obtain(); in testDragDeceleration() local 89 VelocityTracker vt = VelocityTracker.obtain(); in testDragLinearHorizontal() local 102 VelocityTracker vt = VelocityTracker.obtain(); in testDragLinearVertical() local 119 VelocityTracker vt = VelocityTracker.obtain(); in testDragWith2Points() local 136 VelocityTracker vt = VelocityTracker.obtain(); in testStabilityInNbPoints() local 158 VelocityTracker vt = VelocityTracker.obtain(); in testStabilityInTime() local 180 VelocityTracker vt = VelocityTracker.obtain(); in testStabilityInSpace() local [all …]
|
/frameworks/rs/ |
D | rsg_generator.c | 42 void printVarType(FILE *f, const VarType *vt) { in printVarType() 77 void printVarTypeAndName(FILE *f, const VarType *vt) { in printVarTypeAndName() 175 const VarType *vt = &api->params[ct]; in hasInlineDataPointers() local 229 const VarType *vt = &api->params[ct2]; in printApiCpp() local 243 const VarType *vt = &api->params[ct2]; in printApiCpp() local 263 const VarType *vt = &api->params[ct2]; in printApiCpp() local 280 const VarType *vt = &api->params[ct2]; in printApiCpp() local 301 const VarType *vt = &api->params[ct2]; in printApiCpp() local 362 const VarType *vt = &api->params[ct2]; in printApiCpp() local 417 const VarType *vt = &api->params[ct2]; in printPlaybackCpp() local
|
/frameworks/av/services/camera/libcameraservice/hidl/ |
D | HidlCameraService.cpp | 254 HVendorTag vt; in getCameraVendorTagSections() local
|
/frameworks/native/libs/input/tests/ |
D | VelocityTracker_test.cpp | 194 VelocityTracker vt(strategy); in computeAndCheckVelocity() local 218 VelocityTracker vt("lsq2"); in computeAndCheckQuadraticEstimate() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SwipeHelper.java | 144 private float getVelocity(VelocityTracker vt) { in getVelocity() 155 private float getPerpendicularVelocity(VelocityTracker vt) { in getPerpendicularVelocity()
|
/frameworks/ml/nn/tools/test_generator/ |
D | test_generator.py | 158 def __init__(self, vt, dimensions, scale, zeroPoint, name="type", skipRenaming=False, argument 170 def GetType(vt, dimensions, scale=0, zeroPoint=0, extraParams=None): argument 185 def GetTypeFromString(vt, shape, extraParams=None): argument
|
/frameworks/av/include/media/ |
D | VolumeShaper.h | 648 std::tuple<T /* volume */, S /* position */, bool /* active */> vt = in getVolume() local
|