material-motion / material-motion-android

Reactive motion for Android. Deprecated; please use the Motion library in Material Components for Android instead: https://material.io/develop/android/theming/motion/.
Apache License 2.0
444 stars 26 forks source link

Implement MotionRuntime.interactions() API #75

Closed randcode-generator closed 7 years ago

randcode-generator commented 7 years ago

Summary: Fetches interactions asociated with a givent target.

Fixes https://github.com/material-motion/material-motion-android/issues/74

Tags: #material_motion

pingpongboss commented 7 years ago

New runtime.interactions(view, Draggable.class) API as discussed in Discord.

codecov[bot] commented 7 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@bddba29). Click here to learn what that means. The diff coverage is 7.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop      #75   +/-   ##
==========================================
  Coverage           ?   25.46%           
==========================================
  Files              ?       70           
  Lines              ?      962           
  Branches           ?       65           
==========================================
  Hits               ?      245           
  Misses             ?      714           
  Partials           ?        3
Impacted Files Coverage Δ
.../google/android/material/motion/MotionRuntime.java 48.38% <7.69%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bddba29...b1c8399. Read the comment docs.