Interface StackTransitionType


public interface StackTransitionType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    A cross-fade
    static final int
    No transition
    static final int
    Cover the old page by sliding down
    static final int
    Cover the old page sliding down or uncover the new page sliding up, according to order
    static final int
    Cover the old page by sliding to the left
    static final int
    Cover the old page sliding left or uncover the new page sliding right, according to order
    static final int
    Cover the old page by sliding to the right
    static final int
    Cover the old page sliding right or uncover the new page sliding left, according to order
    static final int
    Cover the old page by sliding up
    static final int
    Cover the old page sliding up or uncover the new page sliding down, according to order
    static final int
    Pretend the pages are sides of a cube and rotate that cube to the left
    static final int
    Pretend the pages are sides of a cube and rotate that cube to the left or right according to the children order
    static final int
    Pretend the pages are sides of a cube and rotate that cube to the right
    static final int
    Slide from top down
    static final int
    Slide from right to left
    static final int
    Slide from left or right according to the children order
    static final int
    Slide from left to right
    static final int
    Slide from bottom up
    static final int
    Slide from top down or bottom up according to the order
    static final int
    Uncover the new page by sliding down
    static final int
    Uncover the new page by sliding to the left
    static final int
    Uncover the new page by sliding to the right
    static final int
    Uncover the new page by sliding up
  • Field Details

    • NONE

      static final int NONE
      No transition
      See Also:
    • CROSSFADE

      static final int CROSSFADE
      A cross-fade
      See Also:
    • SLIDE_RIGHT

      static final int SLIDE_RIGHT
      Slide from left to right
      See Also:
    • SLIDE_LEFT

      static final int SLIDE_LEFT
      Slide from right to left
      See Also:
    • SLIDE_UP

      static final int SLIDE_UP
      Slide from bottom up
      See Also:
    • SLIDE_DOWN

      static final int SLIDE_DOWN
      Slide from top down
      See Also:
    • SLIDE_LEFT_RIGHT

      static final int SLIDE_LEFT_RIGHT
      Slide from left or right according to the children order
      See Also:
    • SLIDE_UP_DOWN

      static final int SLIDE_UP_DOWN
      Slide from top down or bottom up according to the order
      See Also:
    • OVER_UP

      static final int OVER_UP
      Cover the old page by sliding up
      See Also:
    • OVER_DOWN

      static final int OVER_DOWN
      Cover the old page by sliding down
      See Also:
    • OVER_LEFT

      static final int OVER_LEFT
      Cover the old page by sliding to the left
      See Also:
    • OVER_RIGHT

      static final int OVER_RIGHT
      Cover the old page by sliding to the right
      See Also:
    • UNDER_UP

      static final int UNDER_UP
      Uncover the new page by sliding up
      See Also:
    • UNDER_DOWN

      static final int UNDER_DOWN
      Uncover the new page by sliding down
      See Also:
    • UNDER_LEFT

      static final int UNDER_LEFT
      Uncover the new page by sliding to the left
      See Also:
    • UNDER_RIGHT

      static final int UNDER_RIGHT
      Uncover the new page by sliding to the right
      See Also:
    • OVER_UP_DOWN

      static final int OVER_UP_DOWN
      Cover the old page sliding up or uncover the new page sliding down, according to order
      See Also:
    • OVER_DOWN_UP

      static final int OVER_DOWN_UP
      Cover the old page sliding down or uncover the new page sliding up, according to order
      See Also:
    • OVER_LEFT_RIGHT

      static final int OVER_LEFT_RIGHT
      Cover the old page sliding left or uncover the new page sliding right, according to order
      See Also:
    • OVER_RIGHT_LEFT

      static final int OVER_RIGHT_LEFT
      Cover the old page sliding right or uncover the new page sliding left, according to order
      See Also:
    • ROTATE_LEFT

      static final int ROTATE_LEFT
      Pretend the pages are sides of a cube and rotate that cube to the left
      See Also:
    • ROTATE_RIGHT

      static final int ROTATE_RIGHT
      Pretend the pages are sides of a cube and rotate that cube to the right
      See Also:
    • ROTATE_LEFT_RIGHT

      static final int ROTATE_LEFT_RIGHT
      Pretend the pages are sides of a cube and rotate that cube to the left or right according to the children order
      See Also: