Searched defs:viewRootImpl (Results 1 – 2 of 2) sorted by relevance
297 val viewRootImpl = ReflectiveMethod<Any>(View::class.java, "getViewRootImpl").invoke(this) in getSurface() constant311 val viewRootImpl = ReflectiveMethod<Any>(View::class.java, "getViewRootImpl").invoke(this) in reflectivelyGetLocationInSurface() constant
31 val viewRootImpl: ViewRootImpl, constant in android.tools.traces.inputmethod.ImeClientEntry