Lines Matching defs:that
45 * @param test The test case that is being run
58 * @param test The test case that is being run
59 * @param activity The activity that is in the foreground of the test case
75 * @param test The test case that is being run
88 * @param test The test case that is being run
89 * @param activity The activity that is in the foreground of the test case
107 * @param test The test case that is being run
108 * @param v The ViewGroup that should be dragged
123 * @param test The test case that is being run
124 * @param activity The activity that is in the foreground of the test case
125 * @param v The ViewGroup that should be dragged
142 * @param test The test case that is being run
143 * @param v The ViewGroup that should be dragged
158 * @param test The test case that is being run
159 * @param activity The activity that is in the foreground of the test case
160 * @param v The ViewGroup that should be dragged
175 * @param test The test case that is being run
176 * @param v The view that should be dragged
190 * @param test The test case that is being run
191 * @param activity The activity that is in the foreground of the test case
192 * @param v The view that should be dragged
201 * @param test The test case that is being run
202 * @param v The view that should be dragged
218 * @param test The test case that is being run
219 * @param activity The activity that is in the foreground of the test case
220 * @param v The view that should be dragged
243 * @param test The test case that is being run
244 * @param v The view that should be clicked
283 * @param test The test case that is being run
284 * @param v The view that should be clicked
318 * @param test The test case that is being run
319 * @param v The view that should be clicked
364 * @param test The test case that is being run
365 * @param v The view that should be clicked
379 * @param test The test case that is being run
380 * @param v The view that should be clicked
424 * @param test The test case that is being run
425 * @param v The view that should be dragged
439 * @param test The test case that is being run
440 * @param v The view that should be dragged
455 * @param test The test case that is being run
456 * @param v The view that should be dragged
465 * @param test The test case that is being run
466 * @param v The view that should be dragged
528 * @param test The test case that is being run
529 * @param v The view that should be dragged
550 * @param test The test case that is being run
551 * @param v The view that should be dragged
583 * @param test The test case that is being run
584 * @param v The view that should be dragged
605 * @param test The test case that is being run
606 * @param v The view that should be dragged
635 * @param test The test case that is being run
636 * @param v The view that should be dragged
656 * @param test The test case that is being run
657 * @param v The view that should be dragged
682 * @param test The test case that is being run
683 * @param v The view that should be dragged
703 * @param test The test case that is being run
704 * @param v The view that should be dragged
730 * @param test The test case that is being run
750 * @param test The test case that is being run
815 final ViewStateSnapshot that = (ViewStateSnapshot) o;
816 return mFirstTop == that.mFirstTop &&
817 mLastBottom == that.mLastBottom &&
818 mFirst == that.mFirst &&
819 mLast == that.mLast &&
820 mChildCount == that.mChildCount;