Fixed
Status Update
Comments
uc...@google.com <uc...@google.com> #2
The iPhone Simulator has a nice UI for this. You hold down a key combo and you see
two finger spots on the emulator screen, mirrored around the center of the screen.
Drag away from the center to pinch open; drag toward the center to pinch closed.
two finger spots on the emulator screen, mirrored around the center of the screen.
Drag away from the center to pinch open; drag toward the center to pinch closed.
tn...@google.com <tn...@google.com> #3
That is nice, but that only handles the case of "pinch". It would be a good start,
and would handle probably the majority of common use cases, but there are certainly
very many ways I can move two fingers at once that don't even resemble a pinch. :)
and would handle probably the majority of common use cases, but there are certainly
very many ways I can move two fingers at once that don't even resemble a pinch. :)
Description
Android Plugin Version (File -> Project Structure, Project): 2.3.0
SDK Version: “Android SDK Tools” Rev. (Tools -> Android -> SDK Manager) : 25.3.1
Module Compile Sdk Version (File -> Project Structure, Your Module): 25
Module Build Tools Version (File -> Project Structure, Your Module): 25.0.2
Example library:
Lint results:
If I make the InnerClass private and remove @VisibleForTesting, the code still compiles (i.e. private access is acceptable) and the lint warning goes away.