OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastRoot
(Results
1 - 3
of
3
) 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
;
/art/test/913-heaps/src/art/
Test913.java
610
String
lastRoot
= null;
612
if (
lastRoot
!= null &&
lastRoot
.equals(l)) {
615
lastRoot
= l;
Completed in 56 milliseconds