HomeSort by relevance Sort by last modified time
    Searched defs:outPoint (Results 1 - 2 of 2) sorted by null

  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
DefaultCardStreamAnimator.java 50 final Point outPoint = new Point();
52 wm.getDefaultDisplay().getSize(outPoint);
56 PropertyValuesHolder.ofFloat("translationY", outPoint.y / 2.f, 0.f),
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DefaultCardStreamAnimator.java 50 final Point outPoint = new Point();
52 wm.getDefaultDisplay().getSize(outPoint);
56 PropertyValuesHolder.ofFloat("translationY", outPoint.y / 2.f, 0.f),

Completed in 88 milliseconds