Loading api/current.xml +1736 −0 File changed.Preview size limit exceeded, changes collapsed. Show changes core/java/android/gesture/Gesture.java +0 −19 Original line number Original line Diff line number Diff line Loading @@ -57,11 +57,6 @@ public class Gesture implements Parcelable { mGestureID = GESTURE_ID_BASE + sGestureCount++; mGestureID = GESTURE_ID_BASE + sGestureCount++; } } void recycle() { mStrokes.clear(); mBoundingBox.setEmpty(); } /** /** * @return all the strokes of the gesture * @return all the strokes of the gesture */ */ Loading Loading @@ -161,20 +156,6 @@ public class Gesture implements Parcelable { return mGestureID; return mGestureID; } } /** * draw the gesture * * @param canvas */ void draw(Canvas canvas, Paint paint) { final ArrayList<GestureStroke> strokes = mStrokes; final int count = strokes.size(); for (int i = 0; i < count; i++) { strokes.get(i).draw(canvas, paint); } } /** /** * Create a bitmap of the gesture with a transparent background * Create a bitmap of the gesture with a transparent background * * Loading core/java/android/gesture/package.html +1 −1 Original line number Original line Diff line number Diff line <HTML> <HTML> <BODY> <BODY> @hide Provides classes to create, recognize, load and save gestures. </BODY> </BODY> </HTML> </HTML> Loading
core/java/android/gesture/Gesture.java +0 −19 Original line number Original line Diff line number Diff line Loading @@ -57,11 +57,6 @@ public class Gesture implements Parcelable { mGestureID = GESTURE_ID_BASE + sGestureCount++; mGestureID = GESTURE_ID_BASE + sGestureCount++; } } void recycle() { mStrokes.clear(); mBoundingBox.setEmpty(); } /** /** * @return all the strokes of the gesture * @return all the strokes of the gesture */ */ Loading Loading @@ -161,20 +156,6 @@ public class Gesture implements Parcelable { return mGestureID; return mGestureID; } } /** * draw the gesture * * @param canvas */ void draw(Canvas canvas, Paint paint) { final ArrayList<GestureStroke> strokes = mStrokes; final int count = strokes.size(); for (int i = 0; i < count; i++) { strokes.get(i).draw(canvas, paint); } } /** /** * Create a bitmap of the gesture with a transparent background * Create a bitmap of the gesture with a transparent background * * Loading
core/java/android/gesture/package.html +1 −1 Original line number Original line Diff line number Diff line <HTML> <HTML> <BODY> <BODY> @hide Provides classes to create, recognize, load and save gestures. </BODY> </BODY> </HTML> </HTML>