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

  /frameworks/support/wear/src/android/support/wear/widget/
CurvingLayoutCallback.java 34 private final Path mCurvePath;
52 mCurvePath = new Path();
136 mCurvePath.reset();
137 mCurvePath.moveTo(0.5f * width, mCurveBottom);
138 mCurvePath.lineTo(0.34f * width, 0.075f * height);
139 mCurvePath.cubicTo(
142 mCurvePath.cubicTo(
149 mCurvePath.lineTo(width / 2, mCurveTop);
150 mPathMeasure.setPath(mCurvePath, false);
  /prebuilts/sdk/current/support/wear/libs/
android-support-wear.jar 

Completed in 78 milliseconds