Home | History | Annotate | Download | only in shadows

Lines Matching refs:resourceId

23     private int resourceId;
53 this.resourceId = resId;
60 * @param resourceId Resource id
63 protected Drawable buildDrawable(int resourceId) {
64 if (isDrawableXml(resourceId)) {
66 int[] resourceIds = resourceLoader.getDrawableIds(resourceId);
72 if (resourceLoader.isAnimatableXml(resourceId)) {
80 shadowOf(layerDrawable).setLoadedFromResourceId(resourceId);
85 getResources(), resourceId));
92 * @param resourceId Resource id
95 private boolean isDrawableXml(int resourceId) {
97 .isDrawableXml(resourceId);
136 return resourceId;