WindowPosition.PlatformDefault



Initial position of the window that depends on the platform. Usually every new window will be positioned in a cascade mode.

This value should be used only before window will be visible. After window will be visible, it cannot change its position to the PlatformDefault

Summary

Public functions

open String
android

Public properties

open Boolean

true if the window position has specific coordinates on the screen

android
open Dp

The horizontal position of the window in Dp.

android
open Dp

The vertical position of the window in Dp.

android

Public functions

toString

open fun toString(): String

Public properties

isSpecified

open val isSpecifiedBoolean

true if the window position has specific coordinates on the screen

false if coordinates are not yet determined (position is PlatformDefault or Aligned)

x

open val xDp

The horizontal position of the window in Dp.

y

open val yDp

The vertical position of the window in Dp.