Home | History | Annotate | Download | only in IR

Lines Matching defs:PAL

266   AttributeSet PAL = getAttributes();
267 PAL = PAL.addAttribute(getContext(), i, attr);
268 setAttributes(PAL);
272 AttributeSet PAL = getAttributes();
273 PAL = PAL.addAttributes(getContext(), i, attrs);
274 setAttributes(PAL);
278 AttributeSet PAL = getAttributes();
279 PAL = PAL.removeAttributes(getContext(), i, attrs);
280 setAttributes(PAL);