Home | History | Annotate | Download | only in IR

Lines Matching refs:PAL

308   AttributeSet PAL = getAttributes();
309 PAL = PAL.addAttribute(getContext(), i, attr);
310 setAttributes(PAL);
314 AttributeSet PAL = getAttributes();
315 PAL = PAL.addAttributes(getContext(), i, attrs);
316 setAttributes(PAL);
320 AttributeSet PAL = getAttributes();
321 PAL = PAL.removeAttributes(getContext(), i, attrs);
322 setAttributes(PAL);