Searched refs:PASTEABLE_MASK (Results 1 – 1 of 1) sorted by relevance
84 private static final int PASTEABLE_MASK = 0x00000040; field in ShadowAccessibilityNodeInfo392 return ((propertyFlags & PASTEABLE_MASK) != 0); in isPasteable()546 propertyFlags = (propertyFlags & ~PASTEABLE_MASK) | (isPasteable ? PASTEABLE_MASK : 0); in setPasteable()