OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invisibleparents
(Results
1 - 1
of
1
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java
808
List<CanvasViewInfo>
invisibleParents
= mViewHierarchy.getInvisibleViews();
809
if (
invisibleParents
.size() > 0) {
813
//
invisibleParents
size are expected to be small
814
if (
invisibleParents
.contains(viewInfo)) {
[
all
...]
Completed in 39 milliseconds