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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
Action.java 138 public Builder infoOnly(boolean infoOnly) {
139 mInfoOnly = infoOnly;
156 boolean hasNext, boolean infoOnly, Intent intent, int checkSetId, boolean enabled) {
165 mInfoOnly = infoOnly;
275 * If both this and {@link #hasNext()} are true, infoOnly takes precedence. (default is false)
278 public boolean infoOnly() {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidedAction.java 496 * @param infoOnly Whether this action has a next state.
498 public B infoOnly(boolean infoOnly) {
499 setFlags(infoOnly ? PF_INFO_ONLY : 0, PF_INFO_ONLY);
848 * this and {@link #hasNext()} are true, infoOnly takes precedence. The default is false. For
853 public boolean infoOnly() {
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 64 milliseconds