service / com.scurab.android.uitor.reflect / WindowManagerImplReflector

WindowManagerImplReflector

open class WindowManagerImplReflector : Reflector<Any!>, WindowManager

WindowManager used on API<18

Constructors

<init>

WindowManagerImplReflector()

Functions

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!>?