Home
last modified time | relevance | path

Searched defs:getConstructor (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DCompatUtils.java67 public static Constructor<?> getConstructor(final Class<?> targetClass, in getConstructor() method in CompatUtils
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DParametricEditor.java89 static Constructor getConstructor(Class cl) { in getConstructor() method in ParametricEditor