Searched refs:DIRTY (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DContactsContract.java115 * {@link RawContacts#DIRTY} is not automatically set and the
303 public static final String DIRTY = "dirty"; field in interface:ContactsContract.SyncColumns
1555 * <td>{@link #DIRTY}</td>
1564 * CALLER_IS_SYNCADAPTER flag) flag, which sets the DIRTY flag,
1808 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, DIRTY);
5155 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, values, DIRTY);
/frameworks/base/core/java/android/view/
H A DViewGroup.java2489 final int opaqueFlag = isOpaque ? DIRTY_OPAQUE : DIRTY;
2507 if (view != null && (view.mPrivateFlags & DIRTY_MASK) != DIRTY) {
H A DView.java1491 static final int DIRTY = 0x00200000; field in class:View
1502 * Mask for {@link #DIRTY} and {@link #DIRTY_OPAQUE}.
1613 @ViewDebug.FlagToString(mask = DIRTY_MASK, equals = DIRTY, name = "DIRTY")
8133 // Do not check the DIRTY/DRAWN flags because views can call invalidate()

Completed in 411 milliseconds