Searched refs:vg (Results 1 – 8 of 8) sorted by relevance
143 ViewGroup vg = (ViewGroup) newPage; in onPageSwitched() local144 if (vg.getChildAt(0) instanceof KeyguardStatusView) { in onPageSwitched()255 ViewGroup vg = (ViewGroup) page; in getUserActivityTimeout() local256 View view = vg.getChildAt(0); in getUserActivityTimeout()
589 final ViewGroup vg = (ViewGroup) v; in setEnabledStateOnViews() local590 for (int i = vg.getChildCount() - 1; i >= 0; i--) { in setEnabledStateOnViews()591 setEnabledStateOnViews(vg.getChildAt(i), enabled); in setEnabledStateOnViews()
469 ViewGroup vg = (ViewGroup) view; in apply()474 vg = (ViewGroup) vg.getChildAt(0); in apply()476 if (vg == null) return; in apply()479 int childCount = vg.getChildCount(); in apply()481 … Object tag = vg.getChildAt(i).getTag(com.android.internal.R.id.fillInIntent); in apply()
470 ViewGroup vg = (ViewGroup) viewToRemove; in showOnly() local471 vg.removeAllViewsInLayout(); in showOnly()
218 ViewGroup vg = (ViewGroup)v; in canTextInput() local219 int i = vg.getChildCount(); in canTextInput()222 v = vg.getChildAt(i); in canTextInput()
1110 final ViewGroup vg = (ViewGroup) v; in setEnabledRecursive() local1111 for (int i = vg.getChildCount() - 1; i >= 0; i--) { in setEnabledRecursive()1112 setEnabledRecursive(vg.getChildAt(i), enabled); in setEnabledRecursive()
377 �]�hI�&TJ{H�"�����h��-,�Ӎ��<�Xc�x��ˇ/��I<�U���?:�e[u>�<rc��e�N%]2�`�tN���a������<�vgF2PA…
11853 final ViewGroup vg = (ViewGroup) p;11854 vg.damageInParent();