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

/frameworks/base/services/core/java/com/android/server/wm/
H A DPinnedStackController.java276 boolean onTaskStackBoundsChanged(Rect targetBounds, Rect outBounds) { argument
283 } else if (targetBounds.isEmpty()) {
291 mTmpRect.set(targetBounds);
/frameworks/base/core/java/android/widget/
H A DSearchView.java1814 public UpdatableTouchDelegate(Rect targetBounds, Rect actualBounds, View delegateView) { argument
1815 super(targetBounds, delegateView);
1820 setBounds(targetBounds, actualBounds);
1863 // are within the targetBounds, but not inside the actual bounds of
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1753 public UpdatableTouchDelegate(Rect targetBounds, Rect actualBounds, View delegateView) { argument
1754 super(targetBounds, delegateView);
1759 setBounds(targetBounds, actualBounds);
1802 // are within the targetBounds, but not inside the actual bounds of

Completed in 125 milliseconds