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

/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DSearchFragment.java24 private static final int SEARCH_DELAY_MS = 1000; field in class:SearchFragment
67 mHandler.postDelayed(mDelayedLoad, SEARCH_DELAY_MS);
H A DSearchSupportFragment.java26 private static final int SEARCH_DELAY_MS = 1000; field in class:SearchSupportFragment
69 mHandler.postDelayed(mDelayedLoad, SEARCH_DELAY_MS);
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DSearchFragment.java24 private static final int SEARCH_DELAY_MS = 1000; field in class:SearchFragment
67 mHandler.postDelayed(mDelayedLoad, SEARCH_DELAY_MS);
H A DSearchSupportFragment.java26 private static final int SEARCH_DELAY_MS = 1000; field in class:SearchSupportFragment
69 mHandler.postDelayed(mDelayedLoad, SEARCH_DELAY_MS);

Completed in 101 milliseconds