Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DBackgroundFallback.java135 if (eachBarCoversTopInY && (viewsCoverEntireWidth(coveringView1, coveringView2, width) in draw()
136 || viewsCoverEntireWidth(coveringView2, coveringView1, width))) { in draw()
177 private boolean viewsCoverEntireWidth(View view1, View view2, int width) { in viewsCoverEntireWidth() method in BackgroundFallback