OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getActionDownPoints
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/systemui/src/android/systemui/cts/
WindowInsetsActivity.java
291
public List<Point>
getActionDownPoints
() {
292
return ((WindowInsetsPresenterDrawable) mContent.getBackground()).
getActionDownPoints
();
WindowInsetsPresenterDrawable.java
227
public List<Point>
getActionDownPoints
() {
WindowInsetsBehaviorTests.java
544
mActionDownPoints = mActivity.
getActionDownPoints
();
567
mActionDownPoints = mActivity.
getActionDownPoints
();
Completed in 1538 milliseconds