• Home
  • Raw
  • Download

Lines Matching refs:PAL

348   AttributeSet PAL = getAttributes();  in addAttribute()  local
349 PAL = PAL.addAttribute(getContext(), i, Kind); in addAttribute()
350 setAttributes(PAL); in addAttribute()
354 AttributeSet PAL = getAttributes(); in addAttribute() local
355 PAL = PAL.addAttribute(getContext(), i, Kind, Value); in addAttribute()
356 setAttributes(PAL); in addAttribute()
360 AttributeSet PAL = getAttributes(); in addAttribute() local
361 PAL = PAL.addAttribute(getContext(), i, Attr); in addAttribute()
362 setAttributes(PAL); in addAttribute()
366 AttributeSet PAL = getAttributes(); in removeAttribute() local
367 PAL = PAL.removeAttribute(getContext(), i, Kind); in removeAttribute()
368 setAttributes(PAL); in removeAttribute()
372 AttributeSet PAL = getAttributes(); in removeAttribute() local
373 PAL = PAL.removeAttribute(getContext(), i, Kind); in removeAttribute()
374 setAttributes(PAL); in removeAttribute()
378 AttributeSet PAL = getAttributes(); in removeAttribute() local
381 PAL = PAL.removeAttributes(Context, i, in removeAttribute()
383 setAttributes(PAL); in removeAttribute()
387 AttributeSet PAL = getAttributes(); in addDereferenceableAttr() local
388 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes); in addDereferenceableAttr()
389 setAttributes(PAL); in addDereferenceableAttr()
393 AttributeSet PAL = getAttributes(); in addDereferenceableOrNullAttr() local
394 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes); in addDereferenceableOrNullAttr()
395 setAttributes(PAL); in addDereferenceableOrNullAttr()
746 AttributeSet PAL = getAttributes(); in addAttribute() local
747 PAL = PAL.addAttribute(getContext(), i, Kind); in addAttribute()
748 setAttributes(PAL); in addAttribute()
752 AttributeSet PAL = getAttributes(); in addAttribute() local
753 PAL = PAL.addAttribute(getContext(), i, Attr); in addAttribute()
754 setAttributes(PAL); in addAttribute()
758 AttributeSet PAL = getAttributes(); in removeAttribute() local
759 PAL = PAL.removeAttribute(getContext(), i, Kind); in removeAttribute()
760 setAttributes(PAL); in removeAttribute()
764 AttributeSet PAL = getAttributes(); in removeAttribute() local
765 PAL = PAL.removeAttribute(getContext(), i, Kind); in removeAttribute()
766 setAttributes(PAL); in removeAttribute()
770 AttributeSet PAL = getAttributes(); in removeAttribute() local
772 PAL = PAL.removeAttributes(getContext(), i, in removeAttribute()
774 setAttributes(PAL); in removeAttribute()
787 AttributeSet PAL = getAttributes(); in addDereferenceableAttr() local
788 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes); in addDereferenceableAttr()
789 setAttributes(PAL); in addDereferenceableAttr()
793 AttributeSet PAL = getAttributes(); in addDereferenceableOrNullAttr() local
794 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes); in addDereferenceableOrNullAttr()
795 setAttributes(PAL); in addDereferenceableOrNullAttr()