Skip to content

Instantly share code, notes, and snippets.

@aagarwal1012
Created August 25, 2019 18:28
Show Gist options
  • Save aagarwal1012/3dfb8bd55235cb375d43c034a2d59fa6 to your computer and use it in GitHub Desktop.
Save aagarwal1012/3dfb8bd55235cb375d43c034a2d59fa6 to your computer and use it in GitHub Desktop.
package android.view;
import org.checkerframework.checker.androidresource.qual.*;
class View implements Drawable.Callback, KeyEvent.Callback,
AccessibilityEventSource {
@IdRes int getId();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment