Home
last modified time | relevance | path

Searched refs:setTextAndDescription (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DTvWindowMenuActionButton.java70 setTextAndDescription(textResId); in TvWindowMenuActionButton()
113 public void setTextAndDescription(CharSequence text) { in setTextAndDescription() method in TvWindowMenuActionButton
120 public void setTextAndDescription(int resId) { in setTextAndDescription() method in TvWindowMenuActionButton
121 setTextAndDescription(getContext().getString(resId)); in setTextAndDescription()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipCustomAction.java57 button.setTextAndDescription(mRemoteAction.getContentDescription()); in populateButton()
59 button.setTextAndDescription(mRemoteAction.getTitle()); in populateButton()
DTvPipSystemAction.java66 button.setTextAndDescription(mTitleResource); in populateButton()