Searched refs:P2 (Results 1 – 6 of 6) sorted by relevance
/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/ui/ |
D | SortedArrayAdapterTest.java | 42 public static final TestData P2 = TestData.create(2, "b"); field in SortedArrayAdapterTest 67 mAdapter.add(P2); in testAdd_two() 69 assertContentsInOrder(mAdapter, P2, P1); in testAdd_two() 74 mAdapter.setInitialItems(Arrays.asList(P1, P2)); in testSetInitialItems_two() 76 assertContentsInOrder(mAdapter, P2, P1); in testSetInitialItems_two() 82 mAdapter.setInitialItems(Arrays.asList(P1, P2)); in testMaxInitialCount() 85 assertThat(mAdapter.get(0)).isEqualTo(P2); in testMaxInitialCount() 91 mAdapter.setInitialItems(Arrays.asList(P1, P2)); in testExtraItem() 94 assertThat(mAdapter.get(0)).isEqualTo(P2); in testExtraItem() 96 mAdapter.remove(P2); in testExtraItem() [all …]
|
/packages/apps/Launcher3/ |
D | buglist_with_title.txt | 2 149934536 twickham P2 FIXED Update gesture nav pullback logic ---- 4 154964045 awickham P2 FIXED "Clear all" text is not in the middle of app's window vertic… 6 160361464 tracyzhou P2 FIXED Place launcher above the target app in live tile mode ---- 7 160568387 twickham P2 FIXED Can't get to app switcher by swiping up (motion pause not de… 9 160748731 sunnygoyal P2 ASSIGNED Unify prediction model with Launcher model ---- 10 160759508 twickham P2 FIXED Swipe up cannot back to home screen in overview. ---- 11 161273376 xuqiu P2 FIXED [Overview Actions] Add logging and helpful messages ---- 12 161536946 twickham P2 FIXED Haptics don't indicate snap-to in overview, ---- 13 161685099 winsonc P2 FIXED Screen still stay at the quick settings/notification when I … 14 161801331 hyunyoungs P2 FIXED Change AllAppsSearch plugin to support only data fetch ---- [all …]
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.h | 224 double P0[2],P1[2],P2[2],P3[2]; in db_CharacteristicPolynomial4x4() local 250 P2[0]=A[10];P2[1]= -1.0; in db_CharacteristicPolynomial4x4() 261 db_MultiplyPoly1_1( neg_three0,P2,two13); in db_CharacteristicPolynomial4x4() 265 db_MultiplyPoly1_1( neg_three1,P2,two03); in db_CharacteristicPolynomial4x4() 273 db_MultiplyPoly1_2( three3,P2,two01); in db_CharacteristicPolynomial4x4()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | OverScroller.java | 593 private static final float P2 = 1.0f - END_TENSION * (1.0f - INFLEXION); field in OverScroller.SplineOverScroller 614 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x; 631 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y;
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/ |
D | StateMachineTest.java | 1877 class P2 extends State { class in StateMachineTest.Hsm1 1914 P2 mP2 = new P2();
|
/packages/apps/DocumentsUI/tests/res/raw/ |
D | images_tar | 970 �����cۭAu7��{zT��JW8f��I>|� sT��P2���P�ձ��09�$֪ 1051 �<u4��,��19P2�G9=M0C#6�_ 1789 ���P2SӀ++_{�;�Wv$����KpJ��Ɲ�>r7w����E��*�z�]7r9;p̀�{�; 2184 �P2���|��ޝ��Y�~�E=�����jkA�ܔ�9t��0�ir������=�H�8l�{R�F��w�ЪI`���u�� 3257 …=Κ�����0ǃ��N��;m}�.�G�@��`�cXF*7��}������ӓ���VZO7�r3�5�-�[�a��ڞ��҇P2�m��S�O�{�h-�]�\��… 3276 …�j��n�S�����s�;��}�(���O,L{�_������cO+��2��8��`��$0s����(��x���r�6�P2=3��NjfC�����h*�n�`�… 3848 …�4 ����nj?Dq�Ǒ���Iv\�?�܂����C��ߖ�$1��P��lg#�:qD��v��jFe߀���P2��*`��<s�h���)�ɦ�… 4277 …�r*Iu�c�E$��\���y�@�[ d�GN��Br��t'�R4EW!��ڤ���cq.9ϵ��G`s��P2��H�s��jgV&B��p*… 4329 …�[�e$�[uÁ�F:}M^֯ ��� �P�}21ґ.�-w�p/*@p� �F?ƨ��.�:4��#\ga�?��\�wf���K�NV�bH�P2ܑ������فZ�P�B�wc��V֯.… 4392 h�* �I,[��m��JJ�X�=������P2�����E��$���^d��+�*9#�js���A�*��P�3K�2�ķ��JB$�5*Y��ޒEl… [all …]
|