Searched defs:appTitle (Results 1 – 6 of 6) sorted by relevance
33 public static MoveAppProgressFragment newInstance(CharSequence appTitle) { in newInstance()44 final CharSequence appTitle = getArguments().getCharSequence(ARG_APP_TITLE); in onViewCreated() local
54 val appTitle = holder.findViewById(R.id.title) as TextView in onBindViewHolder() constant
38 private lateinit var appTitle: TextView variable
111 TextView appTitle = widgetsListHeader.findViewById(R.id.app_title); in bindViewHolder_appWith3Widgets_shouldShowTheCorrectAppNameAndSubtitle() local
150 private PackageInfo createPackage(String appTitle, boolean supportsPip) { in createPackage()
174 public CharSequence appTitle; field in ItemInfo