Searched defs:withTransition (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DGuidedStepFragment.java402 * @param withTransition True to run transition animation, false otherwise.
404 public void expandAction(GuidedAction action, boolean withTransition) { argument
405 mActionsStylist.expandAction(action, withTransition);
420 * @param withTransition True to run transition animation, false otherwise.
422 public void collapseAction(boolean withTransition) { argument
424 mActionsStylist.collapseAction(withTransition);
H A DGuidedStepSupportFragment.java397 * @param withTransition True to run transition animation, false otherwise.
399 public void expandAction(GuidedAction action, boolean withTransition) { argument
400 mActionsStylist.expandAction(action, withTransition);
415 * @param withTransition True to run transition animation, false otherwise.
417 public void collapseAction(boolean withTransition) { argument
419 mActionsStylist.collapseAction(withTransition);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGuidedActionsStylist.java750 setEditingMode(vh, false /*editing*/, false /*withTransition*/);
823 setEditingMode(vh, editing, true /*withTransition*/);
826 void setEditingMode(ViewHolder vh, boolean editing, boolean withTransition) { argument
828 onEditingModeChange(vh, editing, withTransition);
841 * <code>super.onEditingModeChange(vh,editing,withTransition)</code>.
845 * @param withTransition True to run expand transiiton, false otherwise.
848 protected void onEditingModeChange(ViewHolder vh, boolean editing, boolean withTransition) { argument
873 onEditActivatorView(vh, editing, withTransition);
895 onEditActivatorView(vh, editing, withTransition);
1036 void onEditActivatorView(final ViewHolder vh, boolean editing, final boolean withTransition) { argument
1186 expandAction(GuidedAction action, final boolean withTransition) argument
1236 collapseAction(boolean withTransition) argument
1264 startExpanded(ViewHolder avh, final boolean withTransition) argument
[all...]

Completed in 279 milliseconds