Home
last modified time | relevance | path

Searched defs:touchFocuses (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
DStage.java80 …private final SnapshotArray<TouchFocus> touchFocuses = new SnapshotArray(true, 4, TouchFocus.class… field in Stage
309 SnapshotArray<TouchFocus> touchFocuses = this.touchFocuses; in touchDragged() local
345 SnapshotArray<TouchFocus> touchFocuses = this.touchFocuses; in touchUp() local
466 SnapshotArray<TouchFocus> touchFocuses = this.touchFocuses; in removeTouchFocus() local
488 SnapshotArray<TouchFocus> touchFocuses = this.touchFocuses; in cancelTouchFocus() local
525 SnapshotArray<TouchFocus> touchFocuses = this.touchFocuses; in cancelTouchFocusExcept() local