HomeSort by relevance Sort by last modified time
    Searched defs:appTitle (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsHorizontalScrollView.java 151 final View appTitle = view.findViewById(R.id.app_label);
152 appTitle.setContentDescription(" ");
153 appTitle.setOnTouchListener(noOpListener);
RecentsVerticalScrollView.java 155 final View appTitle = view.findViewById(R.id.app_label);
156 appTitle.setContentDescription(" ");
157 appTitle.setOnTouchListener(noOpListener);
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 823 TextView appTitle = (TextView) title.findViewById(R.id.app_title);
824 appTitle.setText(label);
825 appTitle.setContentDescription(contentDescription)
    [all...]

Completed in 326 milliseconds