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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DCompatUtils.java66 public static Constructor<?> getConstructor(final Class<?> targetClass, method in class:CompatUtils
70 return targetClass.getConstructor(types);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DParametricEditor.java89 static Constructor getConstructor(Class cl) { method in class:ParametricEditor
91 return cl.getConstructor(Context.class, ViewGroup.class);

Completed in 80 milliseconds