Interface FrameClockPhase


public interface FrameClockPhase
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    corresponds to GdkFrameClock::after-paint.
    static final int
    corresponds to GdkFrameClock::before-paint.
    static final int
    corresponds to GdkFrameClock::flush-events.
    static final int
    corresponds to GdkFrameClock::layout.
    static final int
    no phase
    static final int
    corresponds to GdkFrameClock::paint.
    static final int
    corresponds to GdkFrameClock::resume-events.
    static final int
    corresponds to GdkFrameClock::update.
  • Field Details

    • NONE

      static final int NONE
      no phase
      See Also:
    • FLUSH_EVENTS

      static final int FLUSH_EVENTS
      corresponds to GdkFrameClock::flush-events. Should not be handled by applications.
      See Also:
    • BEFORE_PAINT

      static final int BEFORE_PAINT
      corresponds to GdkFrameClock::before-paint. Should not be handled by applications.
      See Also:
    • UPDATE

      static final int UPDATE
      corresponds to GdkFrameClock::update.
      See Also:
    • LAYOUT

      static final int LAYOUT
      corresponds to GdkFrameClock::layout. Should not be handled by applications.
      See Also:
    • PAINT

      static final int PAINT
      corresponds to GdkFrameClock::paint.
      See Also:
    • RESUME_EVENTS

      static final int RESUME_EVENTS
      corresponds to GdkFrameClock::resume-events. Should not be handled by applications.
      See Also:
    • AFTER_PAINT

      static final int AFTER_PAINT
      corresponds to GdkFrameClock::after-paint. Should not be handled by applications.
      See Also: