Searched defs:view2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DBackgroundFallback.java164 * up to {@code view2}, and that view extends at least to {@code width}.
167 * @param view2 the second view to check if it covers the width
170 * of view2)
172 private boolean viewsCoverEntireWidth(View view1, View view2, int width) { argument
174 && view1.getRight() >= view2.getLeft()
175 && view2.getRight() >= width;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 67 milliseconds