Searched refs:setLayer (Results 1 - 25 of 47) sorted by relevance

12

/frameworks/base/libs/hwui/tests/common/
H A DTestContext.cpp70 mSurfaceControl->setLayer(0x7FFFFFF);
/frameworks/native/opengl/tests/lib/
H A DWindowSurface.cpp66 err = sc->setLayer(0x7FFFFFFF); // always on top
68 fprintf(stderr, "SurfaceComposer::setLayer error: %#x\n", err);
/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp64 CHECK_EQ(control->setLayer(30000), (status_t)OK);
/frameworks/base/services/core/java/com/android/server/wm/
H A DDimLayer.java45 /** Last value passed to mDimSurface.setLayer() */
137 void setLayer(int layer) { method in class:DimLayer
147 mDimSurface.setLayer(layer);
282 setLayer(layer);
H A DStrictModeFlash.java50 ctrl.setLayer(WindowManagerService.TYPE_LAYER_MULTIPLIER * 101); // one more than Watermark? arbitrary.
H A DWindowSurfaceController.java141 mSurfaceControl.setLayer(layer);
231 void setLayer(int layer) { method in class:WindowSurfaceController
235 mSurfaceControl.setLayer(layer);
320 mSurfaceControl.setLayer(layer);
553 public void setLayer(int zorder) { method in class:WindowSurfaceController.SurfaceTrace
555 if (LOG_SURFACE_TRACE) Slog.v(SURFACE_TAG, "setLayer(" + zorder + "): OLD:" + this
559 super.setLayer(zorder);
786 public void setLayer(int zorder) { method in class:WindowSurfaceController.SurfaceControlWithBackground
787 super.setLayer(zorder);
788 mBackgroundControl.setLayer(zorde
[all...]
H A DCircularDisplayMask.java79 ctrl.setLayer(zOrder);
H A DEmulatorDisplayOverlay.java69 ctrl.setLayer(zOrder);
H A DAppWindowAnimator.java284 thumbnail.setLayer(thumbnailForceAboveLayer + 1);
288 thumbnail.setLayer(thumbnailLayer + WindowManagerService.WINDOW_LAYER_MULTIPLIER
H A DBlackFrame.java65 surface.setLayer(layer);
H A DWatermark.java120 ctrl.setLayer(WindowManagerService.TYPE_LAYER_MULTIPLIER*100);
/frameworks/native/include/gui/
H A DSurfaceControl.h64 status_t setLayer(uint32_t layer);
H A DSurfaceComposerClient.h131 status_t setLayer(const sp<IBinder>& id, uint32_t layer);
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp144 ASSERT_EQ(NO_ERROR, mBGSurfaceControl->setLayer(INT_MAX-2));
147 ASSERT_EQ(NO_ERROR, mFGSurfaceControl->setLayer(INT_MAX-1));
151 ASSERT_EQ(NO_ERROR, mSyncSurfaceControl->setLayer(INT_MAX-1));
313 SCOPED_TRACE("before setLayer");
321 ASSERT_EQ(NO_ERROR, mFGSurfaceControl->setLayer(INT_MAX - 3));
325 SCOPED_TRACE("after setLayer");
/frameworks/base/libs/input/
H A DSpriteController.h118 virtual void setLayer(int32_t layer) = 0;
222 virtual void setLayer(int32_t layer);
H A DPointerController.cpp598 mLocked.pointerSprite->setLayer(Sprite::BASE_LAYER_POINTER);
718 sprite->setLayer(Sprite::BASE_LAYER_SPOT + id);
H A DSpriteController.cpp298 status = update.state.surfaceControl->setLayer(surfaceLayer);
449 void SpriteController::SpriteImpl::setLayer(int32_t layer) { function in class:android::SpriteController::SpriteImpl
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp105 status_t SurfaceControl::setLayer(uint32_t layer) { function in class:android::SurfaceControl
108 return mClient->setLayer(mHandle, layer);
H A DSurfaceComposerClient.cpp145 status_t setLayer(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
304 status_t Composer::setLayer(const sp<SurfaceComposerClient>& client, function in class:android::Composer
652 status_t SurfaceComposerClient::setLayer(const sp<IBinder>& id, uint32_t z) { function in class:android::SurfaceComposerClient
653 return getComposer().setLayer(this, id, z);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.h186 virtual status_t setLayer(size_t index) = 0;
222 mLayerList->setLayer(++mIndex);
/frameworks/av/cmds/stagefright/
H A Dstream.cpp335 CHECK_EQ(control->setLayer(INT_MAX), (status_t)OK);
H A Dcodec.cpp434 CHECK_EQ(control->setLayer(INT_MAX), (status_t)OK);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java166 public void setLayer(int layer) { method in class:AccessibilityWindowInfo
/frameworks/native/libs/gui/tests/
H A DGLTest.cpp72 ASSERT_EQ(NO_ERROR, mSurfaceControl->setLayer(0x7FFFFFFF));
H A DSurface_test.cpp52 ASSERT_EQ(NO_ERROR, mSurfaceControl->setLayer(0x7fffffff));

Completed in 182 milliseconds

12