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

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp461 Rect targetBounds(properties.getLeft(), properties.getTop(),
464 const int x = targetBounds.left;
465 const int y = targetBounds.top;
471 backdropBounds.doIntersect(targetBounds);
473 if (targetBounds.left < contentBounds.left) {
475 if (mCanvas->clipRect(targetBounds.left, targetBounds.top,
476 contentBounds.left, targetBounds.bottom,
481 targetBounds.left = std::min(contentBounds.left, targetBounds
[all...]
/frameworks/base/core/java/android/widget/
H A DSearchView.java1840 public UpdatableTouchDelegate(Rect targetBounds, Rect actualBounds, View delegateView) { argument
1841 super(targetBounds, delegateView);
1846 setBounds(targetBounds, actualBounds);
1889 // are within the targetBounds, but not inside the actual bounds of
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1806 public UpdatableTouchDelegate(Rect targetBounds, Rect actualBounds, View delegateView) { argument
1807 super(targetBounds, delegateView);
1812 setBounds(targetBounds, actualBounds);
1855 // are within the targetBounds, but not inside the actual bounds of

Completed in 554 milliseconds