HomeSort by relevance Sort by last modified time
    Searched refs:mIsNative (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
StubMethodAdapter.java 49 private final boolean mIsNative;
58 mIsNative = isNative;
67 * OverrideMethod.invoke("signature", mIsNative ? true : false, null or this);
71 mParentVisitor.visitInsn(mIsNative ? Opcodes.ICONST_1 : Opcodes.ICONST_0);
  /external/doclava/src/com/google/doclava/
MethodInfo.java 245 mIsSynchronized, mIsNative, mIsAnnotationElement, kind(), mFlatSignature,
279 mIsNative = isNative;
300 return mIsNative;
673 private boolean mIsNative;
750 if (mIsNative != mInfo.mIsNative) {

Completed in 41 milliseconds