Home | History | Annotate | Download | only in smil

Lines Matching full:region

36             NodeList regions = doc.getLayout().getElementsByTagName("region");
37 SMILRegionElement region = null;
39 region = (SMILRegionElement)regions.item(i);
40 if (region.getId().equals(this.getAttribute("region"))) {
41 mRegion = region;
48 public void setRegion(SMILRegionElement region) {
49 this.setAttribute("region", region.getId());
50 mRegion = region;