interface WindowManager
getCurrentActivity |
abstract fun getCurrentActivity(): Activity? |
getCurrentRootView |
abstract fun getCurrentRootView(): View? |
getRootView |
abstract fun getRootView(rootName: String!): View? abstract fun getRootView(index: Int): View? |
getViewRootNames |
abstract fun getViewRootNames(): Array<String!>? |
WindowManagerGlobalReflector |
open class WindowManagerGlobalReflector : Reflector<Any!>, WindowManager |
WindowManagerGlobalReflectorA17 |
open class WindowManagerGlobalReflectorA17 : Reflector<Any!>, WindowManager |
WindowManagerImplReflector |
WindowManager used on API<18 open class WindowManagerImplReflector : Reflector<Any!>, WindowManager |