Searched refs:dirty (Results 51 - 59 of 59) sorted by relevance

123

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfacePlacer.java1634 Rect dirty = new Rect(0, 0, thumbnailHeader.getWidth(), thumbnailHeader.getHeight());
1643 "thumbnail anim", dirty.width(), dirty.height(),
1653 Canvas c = drawSurface.lockCanvas(dirty);
1691 + dirty.width() + " h=" + dirty.height(), e);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp77 if (u.dirty) {
78 u.dirty = 0;
112 c->textures.tmu[tmu].dirty = flags;
716 u.dirty = 0xFF; // XXX: should be more subtle
785 if (u.dirty) {
797 u.dirty = 0xFF; // XXX: should be more subtle
H A Dmatrix.h52 if (c->transforms.dirty & want)
/frameworks/base/core/java/android/view/
H A DSurface.java44 private static native long nativeLockCanvas(long nativeObject, Canvas canvas, Rect dirty) argument
271 * @param inOutDirty A rectangle that represents the dirty region that the caller wants
272 * to redraw. This function may choose to expand the dirty rectangle if for example
274 * not available. The caller must redraw the entire dirty region as represented
H A DSurfaceView.java953 * @param inOutDirty A rectangle that represents the dirty region that the caller wants
954 * to redraw. This function may choose to expand the dirty rectangle if for example
956 * not available. The caller must redraw the entire dirty region as represented
967 private final Canvas internalLockCanvas(Rect dirty) {
976 c = mSurface.lockCanvas(dirty);
H A DView.java12466 * @return The dirty state of this view.
13461 * will not get drawn and they should not set dirty flags as if they will be drawn
13470 * Mark the area defined by dirty as needing to be drawn. If the view is
13478 * {@code dirty}.
13480 * @param dirty the rectangle representing the bounds of the dirty region
13482 public void invalidate(Rect dirty) { argument
13485 invalidateInternal(dirty.left - scrollX, dirty.top - scrollY,
13486 dirty
[all...]
/frameworks/base/libs/hwui/
H A DBakedOpRenderer.cpp343 // dirty offscreenbuffer if present
374 mRenderTarget.offscreenBuffer->dirty(uiDirty);
/frameworks/base/core/java/android/widget/
H A DTextView.java5499 final Rect dirty = drawable.getBounds();
5544 invalidate(dirty.left + scrollX, dirty.top + scrollY,
5545 dirty.right + scrollX, dirty.bottom + scrollY);
/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 1895 milliseconds

123