Searched refs:startEntranceTransition (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBaseFragment.java116 * When data of rows are ready, app must call {@link #startEntranceTransition()} to kick off
193 * Returns true if it is ready to perform {@link #startEntranceTransition()}, false otherwise.
195 * @return True if it is ready to perform {@link #startEntranceTransition()}, false otherwise.
203 * When fragment finishes loading data, it should call startEntranceTransition()
205 * startEntranceTransition() will start transition only if both two conditions
210 * If startEntranceTransition() is called before onViewCreated(), it will be pending
213 public void startEntranceTransition() { method in class:BaseFragment
H A DBaseSupportFragment.java118 * When data of rows are ready, app must call {@link #startEntranceTransition()} to kick off
195 * Returns true if it is ready to perform {@link #startEntranceTransition()}, false otherwise.
197 * @return True if it is ready to perform {@link #startEntranceTransition()}, false otherwise.
205 * When fragment finishes loading data, it should call startEntranceTransition()
207 * startEntranceTransition() will start transition only if both two conditions
212 * If startEntranceTransition() is called before onViewCreated(), it will be pending
215 public void startEntranceTransition() { method in class:BaseSupportFragment
/frameworks/support/v17/tests/src/android/support/v17/leanback/app/
H A DBrowseTestFragment.java87 startEntranceTransition();
H A DBrowseTestSupportFragment.java89 startEntranceTransition();

Completed in 98 milliseconds