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

/frameworks/base/core/tests/coretests/src/android/view/
H A DVelocityTest.java39 VelocityTracker vt = VelocityTracker.obtain();
40 assertNotNull(vt);
41 vt.recycle();
51 VelocityTracker vt = VelocityTracker.obtain();
52 drag(vt, 100, 200, 100, 200, 10, t, 300);
53 vt.computeCurrentVelocity(1);
54 assertFalse("Velocity should not be null", vt.getXVelocity() == 0.0f);
55 assertFalse("Velocity should not be null", vt.getYVelocity() == 0.0f);
56 vt.clear();
57 vt
234 drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps, long startime, int duration) argument
243 drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps, long startime, int duration, Interpolator interpolator) argument
259 addMotionEvent(VelocityTracker vt, int x, int y, long time, int action) argument
[all...]
/frameworks/rs/
H A Drsg_generator.c24 void printVarType(FILE *f, const VarType *vt) { argument
26 if (vt->isConst) {
30 switch (vt->type) {
35 fprintf(f, "int%i_t", vt->bits);
38 fprintf(f, "uint%i_t", vt->bits);
41 if (vt->bits == 32)
47 fprintf(f, "%s", vt->typeName);
51 if (vt->ptrLevel) {
53 for (ct=0; ct < vt->ptrLevel; ct++) {
59 void printVarTypeAndName(FILE *f, const VarType *vt) { argument
168 const VarType *vt = &api->params[ct]; local
222 const VarType *vt = &api->params[ct2]; local
241 const VarType *vt = &api->params[ct2]; local
258 const VarType *vt = &api->params[ct2]; local
279 const VarType *vt = &api->params[ct2]; local
332 const VarType *vt = &api->params[ct2]; local
340 const VarType *vt = &api->params[ct2]; local
348 const VarType *vt = &api->params[ct2]; local
358 const VarType *vt = &api->params[ct2]; local
366 const VarType *vt = &api->params[ct2]; local
421 const VarType *vt = &api->params[ct2]; local
473 const VarType *vt = &api->params[ct2]; local
512 const VarType *vt = &api->params[ct2]; local
520 const VarType *vt = &api->params[ct2]; local
534 const VarType *vt = &api->params[ct2]; local
557 const VarType *vt = &api->params[ct2]; local
566 const VarType *vt = &api->params[ct2]; local
573 const VarType *vt = &api->params[ct2]; local
589 const VarType *vt = &api->params[ct2]; local
595 const VarType *vt = &api->params[ct2]; local
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java110 private float getVelocity(VelocityTracker vt) { argument
111 return mSwipeDirection == X ? vt.getXVelocity() :
112 vt.getYVelocity();
121 private float getPerpendicularVelocity(VelocityTracker vt) { argument
122 return mSwipeDirection == X ? vt.getYVelocity() :
123 vt.getXVelocity();
/frameworks/base/core/java/android/widget/
H A DAbsListView.java4069 final VelocityTracker vt = mVelocityTracker;
4071 if (vt == null || activeId == INVALID_POINTER) {
4075 vt.computeCurrentVelocity(1000, mMaximumVelocity);
4076 final float yvel = -vt.getYVelocity(activeId);
/frameworks/base/media/tests/contents/media_api/music/
H A Dtest_amr_ietf.amr420 �<ء酙���8�S3���OR���Z�ܼ؀<~wxM;6�Ř���9�}�"t�y3���e�<�{���=+T�ȴ�%��.Q"4.x����`<��/�ε:Dl�4�6��-�k�Ui5�<��G����Q"*���e��_�i.�g�F3/%�<l�/�{�Dz�������3V8=�6���ڠ<�,���+U���ܧgG" �vt�!\���^�<Zmw���Ԫ�z������Y��P�_�<2lG��g&JenʕuV�lE@��dpI�<�]=HH���o�X�.����c��}�1��<�_���A�)��y�ϲş@=ّ��B=|0<5�����|��|q���
730 ՠ��6��<4otA�Z#�rL8�ֳ��i�>@�g���< �+m�����J�,=���� u�.4�� ]�Tp<N�~���W<+vtTL�������c���-�`<�(��m����m���l�K�e��Zr}/��<N�G���iw�T����iQ �-�+/���1)�<�6>��2� w.��� W�gi`�8�,�$���<Ti����l4��\~�܁�Da,��T��p �<D>?�1������ti���*M]a�� :��� <Hr'���4�����zc��ߊWO�Xo ]SX�<�Z%?�eNP���W*y��v�9�����6��`<(m��3�r̈́zf�\<��

Completed in 3253 milliseconds