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

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDelegateClassAdapter.java38 public static final String ALL_NATIVES = "<<all_natives>>"; field in class:DelegateClassAdapter
55 * special constant {@link #ALL_NATIVES} to convert all native methods.
77 boolean useDelegate = (isNative && mDelegateMethods.contains(ALL_NATIVES)) ||

Completed in 27 milliseconds