@Implements(value=android.view.WindowManagerImpl.class, isInAndroidSdk=false) public class ShadowWindowManagerImpl extends ShadowWindowManager
Modifier and Type | Class and Description |
---|---|
static class |
ShadowWindowManagerImpl.ShadowCompatModeWrapper |
Constructor and Description |
---|
ShadowWindowManagerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addView(View view,
ViewGroup.LayoutParams layoutParams) |
static void |
configureDefaultDisplayForJBOnly(Configuration configuration,
DisplayMetrics displayMetrics)
internal only
|
Display |
getDefaultDisplay() |
List<View> |
getViews() |
void |
removeView(View view) |
protected void |
removeViewImmediate(View view) |
static void |
reset() |
public static void configureDefaultDisplayForJBOnly(Configuration configuration, DisplayMetrics displayMetrics)
internal only
@Implementation public void addView(View view, ViewGroup.LayoutParams layoutParams)
@Implementation public void removeView(View view)
@Implementation protected void removeViewImmediate(View view)
@Implementation(maxSdk=16) public Display getDefaultDisplay()
@Resetter public static void reset()