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

12

/frameworks/base/libs/hwui/tests/
H A DTestContext.cpp40 control->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/native/services/surfaceflinger/tests/resize/
H A Dresize.cpp47 surfaceControl->setLayer(100000);
/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 DFocusedStackFrame.java139 public void setLayer(int layer) { method in class:FocusedStackFrame
140 mSurfaceControl.setLayer(layer);
H A DDimLayer.java41 /** Last value passed to mDimSurface.setLayer() */
110 void setLayer(int layer) { method in class:DimLayer
113 mDimSurface.setLayer(layer);
172 mDimSurface.setLayer(layer);
H A DEmulatorDisplayOverlay.java66 ctrl.setLayer(zOrder);
H A DStrictModeFlash.java47 ctrl.setLayer(WindowManagerService.TYPE_LAYER_MULTIPLIER * 101); // one more than Watermark? arbitrary.
H A DCircularDisplayMask.java75 ctrl.setLayer(zOrder);
H A DAppWindowAnimator.java203 thumbnail.setLayer(thumbnailForceAboveLayer + 1);
207 thumbnail.setLayer(thumbnailLayer + WindowManagerService.WINDOW_LAYER_MULTIPLIER
H A DBlackFrame.java58 surface.setLayer(layer);
H A DWatermark.java118 ctrl.setLayer(WindowManagerService.TYPE_LAYER_MULTIPLIER*100);
/frameworks/native/include/gui/
H A DSurfaceControl.h61 status_t setLayer(int32_t layer);
H A DSurfaceComposerClient.h130 status_t setLayer(const sp<IBinder>& id, int32_t layer);
/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/libs/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/libs/gui/
H A DSurfaceControl.cpp97 status_t SurfaceControl::setLayer(int32_t layer) { function in class:android::SurfaceControl
100 return mClient->setLayer(mHandle, layer);
H A DSurfaceComposerClient.cpp145 status_t setLayer(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
295 status_t Composer::setLayer(const sp<SurfaceComposerClient>& client, function in class:android::Composer
574 status_t SurfaceComposerClient::setLayer(const sp<IBinder>& id, int32_t z) { function in class:android::SurfaceComposerClient
575 return getComposer().setLayer(this, id, z);
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp50 ASSERT_EQ(NO_ERROR, mSurfaceControl->setLayer(0x7fffffff));
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h185 virtual status_t setLayer(size_t index) = 0;
221 mLayerList->setLayer(++mIndex);
/frameworks/native/services/surfaceflinger/
H A DLayer.h131 bool setLayer(uint32_t z);
/frameworks/av/cmds/stagefright/
H A Dstream.cpp335 CHECK_EQ(control->setLayer(INT_MAX), (status_t)OK);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java136 public void setLayer(int layer) { method in class:AccessibilityWindowInfo

Completed in 291 milliseconds

12