Searched refs:factoryMethod (Results 1 – 2 of 2) sorted by relevance
28 static void setGestureSuggestPolicyFactoryMethod(const SuggestPolicy *(*factoryMethod)()) { in setGestureSuggestPolicyFactoryMethod() argument29 sGestureSuggestFactoryMethod = factoryMethod; in setGestureSuggestPolicyFactoryMethod()
260 final Method factoryMethod = dictClass.getMethod(DICT_FACTORY_METHOD_NAME, in getSubDict() local262 final Object dict = factoryMethod.invoke(null /* obj */, in getSubDict()