Searched refs:setAnimateChildLayout (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DBaseRowFragment.java268 mVerticalGridView.setAnimateChildLayout(false);
288 mVerticalGridView.setAnimateChildLayout(true);
H A DBaseRowSupportFragment.java263 mVerticalGridView.setAnimateChildLayout(false);
283 mVerticalGridView.setAnimateChildLayout(true);
H A DPlaybackFragment.java317 getVerticalGridView().setAnimateChildLayout(enable);
H A DPlaybackSupportFragment.java310 getVerticalGridView().setAnimateChildLayout(enable);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DBaseGridView.java805 public void setAnimateChildLayout(boolean animateChildLayout) { method in class:BaseGridView
H A DListRowPresenter.java846 vh.mGridView.setAnimateChildLayout(!freeze);
H A DGuidedActionsStylist.java1410 mActionsGridView.setAnimateChildLayout(false);

Completed in 61 milliseconds