Lines Matching refs:PAL
370 AttributeSet PAL = getAttributes(); in addAttribute() local
371 PAL = PAL.addAttribute(getContext(), i, Kind); in addAttribute()
372 setAttributes(PAL); in addAttribute()
376 AttributeSet PAL = getAttributes(); in addAttribute() local
377 PAL = PAL.addAttribute(getContext(), i, Attr); in addAttribute()
378 setAttributes(PAL); in addAttribute()
382 AttributeSet PAL = getAttributes(); in addAttributes() local
383 PAL = PAL.addAttributes(getContext(), i, Attrs); in addAttributes()
384 setAttributes(PAL); in addAttributes()
388 AttributeSet PAL = getAttributes(); in removeAttribute() local
389 PAL = PAL.removeAttribute(getContext(), i, Kind); in removeAttribute()
390 setAttributes(PAL); in removeAttribute()
394 AttributeSet PAL = getAttributes(); in removeAttribute() local
395 PAL = PAL.removeAttribute(getContext(), i, Kind); in removeAttribute()
396 setAttributes(PAL); in removeAttribute()
400 AttributeSet PAL = getAttributes(); in removeAttributes() local
401 PAL = PAL.removeAttributes(getContext(), i, Attrs); in removeAttributes()
402 setAttributes(PAL); in removeAttributes()
406 AttributeSet PAL = getAttributes(); in addDereferenceableAttr() local
407 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes); in addDereferenceableAttr()
408 setAttributes(PAL); in addDereferenceableAttr()
412 AttributeSet PAL = getAttributes(); in addDereferenceableOrNullAttr() local
413 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes); in addDereferenceableOrNullAttr()
414 setAttributes(PAL); in addDereferenceableOrNullAttr()