Home
last modified time | relevance | path

Searched refs:OUTER_ITEM_CREATE_NS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DSlowNestedRecyclerViewActivity.java41 private static final long OUTER_ITEM_CREATE_NS = TimeUnit.MILLISECONDS.toNanos(3); field in SlowNestedRecyclerViewActivity
157 while (System.nanoTime() - start < OUTER_ITEM_CREATE_NS); in onCreateViewHolder()