/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/ |
TrackMetaData.java | 111 public void setLayer(int layer) {
|
Mp4TrackImpl.java | 169 trackMetaData.setLayer(tkhd.getLayer());
|
/frameworks/native/services/surfaceflinger/tests/resize/ |
resize.cpp | 47 surfaceControl->setLayer(100000);
|
/frameworks/wilhelm/tests/sandbox/ |
nativewindow.cpp | 64 CHECK_EQ(control->setLayer(30000), (status_t)OK);
|
/frameworks/base/services/input/ |
SpriteController.h | 118 virtual void setLayer(int32_t layer) = 0; 222 virtual void setLayer(int32_t layer);
|
PointerController.cpp | 486 mLocked.pointerSprite->setLayer(Sprite::BASE_LAYER_POINTER); 585 sprite->setLayer(Sprite::BASE_LAYER_SPOT + id);
|
SpriteController.cpp | 295 status = update.state.surfaceControl->setLayer(surfaceLayer); 445 void SpriteController::SpriteImpl::setLayer(int32_t layer) {
|
/frameworks/base/services/java/com/android/server/wm/ |
FocusedStackFrame.java | 139 public void setLayer(int layer) { 140 mSurfaceControl.setLayer(layer);
|
DimLayer.java | 27 /** Last value passed to mDimSurface.setLayer() */ 96 void setLayer(int layer) { 99 mDimSurface.setLayer(layer); 190 mDimSurface.setLayer(layer);
|
StrictModeFlash.java | 47 ctrl.setLayer(WindowManagerService.TYPE_LAYER_MULTIPLIER * 101); // one more than Watermark? arbitrary.
|
BlackFrame.java | 58 surface.setLayer(layer);
|
Watermark.java | 118 ctrl.setLayer(WindowManagerService.TYPE_LAYER_MULTIPLIER*100);
|
/frameworks/native/include/gui/ |
SurfaceControl.h | 60 status_t setLayer(int32_t layer);
|
SurfaceComposerClient.h | 119 status_t setLayer(const sp<IBinder>& id, int32_t layer);
|
/frameworks/native/services/surfaceflinger/tests/ |
Transaction_test.cpp | 131 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/native/libs/gui/ |
SurfaceControl.cpp | 99 status_t SurfaceControl::setLayer(int32_t layer) { 103 return client->setLayer(mHandle, layer);
|
SurfaceComposerClient.cpp | 145 status_t setLayer(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id, 294 status_t Composer::setLayer(const sp<SurfaceComposerClient>& client, 545 status_t SurfaceComposerClient::setLayer(const sp<IBinder>& id, int32_t z) { 546 return getComposer().setLayer(this, id, z);
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.h | 180 virtual status_t setLayer(size_t index) = 0; 216 mLayerList->setLayer(++mIndex);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
LayerDetailsView.js | 90 setLayer: function(layer)
|
LayersPanel.js | 150 this._layerDetailsView.setLayer(layer);
|
/frameworks/native/libs/gui/tests/ |
Surface_test.cpp | 49 ASSERT_EQ(NO_ERROR, mSurfaceControl->setLayer(0x7fffffff));
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
TrackHeaderBox.java | 209 public void setLayer(int layer) {
|
/frameworks/native/services/surfaceflinger/ |
Layer.h | 126 bool setLayer(uint32_t z);
|
/frameworks/av/cmds/stagefright/ |
stream.cpp | 332 CHECK_EQ(control->setLayer(INT_MAX), (status_t)OK);
|
/frameworks/base/core/java/android/view/ |
SurfaceControl.java | 317 public void setLayer(int zorder) {
|