OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:descriptionResourceId
(Results
1 - 3
of
3
) sorted by null
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
FormPageDisplayer.java
286
int
descriptionResourceId
= formPageInfo.getDescriptionResourceId();
287
return (
descriptionResourceId
!= 0) ? mContext.getString(
descriptionResourceId
, argument)
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidedAction.java
277
* @param
descriptionResourceId
String resource id of the description for this action.
279
public B description(@StringRes int
descriptionResourceId
) {
280
mDescription = getContext().getString(
descriptionResourceId
);
297
* @param
descriptionResourceId
String resource id of the description to edit for this
300
public B editDescription(@StringRes int
descriptionResourceId
) {
301
mEditDescription = getContext().getString(
descriptionResourceId
);
[
all
...]