[go: nahoru, domu]

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

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp416 Rect targetBounds(properties.getLeft(), properties.getTop(),
419 const int x = targetBounds.left;
420 const int y = targetBounds.top;
426 backdropBounds.doIntersect(targetBounds);
428 if (targetBounds.left < contentBounds.left) {
430 if (mCanvas->clipRect(targetBounds.left, targetBounds.top,
431 contentBounds.left, targetBounds.bottom,
436 targetBounds.left = std::min(contentBounds.left, targetBounds
[all...]
/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 155 milliseconds