Home | History | Annotate | Download | only in androidfw

Lines Matching refs:Theme

1361     class Theme {
1363 Theme(const ResTable& table);
1364 ~Theme();
1369 status_t setTo(const Theme& other);
1372 * Retrieve a value in the theme. If the theme defines this
1382 * @param resID A resource identifier naming the desired theme
1384 * @param outValue Filled in with the theme value that was
1394 * care of resolving attribute references to the theme.
1404 Theme(const Theme&);
1405 Theme& operator=(const Theme&);