Searched defs:recycle (Results 1 - 25 of 80) sorted by relevance

1234

/frameworks/base/graphics/java/android/graphics/
H A DTemporaryBuffer.java40 public static void recycle(char[] temp) { method in class:TemporaryBuffer
H A DLargeBitmap.java81 public void recycle() { method in class:LargeBitmap
109 recycle();
H A DBitmapRegionDecoder.java225 public void recycle() { method in class:BitmapRegionDecoder
257 recycle();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DActionListTransformState.java66 public void recycle() { method in class:ActionListTransformState
67 super.recycle();
H A DProgressTransformState.java46 public void recycle() { method in class:ProgressTransformState
47 super.recycle();
H A DImageTransformState.java124 public void recycle() { method in class:ImageTransformState
125 super.recycle();
H A DTextViewTransformState.java142 public void recycle() { method in class:TextViewTransformState
143 super.recycle();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DVelocityTrackerInterface.java30 public void recycle(); method in interface:VelocityTrackerInterface
H A DPlatformVelocityTracker.java68 public void recycle() { method in class:PlatformVelocityTracker
69 mTracker.recycle();
H A DNoisyVelocityTracker.java131 public void recycle() { method in class:NoisyVelocityTracker
/frameworks/base/core/java/android/text/
H A DSpanSet.java113 public void recycle() { method in class:SpanSet
H A DMeasuredText.java69 static MeasuredText recycle(MeasuredText mt) { method in class:MeasuredText
/frameworks/base/core/java/android/view/
H A DMagnificationSpec.java78 public void recycle() { method in class:MagnificationSpec
105 recycle();
H A DWindowInfo.java88 public void recycle() { method in class:WindowInfo
H A DInputEvent.java109 * objects are fine. See {@link KeyEvent#recycle()} for details.
112 public void recycle() { method in class:InputEvent
134 * the application we can no longer recycle it.
138 recycle();
H A DInputQueue.java125 e.recycle();
133 public void recycle() { method in class:InputQueue.ActiveInputEvent
/frameworks/base/core/java/android/widget/
H A DExpandableListPosition.java132 public void recycle() { method in class:ExpandableListPosition
/frameworks/base/core/java/com/android/internal/statusbar/
H A DNotificationVisibility.java131 public void recycle() { method in class:NotificationVisibility
/frameworks/base/services/core/java/com/android/server/
H A DAttributeCache.java67 void recycle() { method in class:AttributeCache.Entry
69 array.recycle();
95 map.valueAt(j).recycle();
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraAgentFactory.java40 // we check this once when the library is first loaded so that #recycle()
102 * {@link #recycle(boolean)} with the same {@code api} value provided
142 * @param api Which camera framework handle to recycle.
147 public static synchronized void recycle(CameraApi api) { method in class:CameraAgentFactory
152 sAndroidCameraAgent.recycle();
161 sAndroidCamera2Agent.recycle();
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DMessageThreadUtil.java188 void recycle() { method in class:MessageThreadUtil.SyncQueueItem
265 item.recycle();
274 item.recycle();
/frameworks/base/core/java/android/os/
H A DTestLooperManager.java76 * Callers should always call {@link #recycle(Message)} on the message when all
142 public void recycle(Message msg) { method in class:TestLooperManager
/frameworks/base/core/java/com/android/internal/os/
H A DSomeArgs.java23 * it is responsibility of the client to recycle and instance
87 public void recycle() { method in class:SomeArgs
/frameworks/base/core/jni/
H A Dandroid_view_KeyEvent.cpp38 jmethodID recycle; member in struct:android::__anon1087
98 env->CallVoidMethod(eventObj, gKeyEventClassInfo.recycle);
135 gKeyEventClassInfo.recycle = GetMethodIDOrDie(env, gKeyEventClassInfo.clazz,
136 "recycle", "()V");
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DBitmapUtils.java116 Bitmap bitmap, float scale, boolean recycle) {
126 if (recycle) bitmap.recycle();
139 Bitmap bitmap, int maxLength, boolean recycle) {
145 return resizeBitmapByScale(bitmap, scale, recycle);
148 public static Bitmap resizeAndCropCenter(Bitmap bitmap, int size, boolean recycle) { argument
165 if (recycle) bitmap.recycle();
172 bitmap.recycle();
174 Log.w(TAG, "unable recycle bitma
115 resizeBitmapByScale( Bitmap bitmap, float scale, boolean recycle) argument
138 resizeDownBySideLength( Bitmap bitmap, int maxLength, boolean recycle) argument
178 rotateBitmap(Bitmap source, int rotation, boolean recycle) argument
[all...]

Completed in 5014 milliseconds

1234