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

/frameworks/base/core/java/com/android/internal/widget/
H A DBackgroundFallback.java163 * Returns true if {@code view1} starts before or on {@code 0} and extends at least
166 * @param view1 the first view to check if it covers the width
169 * @return returns true if both views together cover the entire width (and view1 is to the left
172 private boolean viewsCoverEntireWidth(View view1, View view2, int width) { argument
173 return view1.getLeft() <= 0
174 && view1.getRight() >= view2.getLeft()
/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 64 milliseconds