Home | History | Annotate | Download | only in platform

Lines Matching refs:parents

32     /** Optional name of the parents styleable. Can be null. */
58 String[] parents = existing.getParents();
59 if (parents != null) {
60 mParents = new String[parents.length];
61 System.arraycopy(parents, 0, mParents, 0, parents.length);
93 /** Sets the name of the parents styleable. Can be null. */
94 public void setParents(String[] parents) {
95 mParents = parents;
98 /** Returns the name of the parents styleable. Can be null. */