Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecentsHorizontalScrollView.java151 final View appTitle = view.findViewById(R.id.app_label); in update() local
152 appTitle.setContentDescription(" "); in update()
153 appTitle.setOnTouchListener(noOpListener); in update()
DRecentsVerticalScrollView.java155 final View appTitle = view.findViewById(R.id.app_label); in update() local
156 appTitle.setContentDescription(" "); in update()
157 appTitle.setOnTouchListener(noOpListener); in update()