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

/frameworks/base/core/java/android/view/
H A DSurface.java322 * @param inOutDirty A rectangle that represents the dirty region that the caller wants
326 * by the contents of the inOutDirty rectangle upon return from this function.
331 * @throws IllegalArgumentException If the inOutDirty rectangle is not valid.
334 public Canvas lockCanvas(Rect inOutDirty) argument
345 mLockedObject = nativeLockCanvas(mNativeObject, mCanvas, inOutDirty);

Completed in 50 milliseconds