SYMBOL INDEX (127 symbols across 16 files) FILE: CalligraphySample/src/main/java/uk/co/chrisjenx/calligraphy/sample/CalligraphyApplication.java class CalligraphyApplication (line 11) | public class CalligraphyApplication extends Application { method onCreate (line 13) | @Override FILE: CalligraphySample/src/main/java/uk/co/chrisjenx/calligraphy/sample/CustomTextView.java class CustomTextView (line 7) | public class CustomTextView extends TextView { method CustomTextView (line 9) | public CustomTextView(Context context) { method CustomTextView (line 13) | public CustomTextView(Context context, AttributeSet attrs) { method CustomTextView (line 17) | public CustomTextView(Context context, AttributeSet attrs, int defStyl... FILE: CalligraphySample/src/main/java/uk/co/chrisjenx/calligraphy/sample/CustomViewWithTypefaceSupport.java class CustomViewWithTypefaceSupport (line 16) | public class CustomViewWithTypefaceSupport extends View { method CustomViewWithTypefaceSupport (line 23) | public CustomViewWithTypefaceSupport(Context context) { method CustomViewWithTypefaceSupport (line 28) | public CustomViewWithTypefaceSupport(Context context, AttributeSet att... method CustomViewWithTypefaceSupport (line 33) | public CustomViewWithTypefaceSupport(Context context, AttributeSet att... method CustomViewWithTypefaceSupport (line 38) | @TargetApi(Build.VERSION_CODES.LOLLIPOP) method init (line 44) | private void init() { method onDraw (line 50) | @Override method onMeasure (line 62) | @Override method setTypeface (line 70) | @SuppressWarnings("unused") FILE: CalligraphySample/src/main/java/uk/co/chrisjenx/calligraphy/sample/MainActivity.java class MainActivity (line 14) | public class MainActivity extends AppCompatActivity { method onCreate (line 16) | @Override method attachBaseContext (line 63) | @Override FILE: CalligraphySample/src/main/java/uk/co/chrisjenx/calligraphy/sample/PlaceholderFragment.java class PlaceholderFragment (line 18) | public class PlaceholderFragment extends Fragment { method getInstance (line 20) | public static Fragment getInstance() { method onCreateView (line 24) | @Override method onViewCreated (line 29) | @Override method onClickBoldButton (line 35) | @OnClick(R.id.button_bold) method onClickDefaultButton (line 40) | @OnClick(R.id.button_default) FILE: CalligraphySample/src/main/java/uk/co/chrisjenx/calligraphy/sample/TextField.java class TextField (line 11) | public class TextField extends TextView { method TextField (line 13) | public TextField(final Context context, final AttributeSet attrs) { FILE: calligraphy/src/main/java/uk/co/chrisjenx/calligraphy/CalligraphyActivityFactory.java type CalligraphyActivityFactory (line 11) | interface CalligraphyActivityFactory { method onActivityCreateView (line 33) | View onActivityCreateView(View parent, View view, String name, Context... FILE: calligraphy/src/main/java/uk/co/chrisjenx/calligraphy/CalligraphyConfig.java class CalligraphyConfig (line 25) | public class CalligraphyConfig { method addAppCompatViews (line 53) | private static void addAppCompatViews() { method initDefault (line 72) | public static void initDefault(CalligraphyConfig calligraphyConfig) { method get (line 80) | public static CalligraphyConfig get() { method CalligraphyConfig (line 120) | protected CalligraphyConfig(Builder builder) { method getFontPath (line 136) | public String getFontPath() { method isFontSet (line 143) | boolean isFontSet() { method isReflection (line 147) | public boolean isReflection() { method isCustomViewCreation (line 151) | public boolean isCustomViewCreation() { method isCustomViewTypefaceSupport (line 155) | public boolean isCustomViewTypefaceSupport() { method isCustomViewHasTypeface (line 159) | public boolean isCustomViewHasTypeface(View view) { method getClassStyles (line 163) | Map, Integer> getClassStyles() { method getAttrId (line 170) | public int getAttrId() { class Builder (line 174) | public static class Builder { method setFontAttrId (line 216) | public Builder setFontAttrId(int fontAssetAttrId) { method setDefaultFontPath (line 228) | public Builder setDefaultFontPath(String defaultFontAssetPath) { method disablePrivateFactoryInjection (line 251) | public Builder disablePrivateFactoryInjection() { method disableCustomViewInflation (line 279) | public Builder disableCustomViewInflation() { method addCustomStyle (line 300) | public Builder addCustomStyle(final Class styleC... method addCustomViewWithSetTypeface (line 309) | public Builder addCustomViewWithSetTypeface(Class clazz) { method build (line 315) | public CalligraphyConfig build() { FILE: calligraphy/src/main/java/uk/co/chrisjenx/calligraphy/CalligraphyContextWrapper.java class CalligraphyContextWrapper (line 14) | public class CalligraphyContextWrapper extends ContextWrapper { method wrap (line 30) | public static ContextWrapper wrap(Context base) { method onActivityCreateView (line 58) | public static View onActivityCreateView(Activity activity, View parent... method get (line 68) | static CalligraphyActivityFactory get(Activity activity) { method CalligraphyContextWrapper (line 84) | CalligraphyContextWrapper(Context base) { method CalligraphyContextWrapper (line 101) | @Deprecated method getSystemService (line 107) | @Override FILE: calligraphy/src/main/java/uk/co/chrisjenx/calligraphy/CalligraphyFactory.java class CalligraphyFactory (line 14) | class CalligraphyFactory { method getStyleForTextView (line 25) | protected static int[] getStyleForTextView(TextView view) { method isActionBarTitle (line 50) | @SuppressLint("NewApi") method isActionBarSubTitle (line 66) | @SuppressLint("NewApi") method parentIsToolbarV7 (line 76) | protected static boolean parentIsToolbarV7(View view) { method matchesResourceIdName (line 87) | protected static boolean matchesResourceIdName(View view, String match... method CalligraphyFactory (line 95) | public CalligraphyFactory(int attributeId) { method onViewCreated (line 108) | public View onViewCreated(View view, Context context, AttributeSet att... method onViewCreatedInternal (line 116) | void onViewCreatedInternal(View view, final Context context, Attribute... method getDefaultTypeface (line 168) | private Typeface getDefaultTypeface(Context context, String fontPath) { method resolveFontPath (line 181) | private String resolveFontPath(Context context, AttributeSet attrs) { method applyFontToToolbar (line 203) | private void applyFontToToolbar(final Toolbar view) { FILE: calligraphy/src/main/java/uk/co/chrisjenx/calligraphy/CalligraphyLayoutInflater.java class CalligraphyLayoutInflater (line 20) | class CalligraphyLayoutInflater extends LayoutInflater implements Callig... method CalligraphyLayoutInflater (line 33) | protected CalligraphyLayoutInflater(Context context, int attributeId) { method CalligraphyLayoutInflater (line 40) | protected CalligraphyLayoutInflater(LayoutInflater original, Context n... method cloneInContext (line 47) | @Override method inflate (line 57) | @Override method setUpLayoutFactories (line 67) | private void setUpLayoutFactories(boolean cloned) { method setFactory (line 82) | @Override method setFactory2 (line 92) | @Override method setPrivateFactoryInternal (line 104) | private void setPrivateFactoryInternal() { method onActivityCreateView (line 135) | @Override method onCreateView (line 145) | @Override method onCreateView (line 157) | @Override method createCustomViewInternal (line 188) | private View createCustomViewInternal(View parent, View view, String n... class WrapperFactory (line 228) | private static class WrapperFactory implements Factory { method WrapperFactory (line 234) | public WrapperFactory(Factory factory, CalligraphyLayoutInflater inf... method onCreateView (line 240) | @Override class WrapperFactory2 (line 260) | @TargetApi(Build.VERSION_CODES.HONEYCOMB) method WrapperFactory2 (line 265) | public WrapperFactory2(Factory2 factory2, CalligraphyFactory calligr... method onCreateView (line 270) | @Override method onCreateView (line 277) | @Override class PrivateWrapperFactory2 (line 289) | @TargetApi(Build.VERSION_CODES.HONEYCOMB) method PrivateWrapperFactory2 (line 294) | public PrivateWrapperFactory2(Factory2 factory2, CalligraphyLayoutIn... method onCreateView (line 299) | @Override FILE: calligraphy/src/main/java/uk/co/chrisjenx/calligraphy/CalligraphyTypefaceSpan.java class CalligraphyTypefaceSpan (line 8) | public class CalligraphyTypefaceSpan extends MetricAffectingSpan { method CalligraphyTypefaceSpan (line 11) | public CalligraphyTypefaceSpan(final Typeface typeface) { method updateDrawState (line 19) | @Override method updateMeasureState (line 24) | @Override method apply (line 29) | private void apply(final Paint paint) { FILE: calligraphy/src/main/java/uk/co/chrisjenx/calligraphy/CalligraphyUtils.java class CalligraphyUtils (line 23) | public final class CalligraphyUtils { method applyTypefaceSpan (line 34) | public static CharSequence applyTypefaceSpan(CharSequence s, Typeface ... method applyFontToTextView (line 55) | public static boolean applyFontToTextView(final TextView textView, fin... method applyFontToTextView (line 74) | public static boolean applyFontToTextView(final TextView textView, fin... method applyFontToTextView (line 107) | public static boolean applyFontToTextView(final Context context, final... method applyFontToTextView (line 111) | static boolean applyFontToTextView(final Context context, final TextVi... method applyFontToTextView (line 118) | static void applyFontToTextView(final Context context, final TextView ... method applyFontToTextView (line 122) | static void applyFontToTextView(final Context context, final TextView ... method applyFontToTextView (line 137) | public static void applyFontToTextView(final Context context, final Te... method applyFontToTextView (line 141) | static void applyFontToTextView(final Context context, final TextView ... method pullFontPathFromView (line 157) | static String pullFontPathFromView(Context context, AttributeSet attrs... method pullFontPathFromStyle (line 184) | static String pullFontPathFromStyle(Context context, AttributeSet attr... method pullFontPathFromTextAppearance (line 212) | static String pullFontPathFromTextAppearance(final Context context, At... method pullFontPathFromTheme (line 252) | static String pullFontPathFromTheme(Context context, int styleAttrId, ... method pullFontPathFromTheme (line 281) | static String pullFontPathFromTheme(Context context, int styleAttrId, ... method canCheckForV7Toolbar (line 323) | static boolean canCheckForV7Toolbar() { method canAddV7AppCompatViews (line 340) | static boolean canAddV7AppCompatViews() { method CalligraphyUtils (line 352) | private CalligraphyUtils() { FILE: calligraphy/src/main/java/uk/co/chrisjenx/calligraphy/HasTypeface.java type HasTypeface (line 18) | public interface HasTypeface { method setTypeface (line 20) | void setTypeface(Typeface typeface); FILE: calligraphy/src/main/java/uk/co/chrisjenx/calligraphy/ReflectionUtils.java class ReflectionUtils (line 13) | class ReflectionUtils { method getField (line 17) | static Field getField(Class clazz, String fieldName) { method getValue (line 27) | static Object getValue(Field field, Object obj) { method setValue (line 35) | static void setValue(Field field, Object obj, Object value) { method getMethod (line 42) | static Method getMethod(Class clazz, String methodName) { method invokeMethod (line 53) | static void invokeMethod(Object object, Method method, Object... args) { FILE: calligraphy/src/main/java/uk/co/chrisjenx/calligraphy/TypefaceUtils.java class TypefaceUtils (line 19) | public final class TypefaceUtils { method load (line 31) | public static Typeface load(final AssetManager assetManager, final Str... method getSpan (line 54) | public static CalligraphyTypefaceSpan getSpan(final Typeface typeface) { method isLoaded (line 72) | public static boolean isLoaded(Typeface typeface) { method TypefaceUtils (line 76) | private TypefaceUtils() {