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

/frameworks/base/core/java/android/widget/
H A DSearchView.java1838 public UpdatableTouchDelegate(Rect targetBounds, Rect actualBounds, View delegateView) { argument
1839 super(targetBounds, delegateView);
1844 setBounds(targetBounds, actualBounds);
1887 // are within the targetBounds, but not inside the actual bounds of
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1803 public UpdatableTouchDelegate(Rect targetBounds, Rect actualBounds, View delegateView) { argument
1804 super(targetBounds, delegateView);
1809 setBounds(targetBounds, actualBounds);
1852 // are within the targetBounds, but not inside the actual bounds of

Completed in 102 milliseconds