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

  /external/tpm2/
ECDH_ZGen.c 51 result = CryptEccPointMultiply(&out->outPoint.t.point,
58 out->outPoint.t.size = TPMS_ECC_POINT_Marshal(&out->outPoint.t.point,
ECDH_ZGen_fp.h 17 typedef struct { TPM2B_ECC_POINT outPoint; } ECDH_ZGen_Out;
Marshal_ECDH_ZGen.c 27 total_size += TPM2B_ECC_POINT_Marshal(&source->outPoint, buffer, size);
  /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),
  /frameworks/base/services/autofill/java/com/android/server/autofill/ui/
FillUi.java 309 private static void resolveMaxWindowSize(Context context, Point outPoint) {
310 context.getDisplay().getSize(outPoint);
314 outPoint.x = (int) typedValue.getFraction(outPoint.x, outPoint.x);
317 outPoint.y = (int) typedValue.getFraction(outPoint.y, outPoint.y);
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java     [all...]

Completed in 327 milliseconds