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

12

/frameworks/native/services/surfaceflinger/tests/resize/
H A Dresize.cpp46 surface->setLayer(100000);
/frameworks/native/services/surfaceflinger/tests/surface/
H A Dsurface.cpp42 surfaceControl->setLayer(100000);
/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp64 CHECK_EQ(control->setLayer(30000), (status_t)OK);
/frameworks/base/services/java/com/android/server/wm/
H A DDimSurface.java76 mDimSurface.setLayer(layer);
90 mDimSurface.setLayer(layer);
H A DStrictModeFlash.java47 mSurface.setLayer(WindowManagerService.TYPE_LAYER_MULTIPLIER * 101); // one more than Watermark? arbitrary.
H A DBlackFrame.java55 surface.setLayer(layer);
H A DDimAnimator.java105 mDimSurface.setLayer(winAnimator.mAnimLayer - WindowManagerService.LAYER_OFFSET_DIM);
H A DWatermark.java119 mSurface.setLayer(WindowManagerService.TYPE_LAYER_MULTIPLIER*100);
H A DAppWindowAnimator.java163 thumbnail.setLayer(thumbnailLayer + WindowManagerService.WINDOW_LAYER_MULTIPLIER
H A DWindowStateAnimator.java512 public void setLayer(int zorder) { method in class:WindowStateAnimator.SurfaceTrace
513 super.setLayer(zorder);
515 Slog.v(SURFACE_TAG, "setLayer: " + this + ". Called by "
729 mSurface.setLayer(mAnimLayer);
1254 mSurface.setLayer(mAnimLayer);
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp131 ASSERT_EQ(NO_ERROR, mBGSurfaceControl->setLayer(INT_MAX-2));
134 ASSERT_EQ(NO_ERROR, mFGSurfaceControl->setLayer(INT_MAX-1));
138 ASSERT_EQ(NO_ERROR, mSyncSurfaceControl->setLayer(INT_MAX-1));
/frameworks/base/services/input/
H A DSpriteController.h118 virtual void setLayer(int32_t layer) = 0;
222 virtual void setLayer(int32_t layer);
H A DPointerController.cpp486 mLocked.pointerSprite->setLayer(Sprite::BASE_LAYER_POINTER);
585 sprite->setLayer(Sprite::BASE_LAYER_SPOT + id);
H A DSpriteController.cpp294 status = update.state.surfaceControl->setLayer(surfaceLayer);
445 void SpriteController::SpriteImpl::setLayer(int32_t layer) { function in class:android::SpriteController::SpriteImpl
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h164 virtual status_t setLayer(size_t index) = 0;
200 mLayerList->setLayer(++mIndex);
/frameworks/native/include/gui/
H A DSurface.h64 status_t setLayer(int32_t layer);
H A DSurfaceComposerClient.h115 status_t setLayer(SurfaceID id, int32_t layer);
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp42 ASSERT_EQ(NO_ERROR, mSurfaceControl->setLayer(0x7fffffff));
/frameworks/native/libs/gui/
H A DSurface.cpp101 status_t SurfaceControl::setLayer(int32_t layer) { function in class:android::SurfaceControl
105 return client->setLayer(mToken, layer);
H A DSurfaceComposerClient.cpp141 status_t setLayer(const sp<SurfaceComposerClient>& client, SurfaceID id,
266 status_t Composer::setLayer(const sp<SurfaceComposerClient>& client, function in class:android::Composer
511 status_t SurfaceComposerClient::setLayer(SurfaceID id, int32_t z) { function in class:android::SurfaceComposerClient
512 return getComposer().setLayer(this, id, z);
/frameworks/native/services/surfaceflinger/
H A DLayerBase.h110 bool setLayer(uint32_t z);
/frameworks/av/cmds/stagefright/
H A Dstream.cpp331 CHECK_EQ(control->setLayer(INT_MAX), (status_t)OK);
H A Dcodec.cpp403 CHECK_EQ(control->setLayer(INT_MAX), (status_t)OK);
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DTunnelRenderer.cpp353 CHECK_EQ(mSurfaceControl->setLayer(INT_MAX), (status_t)OK);
/frameworks/base/core/java/android/view/
H A DSurface.java540 public void setLayer(int zorder) { method in class:Surface

Completed in 1934 milliseconds

12