Searched refs:dirty (Results 1 – 4 of 4) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | PictureLayout.java | 138 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/ |
D | RawContact.java | 181 long rawContactId, long syncState, boolean dirty) { in RawContact() argument 196 mDirty = dirty; in RawContact()
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | pgtable_32.h | 151 …ss_flags(vma, address, ptep, entry, dirty) ({ int __changed = !pte_same(*(ptep), entry); if (… argument
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
D | DiskLruCache.java | 582 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()
|