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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
DialogActionAdapter.java 63 private final ActionOnKeyPressAnimator mActionOnKeyPressAnimator;
82 mActionOnKeyPressAnimator = new ActionOnKeyPressAnimator(listener, mActions);
152 private final ActionOnKeyPressAnimator mActionOnKeyPressAnimator;
159 public ActionViewHolder(View v, ActionOnKeyPressAnimator actionOnKeyPressAnimator,
163 mActionOnKeyPressAnimator = actionOnKeyPressAnimator;
409 private static class ActionOnKeyPressAnimator implements View.OnKeyListener {
422 public ActionOnKeyPressAnimator(Action.Listener listener,
SettingsLayoutAdapter.java 82 private final ActionOnKeyPressAnimator mActionOnKeyPressAnimator;
103 mActionOnKeyPressAnimator = new ActionOnKeyPressAnimator(listener);
186 private final ActionOnKeyPressAnimator mActionOnKeyPressAnimator;
199 public LayoutRowViewHolder(View v, ActionOnKeyPressAnimator actionOnKeyPressAnimator,
203 mActionOnKeyPressAnimator = actionOnKeyPressAnimator;
481 private class ActionOnKeyPressAnimator implements View.OnKeyListener {
493 public ActionOnKeyPressAnimator(Listener listener) {

Completed in 2991 milliseconds