Home | History | Annotate | Download | only in store

Lines Matching defs:mAttribute

1652         private final String mAttribute;
1656 mAttribute = attribute.substring(colonIndex + 1);
1657 mGetter = "get" + StringUtils.capitalize(mAttribute);
1687 return mAttribute;