OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mActionDownPoints
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/systemui/src/android/systemui/cts/
WindowInsetsPresenterDrawable.java
48
private final List<Point>
mActionDownPoints
;
99
mActionDownPoints
= new ArrayList<>();
190
mActionDownPoints
.add(p);
228
return
mActionDownPoints
;
WindowInsetsBehaviorTests.java
153
private List<Point>
mActionDownPoints
;
544
mActionDownPoints
= mActivity.getActionDownPoints();
552
assertEquals(dragCount,
mActionDownPoints
.size());
567
mActionDownPoints
= mActivity.getActionDownPoints();
575
assertEquals(dragCount,
mActionDownPoints
.size());
Completed in 1010 milliseconds