Searched defs:getNanoTime (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewCacheTest.java78 long getNanoTime() { method in class:RecyclerViewCacheTest.TimeMockingRecyclerView
436 final long deadlineNs = mRecyclerView.getNanoTime() + TimeUnit.MILLISECONDS.toNanos(19);
500 final long deadlineNs = mRecyclerView.getNanoTime() + TimeUnit.MILLISECONDS.toNanos(9);
1226 final long deadlineNs = mRecyclerView.getNanoTime() + TimeUnit.MILLISECONDS.toNanos(9);
H A DRecyclerViewBasicTest.java408 public void getNanoTime() { method in class:RecyclerViewBasicTest
411 long time = mRecyclerView.getNanoTime();
413 assertNotEquals(time, mRecyclerView.getNanoTime());
416 assertEquals(0, mRecyclerView.getNanoTime());
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java5146 long getNanoTime() { method in class:RecyclerView
5266 * @param deadlineNs Time, relative to getNanoTime(), by which bind/create work should
5275 long startBindNs = getNanoTime();
5282 long endBindNs = getNanoTime();
5401 * @param deadlineNs Time, relative to getNanoTime(), by which bind/create work should
5495 long start = getNanoTime();
5510 long end = getNanoTime();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java5349 long getNanoTime() { method in class:RecyclerView
5469 * @param deadlineNs Time, relative to getNanoTime(), by which bind/create work should
5478 long startBindNs = getNanoTime();
5485 long endBindNs = getNanoTime();
5604 * @param deadlineNs Time, relative to getNanoTime(), by which bind/create work should
5700 long start = getNanoTime();
5715 long end = getNanoTime();
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1012 milliseconds