Searched refs:isPasteable (Results 1 – 2 of 2) sorted by relevance
391 public boolean isPasteable() { in isPasteable() method in ShadowAccessibilityNodeInfo545 public void setPasteable(boolean isPasteable) { in setPasteable() argument546 propertyFlags = (propertyFlags & ~PASTEABLE_MASK) | (isPasteable ? PASTEABLE_MASK : 0); in setPasteable()
105 assertThat(shadow.isPasteable()).isEqualTo(false); in shouldRecordFlagsProperly()