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