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

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BaseFragment.java 116 * 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() {
BaseSupportFragment.java 118 * 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() {
  /packages/apps/TV/src/com/android/tv/dvr/ui/
DvrBrowseFragment.java 82 startEntranceTransition();
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 376 milliseconds