Lines Matching refs:PAL
340 AttributeSet PAL = getAttributes(); in addAttribute() local
341 PAL = PAL.addAttribute(getContext(), i, attr); in addAttribute()
342 setAttributes(PAL); in addAttribute()
346 AttributeSet PAL = getAttributes(); in addAttributes() local
347 PAL = PAL.addAttributes(getContext(), i, attrs); in addAttributes()
348 setAttributes(PAL); in addAttributes()
352 AttributeSet PAL = getAttributes(); in removeAttributes() local
353 PAL = PAL.removeAttributes(getContext(), i, attrs); in removeAttributes()
354 setAttributes(PAL); in removeAttributes()
358 AttributeSet PAL = getAttributes(); in addDereferenceableAttr() local
359 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes); in addDereferenceableAttr()
360 setAttributes(PAL); in addDereferenceableAttr()
364 AttributeSet PAL = getAttributes(); in addDereferenceableOrNullAttr() local
365 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes); in addDereferenceableOrNullAttr()
366 setAttributes(PAL); in addDereferenceableOrNullAttr()