Home
last modified time | relevance | path

Searched refs:gTypefaceMethod (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A DLayoutlibLoader.cpp120 JNINativeMethod gTypefaceMethod = gMethods[i]; in registerNativeMethods() local
121 string newName = string(gTypefaceMethod.name) + "_Original"; in registerNativeMethods()
123 gTypefaceDelegateMethods[i].signature = gTypefaceMethod.signature; in registerNativeMethods()
124 gTypefaceDelegateMethods[i].fnPtr = gTypefaceMethod.fnPtr; in registerNativeMethods()