Searched refs:mActivePreview (Results 1 – 1 of 1) sorted by relevance
106 private @Nullable RenderPreview mActivePreview; field in RenderPreviewManager1431 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()