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

  /external/tpm2/
ECDH_ZGen_fp.h 17 typedef struct { TPM2B_ECC_POINT outPoint; } ECDH_ZGen_Out;
  /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 166 milliseconds