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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageTinyPlanet.java 41 private float mStartAngle = 0;
121 mStartAngle = mTinyPlanetRep.getAngle();
125 mTinyPlanetRep.setAngle(mStartAngle + getCurrentTouchAngle());
  /frameworks/base/libs/hwui/
PathCache.cpp 50 return compareWidthHeight(lhs, rhs) && lhs.mStartAngle == rhs.mStartAngle &&
558 entry.shape.arc.mStartAngle = startAngle;
PathCache.h 155 float mStartAngle;
DisplayListOp.h     [all...]

Completed in 153 milliseconds