Home
last modified time | relevance | path

Searched refs:dirty (Results 1 – 3 of 3) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPictureLayout.java138 public ViewParent invalidateChildInParent(int[] location, Rect dirty) { in invalidateChildInParent() argument
141 dirty.set(0, 0, getWidth(), getHeight()); in invalidateChildInParent()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DRawContact.java181 long rawContactId, long syncState, boolean dirty) { in RawContact() argument
196 mDirty = dirty; in RawContact()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DDiskLruCache.java582 File dirty = entry.getDirtyFile(i); in completeEdit() local
584 if (dirty.exists()) { in completeEdit()
586 dirty.renameTo(clean); in completeEdit()
593 deleteIfExists(dirty); in completeEdit()