Searched defs:msg (Results 1 – 9 of 9) sorted by relevance
| /recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ |
| D | MessageQueueTest.java | 47 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
|
| D | RecyclerViewFocusRecoveryTest.java | 400 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()
|
| D | StaggeredGridLayoutManagerTest.java | 1232 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()
|
| D | BaseRecyclerViewInstrumentationTest.java | 206 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()
|
| D | BaseStaggeredGridLayoutManagerTest.java | 570 public void assertNoLayout(String msg, long timeout) throws Throwable { in assertNoLayout() 795 private void validateChildren(String msg) { in validateChildren()
|
| D | BaseLinearLayoutManagerTest.java | 494 public void assertNoCallbacks(String msg, long timeout) throws Throwable { in assertNoCallbacks()
|
| D | RecyclerViewLayoutTest.java | 4110 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/ |
| D | MessageThreadUtil.java | 53 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/ |
| D | AdapterHelperTest.java | 193 void log(String msg) { in log()
|