Home
last modified time | relevance | path

Searched refs:mMethodByNameCache (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatTextViewAutoSizeHelper.java88 private Hashtable<String, Method> mMethodByNameCache = new Hashtable<>(); field in AppCompatTextViewAutoSizeHelper
597 Method method = mMethodByNameCache.get(methodName); in setRawTextSize()
603 mMethodByNameCache.put(methodName, method); in setRawTextSize()
749 Method method = mMethodByNameCache.get(methodName); in invokeAndReturnWithDefault()
755 mMethodByNameCache.put(methodName, method); in invokeAndReturnWithDefault()