Searched defs:setLayer (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/libs/input/
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/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 DWindowSurfaceController.java147 mSurfaceControl.setLayer(layer);
237 void setLayer(int layer) { method in class:WindowSurfaceController
241 mSurfaceControl.setLayer(layer);
336 mSurfaceControl.setLayer(layer);
577 public void setLayer(int zorder) { method in class:WindowSurfaceController.SurfaceTrace
579 if (LOG_SURFACE_TRACE) Slog.v(SURFACE_TAG, "setLayer(" + zorder + "): OLD:" + this
583 super.setLayer(zorder);
810 public void setLayer(int zorder) { method in class:WindowSurfaceController.SurfaceControlWithBackground
811 super.setLayer(zorder);
812 mBackgroundControl.setLayer(zorde
[all...]
/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.cpp147 status_t setLayer(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
306 status_t Composer::setLayer(const sp<SurfaceComposerClient>& client, function in class:android::Composer
674 status_t SurfaceComposerClient::setLayer(const sp<IBinder>& id, uint32_t z) { function in class:android::SurfaceComposerClient
675 return getComposer().setLayer(this, id, z);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java166 public void setLayer(int layer) { method in class:AccessibilityWindowInfo
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java411 public void setLayer(int zorder) { method in class:SurfaceControl
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1593 bool Layer::setLayer(uint32_t z) { function in class:android::Layer

Completed in 722 milliseconds