Searched refs:pv (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | ProgramVertex.java | 153 ProgramVertex pv = new ProgramVertex(id, mRS); in create() local 154 initProgram(pv); in create() 155 return pv; in create()
|
H A D | ProgramVertexFixedFunction.java | 105 ProgramVertexFixedFunction pv = new ProgramVertexFixedFunction(id, mRS); in create() local 106 initProgram(pv); in create() 107 return pv; in create()
|
H A D | RenderScript.java | 311 native void rsnContextBindProgramVertex(long con, long pv); in rsnContextBindProgramVertex() argument 312 synchronized void nContextBindProgramVertex(long pv) { in nContextBindProgramVertex() argument 314 rsnContextBindProgramVertex(mContext, pv); in nContextBindProgramVertex() 921 native void rsnProgramBindConstants(long con, long pv, int slot, long mID); in rsnProgramBindConstants() argument 922 synchronized void nProgramBindConstants(long pv, int slot, long mID) { in nProgramBindConstants() argument 924 rsnProgramBindConstants(mContext, pv, slot, mID); in nProgramBindConstants()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationRemoteInputManager.java | 399 View pv = (View) p; in activateRemoteInput() local 400 if (pv.getId() == com.android.internal.R.id.status_bar_latest_event_content) { in activateRemoteInput() 401 riv = findRemoteInputView(pv); in activateRemoteInput() 402 row = (ExpandableNotificationRow) pv.getTag(R.id.row_tag_for_content_view); in activateRemoteInput()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | View.java | 24503 ViewGroup pv = (ViewGroup) parent; in hasParentWantsFocus() local 24504 if ((pv.mPrivateFlags & PFLAG_WANTS_FOCUS) != 0) { in hasParentWantsFocus() 24507 parent = pv.mParent; in hasParentWantsFocus()
|
/aosp14/frameworks/base/native/graphics/jni/fuzz/corpus/ |
H A D | sample_raf.raf | 987 f˝ƀ<�W\i�6pv������q����rnrx���x��b�[�������A�r:u�OQ�}y��������I� 1313 ����,S�H�7L��I^�N3�C���ԋ���;��M$�����,*�X|���t1�F�y?Ρ��pv�s_�CF۵����ֹe��>#������J��… 1555 ���'f c���+���['�Fq�&[��8�ڧe�5@Fr@��������"#'�4�+���`\�֘O�sҐ�-xw��:L�pv��l�GƄ?���R?��… 1741 …"6����D=Op¾�-��������2�y���_������\�!��9��>��d�$�������+`?����`͐x=��pv�<��#?�q���z��tl�#4#… 2090 6���>��y�pv�@j��۫g?J 2218 jtU����s�^:|�er�v�3P������G$��$���s�VB�gv=sH����)�����˶��Wd"#��g�ꊲ.�m�?�pv�z�JIn~��d8… 9297 …�S=ZF>�sc��?I�>�Se�S@TV?vSb�?AA�se��?S�>�Cd��A7>��cz�>S6?�cd�S?[�<�sb�S=pv=��e��>n�>�f��?8�=��… 15950 …r�]~q$x�K" ~�!j���q*1?�Q%�?��aJ�"�(�Q�(131�R'��Zi�<pv@��e��?p�?��g��=a�>�3… 17997 …CC�natsgC3wSDp/�E0�s_Tr'�BQ�tfTqf�B4�r^�sAwB+�u�sBN�pC�r+gCP7qa�sU�C<pv�n�@��iv#Gn��q>��… 26142 …@T�sA�AACI�p-$D�BHTpF�C0�DA$tEBSgA}DsL�B+7A's{�B!�DY�uG�B2�B1rs�C,wBU�pv�C%7@K4srtC�AG�sTA�… [all …]
|