Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreviewManager.java106 private @Nullable RenderPreview mActivePreview; field in RenderPreviewManager
1431 if (hovered != mActivePreview) { in moved()
1432 if (mActivePreview != null) { in moved()
1433 mActivePreview.setActive(false); in moved()
1435 mActivePreview = hovered; in moved()
1436 if (mActivePreview != null) { in moved()
1437 mActivePreview.setActive(true); in moved()
1458 if (mActivePreview != null) { in exit()
1459 mActivePreview.setActive(false); in exit()
1461 mActivePreview = null; in exit()