OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAscendantOf
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
SelectBox.java
372
if (toActor == null || !
isAscendantOf
(toActor)) list.selection.set(selectBox.getSelected());
379
if (
isAscendantOf
(target)) return false;
460
if (actor == null ||
isAscendantOf
(actor)) stage.setScrollFocus(previousScrollFocus);
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
DragAndDrop.java
89
if (!target.actor.
isAscendantOf
(hit)) continue;
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
Actor.java
319
public boolean
isAscendantOf
(Actor actor) {
Completed in 237 milliseconds