public abstract class Window
extends android.view.Window
Abstract base class for a top-level window look and behavior policy. An instance of this class should be used as the top-level view added to the window manager. It provides standard UI policies such as a background, title area, default key processing, etc.
The only existing implementation of this abstract class is android.policy.PhoneWindow, which you should instantiate when needing a Window. Eventually that class will be refactored and a factory method added for creating Window instances without knowing about a particular implementation.
Modifier and Type | Class and Description |
---|---|
static interface |
Window.Callback |
Modifier and Type | Field and Description |
---|---|
static long |
FEATURE_ACTION_BAR |
static long |
FEATURE_ACTION_BAR_OVERLAY |
static long |
FEATURE_ACTION_MODE_OVERLAY |
static long |
FEATURE_INDETERMINATE_PROGRESS |
static long |
FEATURE_NO_TITLE |
static long |
FEATURE_PROGRESS |
DEFAULT_FEATURES, FEATURE_CONTEXT_MENU, FEATURE_CUSTOM_TITLE, FEATURE_LEFT_ICON, FEATURE_OPTIONS_PANEL, FEATURE_RIGHT_ICON, ID_ANDROID_CONTENT, PROGRESS_END, PROGRESS_INDETERMINATE_OFF, PROGRESS_INDETERMINATE_ON, PROGRESS_SECONDARY_END, PROGRESS_SECONDARY_START, PROGRESS_START, PROGRESS_VISIBILITY_OFF, PROGRESS_VISIBILITY_ON
addContentView, addFlags, clearFlags, closeAllPanels, closePanel, findViewById, getAttributes, getCallback, getContainer, getContext, getCurrentFocus, getDecorView, getFeatures, getForcedWindowFlags, getLayoutInflater, getLocalFeatures, getVolumeControlStream, getWindowManager, getWindowStyle, hasChildren, hasFeature, hasSoftInputMode, injectInputEvent, invalidatePanelMenu, isActive, isFloating, isShortcutKey, makeActive, onActive, onConfigurationChanged, openPanel, peekDecorView, performContextMenuIdentifierAction, performPanelIdentifierAction, performPanelShortcut, requestFeature, restoreHierarchyState, saveHierarchyState, setAttributes, setBackgroundDrawable, setBackgroundDrawableResource, setCallback, setChildDrawable, setChildInt, setContainer, setContentView, setContentView, setContentView, setDefaultWindowFormat, setDimAmount, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setFeatureInt, setFlags, setFormat, setGravity, setIcon, setLayout, setLocalFocus, setLogo, setSoftInputMode, setTitle, setTitleColor, setType, setUiOptions, setUiOptions, setVolumeControlStream, setWindowAnimations, setWindowManager, setWindowManager, superDispatchGenericMotionEvent, superDispatchKeyEvent, superDispatchKeyShortcutEvent, superDispatchTouchEvent, superDispatchTrackballEvent, takeInputQueue, takeKeyEvents, takeSurface, togglePanel
public static final long FEATURE_ACTION_BAR
public static final long FEATURE_ACTION_BAR_OVERLAY
public static final long FEATURE_ACTION_MODE_OVERLAY
public static final long FEATURE_NO_TITLE
public static final long FEATURE_PROGRESS
public static final long FEATURE_INDETERMINATE_PROGRESS
Copyright © 2011–2014. All rights reserved.