Searched refs:checkExists (Results 1 – 2 of 2) sorted by relevance
141 val gradientDrawable = checkExists(gradientDrawable) ?: return in show()161 val gradientDrawable = checkExists(gradientDrawable) ?: return in hide()186 val config = checkExists(config) ?: return in updateResources()211 val config = checkExists(config) ?: return in updatePadding()225 private fun <T>checkExists(value: T?): T? { in checkExists() method
186 val gradientDrawable = checkExists(gradientDrawable) ?: return in show()209 val gradientDrawable = checkExists(gradientDrawable) ?: return in hide()238 val config = checkExists(config) ?: return in updateResources()274 val config = checkExists(config) ?: return in updatePadding()291 private fun <T> checkExists(value: T?): T? { in checkExists() method