Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DAppsRowManager.java101 final View appsRowLayout = activity.findViewById(R.id.apps_row); in updateView() local
104 appsRowLayout.setVisibility(View.GONE); in updateView()
121 appsRowLayout.setVisibility(appsGroup.getChildCount() > 0 ? View.VISIBLE : View.GONE); in updateView()