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

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DTransformClassAdapter.java49 * @param stubNativesOnly True if only native methods should be stubbed. False if all
56 boolean stubNativesOnly, boolean hasNative) {
61 mStubAll = !stubNativesOnly;
54 TransformClassAdapter(Log logger, Set<String> stubMethods, Set<String> deleteReturns, String className, ClassVisitor cv, boolean stubNativesOnly, boolean hasNative) argument
H A DAsmGenerator.java202 byte[] b = transform(cr, true /* stubNativesOnly */);
209 byte[] b = transform(cr, true /* stubNativesOnly */);
216 byte[] b = transform(cr, true /* stubNativesOnly */);
287 byte[] transform(ClassReader cr, boolean stubNativesOnly) { argument
305 stubNativesOnly ? " -- stub natives only" : "");
319 stubNativesOnly, stubNativesOnly || hasNativeMethods);

Completed in 100 milliseconds