@Implements(value=android.view.WindowManagerImpl.class,
isInAndroidSdk=false)
public class ShadowWindowManagerImpl
extends ShadowWindowManager
WindowManagerImpl.| Modifier and Type | Field and Description |
|---|---|
static String |
WINDOW_MANAGER_IMPL_CLASS_NAME |
| Constructor and Description |
|---|
ShadowWindowManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addView(android.view.View view,
android.view.ViewGroup.LayoutParams layoutParams) |
List<android.view.View> |
getViews() |
void |
removeView(android.view.View view) |
public static final String WINDOW_MANAGER_IMPL_CLASS_NAME
@Implementation
public void addView(android.view.View view,
android.view.ViewGroup.LayoutParams layoutParams)
@Implementation public void removeView(android.view.View view)
public List<android.view.View> getViews()
Copyright © 2016. All rights reserved.