Searched defs:fragmentAdapter (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBrowseFragment.java222 * @param fragmentAdapter {@link MainFragmentAdapter} used by the current fragment.
224 void notifyViewCreated(MainFragmentAdapter fragmentAdapter); argument
231 * @param fragmentAdapter {@link MainFragmentAdapter} used by the current fragment.
233 void notifyDataReady(MainFragmentAdapter fragmentAdapter); argument
260 public void notifyViewCreated(MainFragmentAdapter fragmentAdapter) { argument
265 public void notifyDataReady(MainFragmentAdapter fragmentAdapter) { argument
H A DBrowseSupportFragment.java224 * @param fragmentAdapter {@link MainFragmentAdapter} used by the current fragment.
226 void notifyViewCreated(MainFragmentAdapter fragmentAdapter); argument
233 * @param fragmentAdapter {@link MainFragmentAdapter} used by the current fragment.
235 void notifyDataReady(MainFragmentAdapter fragmentAdapter); argument
262 public void notifyViewCreated(MainFragmentAdapter fragmentAdapter) { argument
267 public void notifyDataReady(MainFragmentAdapter fragmentAdapter) { argument

Completed in 34 milliseconds