Home | History | Annotate | Download | only in gui

Lines Matching refs:id

96     //! Possible values for id are eDisplayIdMain and eDisplayIdHdmi.
97 static sp<IBinder> getBuiltInDisplay(int32_t id);
115 status_t hide(const sp<IBinder>& id);
116 status_t show(const sp<IBinder>& id);
117 status_t setFlags(const sp<IBinder>& id, uint32_t flags, uint32_t mask);
118 status_t setTransparentRegionHint(const sp<IBinder>& id, const Region& transparent);
119 status_t setLayer(const sp<IBinder>& id, int32_t layer);
120 status_t setAlpha(const sp<IBinder>& id, float alpha=1.0f);
121 status_t setMatrix(const sp<IBinder>& id, float dsdx, float dtdx, float dsdy, float dtdy);
122 status_t setPosition(const sp<IBinder>& id, float x, float y);
123 status_t setSize(const sp<IBinder>& id, uint32_t w, uint32_t h);
124 status_t setCrop(const sp<IBinder>& id, const Rect& crop);
125 status_t setLayerStack(const sp<IBinder>& id, uint32_t layerStack);
126 status_t destroySurface(const sp<IBinder>& id);