Searched refs:emptySpace (Results 1 – 1 of 1) sorted by relevance
36 private val emptySpace: View? by lazyView { rootEntryView?.findViewById(R.id.empty_space) } in <lambda>() constant56 emptySpace?.visibility = if (hideIcon) LinearLayout.VISIBLE else LinearLayout.GONE in showDetails()