Searched refs:inOutDirty (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DSurface.java287 * @param inOutDirty A rectangle that represents the dirty region that the caller wants
291 * by the contents of the inOutDirty rectangle upon return from this function.
296 * @throws IllegalArgumentException If the inOutDirty rectangle is not valid.
299 public Canvas lockCanvas(Rect inOutDirty) argument
310 mLockedObject = nativeLockCanvas(mNativeObject, mCanvas, inOutDirty);
H A DSurfaceView.java967 * @param inOutDirty A rectangle that represents the dirty region that the caller wants
971 * by the contents of the inOutDirty rectangle upon return from this function.
977 public Canvas lockCanvas(Rect inOutDirty) {
978 return internalLockCanvas(inOutDirty);

Completed in 1186 milliseconds