Searched refs:isShown (Results 1 – 4 of 4) sorted by relevance
59 expect(isShown(visibleRect.id)).toBeTrue();63 expect(isShown(visibleRect.id)).toBeTrue();66 expect(isShown(visibleRect.id)).toBeFalse();70 expect(isShown(visibleRect.id)).toBeFalse();73 expect(isShown(visibleRect.id)).toBeTrue();75 expect(isShown(displayRect.id)).toBeFalse();77 expect(isShown(displayRect.id)).toBeTrue();133 function isShown(rectId: string) { function
57 const isShown = shownRects.some((other) => other.id === rect.id); constant58 const showState = isShown ? RectShowState.SHOW : RectShowState.HIDE;
71 if (view != null && view.isShown() && !canViewScrollUp(view)) { in canChildScrollUp()
79 if (view.isShown()) { in onDateSet()