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.c23 void printVarType(FILE *f, const VarType *vt) { argument
25 if (vt->isConst) {
29 switch (vt->type) {
34 fprintf(f, "int%i_t", vt->bits);
37 fprintf(f, "uint%i_t", vt->bits);
40 if (vt->bits == 32)
46 fprintf(f, "%s", vt->typeName);
50 if (vt->ptrLevel) {
52 for (ct=0; ct < vt->ptrLevel; ct++) {
58 void printVarTypeAndName(FILE *f, const VarType *vt) { argument
164 const VarType *vt = &api->params[ct]; local
218 const VarType *vt = &api->params[ct2]; local
231 const VarType *vt = &api->params[ct2]; local
252 const VarType *vt = &api->params[ct2]; local
305 const VarType *vt = &api->params[ct2]; local
313 const VarType *vt = &api->params[ct2]; local
321 const VarType *vt = &api->params[ct2]; local
331 const VarType *vt = &api->params[ct2]; local
339 const VarType *vt = &api->params[ct2]; local
392 const VarType *vt = &api->params[ct2]; local
444 const VarType *vt = &api->params[ct2]; local
483 const VarType *vt = &api->params[ct2]; local
491 const VarType *vt = &api->params[ct2]; local
505 const VarType *vt = &api->params[ct2]; local
528 const VarType *vt = &api->params[ct2]; local
537 const VarType *vt = &api->params[ct2]; local
544 const VarType *vt = &api->params[ct2]; local
560 const VarType *vt = &api->params[ct2]; local
566 const VarType *vt = &api->params[ct2]; local
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java111 private float getVelocity(VelocityTracker vt) { argument
112 return mSwipeDirection == X ? vt.getXVelocity() :
113 vt.getYVelocity();
122 private float getPerpendicularVelocity(VelocityTracker vt) { argument
123 return mSwipeDirection == X ? vt.getYVelocity() :
124 vt.getXVelocity();
/frameworks/base/core/java/android/widget/
H A DAbsListView.java4016 final VelocityTracker vt = mVelocityTracker;
4018 if (vt == null || activeId == INVALID_POINTER) {
4022 vt.computeCurrentVelocity(1000, mMaximumVelocity);
4023 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 197 milliseconds