Android Fixed size dialog dimension- What is Major & Minor?

windowFixedHeightMajor : A fixed height for the window along the major axis of the screen, that is, when in portrait.

windowFixedHeightMinor : A fixed height for the window along the minor axis of the screen, that is, when in landscape.

windowFixedWidthMajor : A fixed width for the window along the major axis of the screen, that is, when in landscape.

windowFixedWidthMinor : A fixed width for the window along the minor axis of the screen, that is, when in portrait.


Using windowFixedHeightMajor or windowFixedHeightMinor do not compile as their marked private.