/**
  * Sets if the source is scrollable.
  *
  * @param scrollable True if the source is scrollable, false otherwise.
  * @throws IllegalStateException If called from an AccessibilityService.
  */
 public void setScrollable(boolean scrollable) {
   IMPL.setScrollable(mRecord, scrollable);
 }