Android.Views.Window: Property Members

The properties of Android.Views.Window are listed below. For a list of all members, see the Window Members list.

See Also: Inherited members from Java.Lang.Object

Public Properties

AllowEnterTransitionOverlapbool. Returns how the transition set in Window.EnterTransition overlaps with the exit transition of the calling Activity.
AllowReturnTransitionOverlapbool. Returns how the transition set in Window.ExitTransition overlaps with the exit transition of the called Activity when reentering after if finishes.
AttributesWindowManagerLayoutParams. Retrieve the current window attributes associated with this panel.
CallbackWindow.ICallback. Return the current Callback interface for this window.
ContainerWindow. Return the container for this Window.
[read-only]
ContentSceneAndroid.Transitions.Scene. Retrieve the Android.Transitions.Scene representing this window's current content.
[read-only]
ContextAndroid.Content.Context. Return the Context this window policy is running in, for retrieving resources and other information.
[read-only]
abstract
CurrentFocusView. Return the view in this Window that currently has focus, or null if there are none.
[read-only]
abstract
DecorViewView. Retrieve the top-level window decor view (containing the standard window frame/decorations and the client's content inside of that), which can be added as a window to the window manager.
EnterTransitionAndroid.Transitions.Transition. Returns the transition used to move Views into the initial scene.
ExitTransitionAndroid.Transitions.Transition. Returns the Transition that will be used to move Views out of the scene when starting a new Activity.
[read-only]
HasChildrenbool.
[read-only]
IsActivebool.
[read-only]
abstract
IsFloatingbool. Return whether this window is being displayed with a floating style (based on the NoType:android/R$attr;Href=../../../reference/android/R.attr.html#windowIsFloating attribute in the style/theme).
[read-only]
abstract
LayoutInflaterLayoutInflater. Quick access to the Android.Views.LayoutInflater instance that this Window retrieved from its Context.
MediaControllerAndroid.Media.Session.MediaController. Gets the Android.Media.Session.MediaController that was previously set.
abstract
NavigationBarColorAndroid.Graphics.Color.
ReenterTransitionAndroid.Transitions.Transition. Returns the Transition that will be used to move Views in to the scene when returning from a previously-started Activity.
ReturnTransitionAndroid.Transitions.Transition. Returns he Transition that will be used to move Views out of the scene when the Window is preparing to close, for example after a call to Android.App.Activity.FinishAfterTransition.
SharedElementEnterTransitionAndroid.Transitions.Transition. Returns the Transition that will be used for shared elements transferred into the content Scene.
SharedElementExitTransitionAndroid.Transitions.Transition. Returns the Transition to use for shared elements in the launching Window prior to transferring to the launched Activity's Window.
SharedElementReenterTransitionAndroid.Transitions.Transition. Returns the Transition that will be used for shared elements reentering from a started Activity after it has returned the shared element to it start location.
SharedElementReturnTransitionAndroid.Transitions.Transition. Returns the Transition that will be used for shared elements transferred back to a calling Activity.
SharedElementsUseOverlaybool. Returns true when shared elements should use an Overlay during shared element transitions or false when they should animate as part of the normal View hierarchy.
abstract
StatusBarColorAndroid.Graphics.Color.
TransitionBackgroundFadeDurationlong. Returns the duration, in milliseconds, of the window background fade when transitioning into or away from an Activity when called with an Activity Transition.
TransitionManagerAndroid.Transitions.TransitionManager. Retrieve the Android.Transitions.TransitionManager responsible for for default transitions in this window.
abstract
VolumeControlStreamAndroid.Media.Stream.
[read-only]
WindowManagerIWindowManager. Return the window manager allowing this Window to display its own windows.
[read-only]
WindowStyleAndroid.Content.Res.TypedArray. Return the NoType:android/R$styleable;Href=../../../reference/android/R.styleable.html#Window attributes from this window's theme.

Protected Properties

[read-only]
Featuresint. Return the feature bits that are enabled.
[read-only]
ForcedWindowFlagsint. Return the window flags that have been explicitly set by the client, so will not be modified by Window.DecorView.
[read-only]
HasSoftInputModebool. Has the app specified their own soft input mode?
[read-only]
LocalFeaturesint. Return the feature bits that are being implemented by this Window.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.