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

12

/frameworks/base/services/java/com/android/server/wm/
H A DDimSurface.java70 mDimSurface.setLayer(layer);
84 mDimSurface.setLayer(layer);
H A DStrictModeFlash.java47 mSurface.setLayer(WindowManagerService.TYPE_LAYER_MULTIPLIER * 101); // one more than Watermark? arbitrary.
H A DBlackFrame.java54 surface.setLayer(layer);
H A DDimAnimator.java99 mDimSurface.setLayer(winAnimator.mAnimLayer - WindowManagerService.LAYER_OFFSET_DIM);
H A DWatermark.java116 mSurface.setLayer(WindowManagerService.TYPE_LAYER_MULTIPLIER*100);
H A DAppWindowAnimator.java159 thumbnail.setLayer(thumbnailLayer + WindowManagerService.WINDOW_LAYER_MULTIPLIER
H A DSession.java293 surface.setLayer(mService.mDragState.getDragLayerLw());
H A DWindowStateAnimator.java493 public void setLayer(int zorder) { method in class:WindowStateAnimator.SurfaceTrace
494 super.setLayer(zorder);
496 Slog.v(SURFACE_TAG, "setLayer: " + this + ". Called by "
688 mSurface.setLayer(mAnimLayer);
1142 mSurface.setLayer(mAnimLayer);
/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.cpp65 CHECK_EQ(control->setLayer(30000), (status_t)OK);
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp124 ASSERT_EQ(NO_ERROR, mBGSurfaceControl->setLayer(INT_MAX-2));
127 ASSERT_EQ(NO_ERROR, mFGSurfaceControl->setLayer(INT_MAX-1));
131 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.cpp483 mLocked.pointerSprite->setLayer(Sprite::BASE_LAYER_POINTER);
582 sprite->setLayer(Sprite::BASE_LAYER_SPOT + id);
H A DSpriteController.cpp294 status = update.state.surfaceControl->setLayer(surfaceLayer);
444 void SpriteController::SpriteImpl::setLayer(int32_t layer) { function in class:android::SpriteController::SpriteImpl
/frameworks/native/include/gui/
H A DSurface.h63 status_t setLayer(int32_t layer);
H A DSurfaceComposerClient.h124 status_t setLayer(SurfaceID id, int32_t layer);
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp113 status_t setLayer(const sp<SurfaceComposerClient>& client, SurfaceID id,
209 status_t Composer::setLayer(const sp<SurfaceComposerClient>& client, function in class:android::Composer
430 status_t SurfaceComposerClient::setLayer(SurfaceID id, int32_t z) { function in class:android::SurfaceComposerClient
431 return getComposer().setLayer(this, id, z);
H A DSurface.cpp95 status_t SurfaceControl::setLayer(int32_t layer) { function in class:android::SurfaceControl
99 return client->setLayer(mToken, layer);
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp42 ASSERT_EQ(NO_ERROR, mSurfaceControl->setLayer(0x7fffffff));
/frameworks/base/core/java/android/view/
H A DSurface.java488 public native void setLayer(int zorder); method in class:Surface
/frameworks/native/services/surfaceflinger/
H A DLayerBase.h97 bool setLayer(uint32_t z);
/frameworks/av/cmds/stagefright/
H A Dstream.cpp325 CHECK_EQ(control->setLayer(INT_MAX), (status_t)OK);
H A Dcodec.cpp398 CHECK_EQ(control->setLayer(INT_MAX), (status_t)OK);
H A Dsf2.cpp625 CHECK_EQ(control->setLayer(INT_MAX), (status_t)OK);

Completed in 1185 milliseconds

12