HomeSort by relevance Sort by last modified time
    Searched refs:textTitle (Results 1 - 4 of 4) sorted by null

  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeListAdapter.java 121 TextView titleView = (TextView) view.findViewById(R.id.textTitle);
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeListAdapter.java 121 TextView titleView = (TextView) view.findViewById(R.id.textTitle);
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
RecipeListAdapter.java 121 TextView titleView = (TextView) view.findViewById(R.id.textTitle);
  /packages/apps/Settings/src/com/android/settings/dashboard/
SearchResultsSummary.java 605 TextView textTitle;
614 textTitle = (TextView) view.findViewById(R.id.title);
618 textTitle.setText(result.title);

Completed in 2104 milliseconds