Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccessibilityNodeInfo.java84 private static final int PASTEABLE_MASK = 0x00000040; field in ShadowAccessibilityNodeInfo
392 return ((propertyFlags & PASTEABLE_MASK) != 0); in isPasteable()
546 propertyFlags = (propertyFlags & ~PASTEABLE_MASK) | (isPasteable ? PASTEABLE_MASK : 0); in setPasteable()