Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 9 of 9) sorted by relevance

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DMessageQueueTest.java47 MessageThreadUtil.SyncQueueItem msg = mQueue.next(); in allArguments() local
63 MessageThreadUtil.SyncQueueItem msg = mQueue.next(); in sendInOrder() local
85 MessageThreadUtil.SyncQueueItem msg = mQueue.next(); in sendAtFront() local
112 MessageThreadUtil.SyncQueueItem msg = mQueue.next(); in remove() local
DRecyclerViewFocusRecoveryTest.java400 String msg = !mRecyclerView.isComputingLayout() ? " before laying out the children" in requestFocusOnRV() local
473 String msg = " when descendant focusability is FOCUS_AFTER_DESCENDANTS"; in assertFocusAfterLayout() local
802 private void assertFocus(String msg, RecyclerView.ViewHolder vh, boolean hasFocus) { in assertFocus()
DStaggeredGridLayoutManagerTest.java1232 void assertSpans(String msg, int[]... childSpanTuples) { in assertSpans()
1239 void assertSpan(String msg, int childPosition, int expectedSpan) { in assertSpan()
1322 void assertSpanAssignmentEquality(String msg, int[] set1, int[] set2, int start1, int start2, in assertSpanAssignmentEquality()
DBaseRecyclerViewInstrumentationTest.java206 String msg = "receiving another main thread exception. dropping."; in postExceptionToInstrumentation() local
213 String msg = "captured exception on main thread"; in postExceptionToInstrumentation() local
639 public void assertLayoutCount(int count, String msg, long timeout) throws Throwable { in assertLayoutCount()
644 public void assertNoLayout(String msg, long timeout) throws Throwable { in assertNoLayout()
DBaseStaggeredGridLayoutManagerTest.java570 public void assertNoLayout(String msg, long timeout) throws Throwable { in assertNoLayout()
795 private void validateChildren(String msg) { in validateChildren()
DBaseLinearLayoutManagerTest.java494 public void assertNoCallbacks(String msg, long timeout) throws Throwable { in assertNoCallbacks()
DRecyclerViewLayoutTest.java4110 public void adapterChangeInMainThreadTest(String msg, in adapterChangeInMainThreadTest()
4180 public void adapterChangeDuringScrollTest(String msg, final int orientation, in adapterChangeDuringScrollTest()
/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DMessageThreadUtil.java53 private void sendMessage(SyncQueueItem msg) { in getMainThreadProxy()
120 private void sendMessage(SyncQueueItem msg) { in getBackgroundProxy()
125 private void sendMessageAtFrontOfQueue(SyncQueueItem msg) { in getBackgroundProxy()
/recyclerview/recyclerview/src/test/java/androidx/recyclerview/widget/
DAdapterHelperTest.java193 void log(String msg) { in log()