Searched refs:isImageViewWithoutImage (Results 1 – 1 of 1) sorted by relevance
665 val isImageViewWithoutImage = this is ImageView && this.drawable == null in showContentOrHide() constant667 if (forceHide || isTextViewWithBlankText || isImageViewWithoutImage) { in showContentOrHide()