Home
last modified time | relevance | path

Searched refs:dirty (Results 1 – 4 of 4) 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/ndk/platforms/android-9/arch-x86/include/asm/
Dpgtable_32.h151 …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/
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()