/aosp12/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/ |
H A D | TestWallpaper.java | 83 drawFrame(); 135 drawFrame(); in onVisibilityChanged() 141 drawFrame(); in onSurfaceChanged() 172 drawFrame(); in onApplyWindowInsets() 180 drawFrame(); in onDesiredSizeChanged() 197 drawFrame(); in onOffsetsChanged() 200 void drawFrame() { in drawFrame() method in TestWallpaper.ClockEngine
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | AbstractSlotRenderer.java | 103 drawFrame(canvas, mFramePressed.getPaddings(), mFramePressedUp, 0, 0, width, height); in drawPressedUpFrame() 107 drawFrame(canvas, mFramePressed.getPaddings(), mFramePressed, 0, 0, width, height); in drawPressedFrame() 111 drawFrame(canvas, mFrameSelected.getPaddings(), mFrameSelected, 0, 0, width, height); in drawSelectedFrame() 114 protected static void drawFrame(GLCanvas canvas, Rect padding, Texture frame, in drawFrame() method in AbstractSlotRenderer
|
/aosp12/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
H A D | BufferRejectionTests.kt | 66 activity.drawFrame() 93 activity.drawFrame() 123 activity.drawFrame()
|
H A D | GeometryTests.kt | 55 activity.drawFrame() 72 activity.drawFrame() 87 activity.drawFrame()
|
H A D | MainActivity.kt | 128 fun drawFrame(): Rect { regex
|
/aosp12/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
H A D | CustomOpenGLView.java | 44 public void drawFrame(@NonNull GL10 gl); in drawFrame() method 84 mFrameDrawer.drawFrame(gl); in CustomOpenGLView()
|
H A D | OpenGLTest.java | 51 public void drawFrame(GL10 gl) { in drawFrame() method in OpenGLTest.ParamFrameDrawer
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
H A D | SimulatorRemoteVideo.java | 77 drawFrame(); in run() 88 private void drawFrame() { in drawFrame() method in SimulatorRemoteVideo.Renderer
|
/aosp12/frameworks/ex/framesequence/jni/ |
H A D | FrameSequence.h | 32 virtual long drawFrame(int frameNr,
|
H A D | FrameSequence_gif.h | 81 virtual long drawFrame(int frameNr,
|
H A D | FrameSequence_webp.h | 92 virtual long drawFrame(int frameNr,
|
H A D | FrameSequenceJNI.cpp | 137 jlong delayMs = frameSequenceState->drawFrame(frameNr, in nativeGetFrame()
|
/aosp12/packages/services/Car/cpp/evs/apps/default/ |
H A D | RenderPixelCopy.h | 41 virtual bool drawFrame(const BufferDesc& tgtBuffer);
|
H A D | RenderBase.h | 44 virtual bool drawFrame(const BufferDesc& tgtBuffer) = 0;
|
H A D | RenderDirectView.h | 43 virtual bool drawFrame(const BufferDesc& tgtBuffer);
|
H A D | RenderTopView.h | 45 virtual bool drawFrame(const BufferDesc& tgtBuffer);
|
H A D | RenderPixelCopy.cpp | 65 bool RenderPixelCopy::drawFrame(const BufferDesc& tgtBuffer) { in drawFrame() function in RenderPixelCopy
|
/aosp12/packages/services/Car/cpp/evs/support_library/ |
H A D | RenderDirectView.h | 43 virtual bool drawFrame(const BufferDesc& tgtBuffer,
|
H A D | RenderBase.h | 51 virtual bool drawFrame(const BufferDesc& tgtBuffer, const BufferDesc& imageBuffer) = 0;
|
H A D | RenderDirectView.cpp | 69 bool RenderDirectView::drawFrame(const BufferDesc& tgtBuffer, in drawFrame() function in android::automotive::evs::support::RenderDirectView
|
H A D | DisplayUseCase.cpp | 236 bool result = mCurrentRenderer->drawFrame(tgtBuffer, mImageBuffer); in streamFrame()
|
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | DrawFrameTask.h | 74 int drawFrame();
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | GIFMovie.cpp | 226 static void drawFrame(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap) in drawFrame() function 424 drawFrame(bm, cur, gif->SColorMap); in onGetBitmap()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | ImageWallpaper.java | 374 mWorker.getThreadHandler().post(this::drawFrame); in onSurfaceRedrawNeeded() 377 private void drawFrame() { in drawFrame() method in ImageWallpaper.GLEngine
|
/aosp12/packages/services/Car/cpp/computepipe/runner/debug_display_manager/ |
H A D | EvsDisplayManager.cpp | 137 if (!evsRenderer.drawFrame(tgtBuffer, srcBuffer)) { in threadFn()
|