Home | History | Annotate | Download | only in IR

Lines Matching defs:PAL

335   AttributeSet PAL = getAttributes();
336 PAL = PAL.addAttribute(getContext(), i, attr);
337 setAttributes(PAL);
341 AttributeSet PAL = getAttributes();
344 PAL = PAL.removeAttributes(Context, i,
346 setAttributes(PAL);
594 AttributeSet PAL = getAttributes();
595 PAL = PAL.addAttribute(getContext(), i, attr);
596 setAttributes(PAL);
600 AttributeSet PAL = getAttributes();
602 PAL = PAL.removeAttributes(getContext(), i,
604 setAttributes(PAL);