OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastRoot
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineOverlay.java
76
CanvasViewInfo
lastRoot
= mViewHierarchy.getRoot();
77
if (
lastRoot
!= null) {
82
drawOutline(gc,
lastRoot
);
ClipboardSupport.java
270
CanvasViewInfo
lastRoot
= mCanvas.getViewHierarchy().getRoot();
271
if (
lastRoot
== null) {
286
target =
lastRoot
;
Completed in 844 milliseconds