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

  /development/samples/browseable/Interpolator/src/com.example.android.interpolator/
InterpolatorFragment.java 72 private Path mPathOut;
112 Path path = mIsOut ? mPathIn : mPathOut;
186 mPathOut = new Path();
187 mPathOut.moveTo(1f, 1f);
188 mPathOut.lineTo(0.2f, 0.2f);
196 * The only two paths defined here ({@link #mPathIn} and {@link #mPathOut}) scale the view
242 return mPathOut;
  /developers/build/prebuilts/gradle/Interpolator/Application/src/main/java/com/example/android/interpolator/
InterpolatorFragment.java 73 private Path mPathOut;
155 Path path = mIsOut ? mPathIn : mPathOut;
204 * The only two paths defined here ({@link #mPathIn} and {@link #mPathOut}) scale the view
246 return mPathOut;
276 mPathOut = new Path();
277 mPathOut.moveTo(1f, 1f);
278 mPathOut.lineTo(0.2f, 0.2f);
  /developers/samples/android/ui/Interpolator/Application/src/main/java/com/example/android/interpolator/
InterpolatorFragment.java 73 private Path mPathOut;
155 Path path = mIsOut ? mPathIn : mPathOut;
204 * The only two paths defined here ({@link #mPathIn} and {@link #mPathOut}) scale the view
246 return mPathOut;
276 mPathOut = new Path();
277 mPathOut.moveTo(1f, 1f);
278 mPathOut.lineTo(0.2f, 0.2f);

Completed in 261 milliseconds