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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
FormPageDisplayer.java 285 int descriptionResourceId = formPageInfo.getDescriptionResourceId();
286 return (descriptionResourceId != 0) ? mContext.getString(descriptionResourceId, argument)
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidedAction.java 276 * @param descriptionResourceId String resource id of the description for this action.
278 public B description(@StringRes int descriptionResourceId) {
279 mDescription = getContext().getString(descriptionResourceId);
296 * @param descriptionResourceId String resource id of the description to edit for this
299 public B editDescription(@StringRes int descriptionResourceId) {
300 mEditDescription = getContext().getString(descriptionResourceId);
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 73 milliseconds