Home
last modified time | relevance | path

Searched refs:emptyContent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DDeletionHelperActivity.java87 final View emptyContent = findViewById(R.id.empty_state); in setIsEmptyState() local
92 emptyContent.setVisibility(isEmptyState ? View.VISIBLE : View.GONE); in setIsEmptyState()
99 mIsShowingInterstitial = isEmptyState && emptyContent.getVisibility() != View.VISIBLE; in setIsEmptyState()