Home | History | Annotate | Download | only in IR

Lines Matching defs:PAL

282   AttributeSet PAL = getAttributes();
283 PAL = PAL.addAttribute(getContext(), i, attr);
284 setAttributes(PAL);
288 AttributeSet PAL = getAttributes();
289 PAL = PAL.addAttributes(getContext(), i, attrs);
290 setAttributes(PAL);
294 AttributeSet PAL = getAttributes();
295 PAL = PAL.removeAttributes(getContext(), i, attrs);
296 setAttributes(PAL);