HomeSort by relevance Sort by last modified time
    Searched defs:mSurfaceControl (Results 1 - 18 of 18) sorted by null

  /frameworks/native/opengl/tests/include/
WindowSurface.h 44 sp<SurfaceControl> mSurfaceControl;
  /frameworks/base/services/core/java/com/android/server/wm/
StrictModeFlash.java 37 private final SurfaceControl mSurfaceControl;
56 mSurfaceControl = ctrl;
98 if (mSurfaceControl == null) {
103 mSurfaceControl.show();
105 mSurfaceControl.hide();
115 mSurfaceControl.setSize(dw, dh);
CircularDisplayMask.java 47 private final SurfaceControl mSurfaceControl;
85 mSurfaceControl = ctrl;
114 mSurfaceControl.setPosition(0, 0);
118 mSurfaceControl.setPosition(0, -mScreenOffset);
122 mSurfaceControl.setPosition(-mScreenOffset, 0);
137 if (mSurfaceControl == null) {
143 mSurfaceControl.show();
145 mSurfaceControl.hide();
EmulatorDisplayOverlay.java 44 private final SurfaceControl mSurfaceControl;
75 mSurfaceControl = ctrl;
98 mSurfaceControl.setPosition(0, 0);
109 if (mSurfaceControl == null) {
115 mSurfaceControl.show();
117 mSurfaceControl.hide();
WindowSurfaceController.java 55 private SurfaceControl mSurfaceControl;
103 mSurfaceControl = new SurfaceTrace(
107 mSurfaceControl = new SurfaceControl(
113 mSurfaceControl = new RemoteSurfaceTrace(
114 mService.mRoot.mSurfaceTraceFd.getFileDescriptor(), mSurfaceControl, win);
119 mSurfaceControl = new RemoteSurfaceTrace(fd, mSurfaceControl, mAnimator.mWin);
123 mSurfaceControl = new SurfaceControl(mSurfaceControl);
138 if ((mSurfaceControl != null) && (other.mSurfaceControl != null))
    [all...]
Watermark.java 50 private final SurfaceControl mSurfaceControl;
126 mSurfaceControl = ctrl;
133 mSurfaceControl.setSize(dw, dh);
DragState.java 83 SurfaceControl mSurfaceControl;
113 mSurfaceControl = surface;
120 if (mSurfaceControl != null) {
121 mSurfaceControl.destroy();
123 mSurfaceControl = null;
436 mSurfaceControl.setPosition(x - mThumbOffsetX, y - mThumbOffsetY);
438 + mSurfaceControl + ": pos=(" +
578 mSurfaceControl.setPosition(tmpFloats[Matrix.MTRANS_X], tmpFloats[Matrix.MTRANS_Y]);
579 mSurfaceControl.setAlpha(mTransformation.getAlpha());
580 mSurfaceControl.setMatrix(tmpFloats[Matrix.MSCALE_X], tmpFloats[Matrix.MSKEW_Y]
    [all...]
ScreenRotationAnimation.java 65 SurfaceControl mSurfaceControl;
153 pw.print(prefix); pw.print("mSurface="); pw.print(mSurfaceControl);
270 mSurfaceControl = new SurfaceTrace(session, "ScreenshotSurface",
276 mSurfaceControl = new SurfaceControl(session, "ScreenshotSurface",
282 sur.copyFrom(mSurfaceControl);
286 mSurfaceControl.setLayerStack(display.getLayerStack());
287 mSurfaceControl.setLayer(SCREEN_FREEZE_LAYER_SCREENSHOT);
288 mSurfaceControl.setAlpha(0);
289 mSurfaceControl.show();
296 " FREEZE " + mSurfaceControl + ": CREATE")
    [all...]
AccessibilityController.java 694 private final SurfaceControl mSurfaceControl;
714 mSurfaceControl = surfaceControl;
715 mSurfaceControl.setLayerStack(mWindowManager.getDefaultDisplay()
717 mSurfaceControl.setLayer(mWindowManagerService.mPolicy.getWindowLayerFromTypeLw(
720 mSurfaceControl.setPosition(0, 0);
721 mSurface.copyFrom(mSurfaceControl);
    [all...]
  /frameworks/native/libs/gui/tests/
GLTest.h 62 sp<SurfaceControl> mSurfaceControl;
Surface_test.cpp 66 mSurfaceControl = mComposerClient->createSurface(
69 ASSERT_TRUE(mSurfaceControl != NULL);
70 ASSERT_TRUE(mSurfaceControl->isValid());
73 ASSERT_EQ(NO_ERROR, mSurfaceControl->setLayer(0x7fffffff));
74 ASSERT_EQ(NO_ERROR, mSurfaceControl->show());
77 mSurface = mSurfaceControl->getSurface();
87 sp<SurfaceControl> mSurfaceControl;
100 mSurfaceControl.clear();
    [all...]
  /frameworks/base/libs/hwui/tests/common/
TestContext.h 63 sp<SurfaceControl> mSurfaceControl;
  /frameworks/native/cmds/surfacereplayer/replayer/
BufferQueueScheduler.h 70 sp<SurfaceControl> mSurfaceControl;
  /frameworks/base/core/java/android/view/
SurfaceView.java 117 SurfaceControl mSurfaceControl;
319 if (mSurfaceControl != null) {
320 mSurfaceControl.destroy();
322 mSurfaceControl = null;
495 final boolean creating = (mSurfaceControl == null || formatChanged || visibleChanged)
533 mDeferredDestroySurfaceControl = mSurfaceControl;
536 mSurfaceControl = new SurfaceControlWithBackground(mSurfaceSession,
540 } else if (mSurfaceControl == null) {
555 mSurfaceControl.setLayer(mSubLayer);
557 mSurfaceControl.show()
    [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 89 mSurfaceControl = mComposerClient->createSurface(
94 ASSERT_TRUE(mSurfaceControl != NULL);
95 ASSERT_TRUE(mSurfaceControl->isValid());
98 ASSERT_EQ(NO_ERROR, mSurfaceControl->setLayer(0x7FFFFFFF));
99 ASSERT_EQ(NO_ERROR, mSurfaceControl->show());
102 sp<ANativeWindow> window = mSurfaceControl->getSurface();
334 sp<SurfaceControl> mSurfaceControl;
    [all...]
  /frameworks/native/cmds/flatland/
Main.cpp 428 result = mGLHelper->createWindowSurface(w, h, &mSurfaceControl,
457 mSurfaceControl.clear();
580 sp<SurfaceControl> mSurfaceControl;
  /frameworks/base/services/core/java/com/android/server/display/
ColorFade.java 85 private SurfaceControl mSurfaceControl;
580 if (mSurfaceControl == null) {
588 mSurfaceControl = new SurfaceControl(mSurfaceSession,
596 mSurfaceControl.setLayerStack(mDisplayLayerStack);
597 mSurfaceControl.setSize(mDisplayWidth, mDisplayHeight);
599 mSurface.copyFrom(mSurfaceControl);
602 mDisplayId, mSurfaceControl);
637 if (mSurfaceControl != null) {
642 mSurfaceControl.destroy();
647 mSurfaceControl = null
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.h 172 sp<SurfaceControl> mSurfaceControl;

Completed in 625 milliseconds