Searched defs:transparent (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/libs/gui/
H A DSurface.cpp137 status_t SurfaceControl::setTransparentRegionHint(const Region& transparent) { argument
141 return client->setTransparentRegionHint(mToken, transparent);
/frameworks/native/services/surfaceflinger/
H A DLayerBase.cpp153 bool LayerBase::setTransparentRegionHint(const Region& transparent) { argument
155 mCurrentState.transparentRegion = transparent;
/frameworks/base/tools/aapt/
H A DImages.cpp151 static int tick_type(png_bytep p, bool transparent, const char** outError) argument
155 if (transparent) {
168 *outError = "Frame pixels must be either solid or transparent (not intermediate alphas)";
172 *outError = "Ticks in transparent frame must be black or red";
204 png_bytep row, int width, bool transparent, bool required,
214 if (TICK_TYPE_TICK == tick_type(row+i*4, transparent, outError)) {
253 png_bytepp rows, int offset, int height, bool transparent, bool required,
263 if (TICK_TYPE_TICK == tick_type(rows[i]+offset, transparent, outError)) {
302 png_bytep row, int width, bool transparent, bool required,
309 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(row + 4, transparent, outErro
203 get_horizontal_ticks( png_bytep row, int width, bool transparent, bool required, int32_t* outLeft, int32_t* outRight, const char** outError, uint8_t* outDivs, bool multipleAllowed) argument
252 get_vertical_ticks( png_bytepp rows, int offset, int height, bool transparent, bool required, int32_t* outTop, int32_t* outBottom, const char** outError, uint8_t* outDivs, bool multipleAllowed) argument
301 get_horizontal_layout_bounds_ticks( png_bytep row, int width, bool transparent, bool required, int32_t* outLeft, int32_t* outRight, const char** outError) argument
339 get_vertical_layout_bounds_ticks( png_bytepp rows, int offset, int height, bool transparent, bool required, int32_t* outTop, int32_t* outBottom, const char** outError) argument
473 bool transparent = p[3] == 0; local
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java751 CharSequence[] colorints, CharSequence transparent) {
752 mDialog.setColorAlertParams(colortitle, colornames, colorints, transparent);
750 setColorAlertParams(CharSequence colortitle, CharSequence[] colornames, CharSequence[] colorints, CharSequence transparent) argument

Completed in 116 milliseconds