|
LibreOffice Module android (master) 1
|
The states the overlay. More...
Public Attributes | |
| NONE | |
| State where the overlay is empty. More... | |
| TRANSITION | |
| In-between state where we need to transition to a new overlay state. More... | |
| CURSOR | |
| State where we operate with the cursor. More... | |
| GRAPHIC_SELECTION | |
| State where we operate the graphic selection. More... | |
| SELECTION | |
| State where we operate the text selection. More... | |
The states the overlay.
Definition at line 742 of file InvalidationHandler.java.
| org.libreoffice.InvalidationHandler.OverlayState.CURSOR |
State where we operate with the cursor.
Definition at line 756 of file InvalidationHandler.java.
Referenced by org.libreoffice.InvalidationHandler.invalidateCursor().
| org.libreoffice.InvalidationHandler.OverlayState.GRAPHIC_SELECTION |
State where we operate the graphic selection.
Definition at line 760 of file InvalidationHandler.java.
Referenced by org.libreoffice.InvalidationHandler.graphicSelection().
| org.libreoffice.InvalidationHandler.OverlayState.NONE |
State where the overlay is empty.
Definition at line 746 of file InvalidationHandler.java.
Referenced by org.libreoffice.InvalidationHandler.handleGeneralChangeState(), org.libreoffice.InvalidationHandler.handleNoneState(), and org.libreoffice.InvalidationHandler.InvalidationHandler().
| org.libreoffice.InvalidationHandler.OverlayState.SELECTION |
State where we operate the text selection.
Definition at line 765 of file InvalidationHandler.java.
Referenced by org.libreoffice.InvalidationHandler.cursorVisibility(), and org.libreoffice.InvalidationHandler.textSelection().
| org.libreoffice.InvalidationHandler.OverlayState.TRANSITION |
In-between state where we need to transition to a new overlay state.
In this state we properly disable the older state and wait to transition to a new state triggered by an invalidation.
Definition at line 752 of file InvalidationHandler.java.
Referenced by org.libreoffice.InvalidationHandler.graphicSelection(), org.libreoffice.InvalidationHandler.handleCursorState(), org.libreoffice.InvalidationHandler.invalidateCursor(), and org.libreoffice.InvalidationHandler.textSelection().