Home | History | Annotate | Download | only in animation

Lines Matching refs:firstLetter

738         char firstLetter = Character.toUpperCase(propertyName.charAt(0));
740 return prefix + firstLetter + theRest;