Home
last modified time | relevance | path

Searched refs:findWithin (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DViewHierarchy.java391 public Collection<CanvasViewInfo> findWithin( in findWithin() method in ViewHierarchy
DSelectionManager.java582 Collection<CanvasViewInfo> viewInfos = viewHierarchy.findWithin(topLeft, bottomRight); in selectWithin()