[go: nahoru, domu]

Searched refs:mTargetBounds (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSearchView.java1817 private final Rect mTargetBounds; field in class:SearchView.UpdatableTouchDelegate
1826 * mTargetBounds inflated to include some slop. This rect is to track whether the motion events
1834 * True if the delegate had been targeted on a down event (intersected mTargetBounds).
1841 mTargetBounds = new Rect();
1849 mTargetBounds.set(desiredBounds);
1865 if (mTargetBounds.contains(x, y)) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1782 private final Rect mTargetBounds; field in class:SearchView.UpdatableTouchDelegate
1791 * mTargetBounds inflated to include some slop. This rect is to track whether the motion events
1799 * True if the delegate had been targeted on a down event (intersected mTargetBounds).
1806 mTargetBounds = new Rect();
1814 mTargetBounds.set(desiredBounds);
1830 if (mTargetBounds.contains(x, y)) {

Completed in 41 milliseconds