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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java225 public static void invalidateGlobalRegion(View view, RectF childBounds) { argument
226 //childBounds.offset(view.getTranslationX(), view.getTranslationY());
231 view.getMatrix().mapRect(childBounds);
232 view.invalidate((int) Math.floor(childBounds.left),
233 (int) Math.floor(childBounds.top),
234 (int) Math.ceil(childBounds.right),
235 (int) Math.ceil(childBounds.bottom));
237 Log.v(TAG, "INVALIDATE(" + (int) Math.floor(childBounds.left)
238 + "," + (int) Math.floor(childBounds.top)
239 + "," + (int) Math.ceil(childBounds
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 608 milliseconds