Home
last modified time | relevance | path

Searched refs:hasIncludeHint (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DScrollCaptureSearchResults.java200 boolean hintIncludeA = hasIncludeHint(viewA);
201 boolean hintIncludeB = hasIncludeHint(viewB);
229 private static boolean hasIncludeHint(View view) { in hasIncludeHint() method in ScrollCaptureSearchResults