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

/frameworks/base/libs/gui/
H A DSurface.cpp142 status_t SurfaceControl::setTransparentRegionHint(const Region& transparent) { argument
146 return client->setTransparentRegionHint(mToken, transparent);
/frameworks/base/services/surfaceflinger/
H A DLayerBase.cpp161 bool LayerBase::setTransparentRegionHint(const Region& transparent) { argument
163 mCurrentState.transparentRegion = transparent;
245 // in the transparent region
247 // transform the transparent region
250 // transformation too complex, can't do the transparent region
/frameworks/base/tools/aapt/
H A DImages.cpp132 static bool is_tick(png_bytep p, bool transparent, const char** outError) argument
134 if (transparent) {
139 *outError = "Frame pixels must be either solid or transparent (not intermediate alphas)";
143 *outError = "Ticks in transparent frame must be black";
168 png_bytep row, int width, bool transparent, bool required,
178 if (is_tick(row+i*4, transparent, outError)) {
217 png_bytepp rows, int offset, int height, bool transparent, bool required,
227 if (is_tick(rows[i]+offset, transparent, outError)) {
357 bool transparent = p[3] == 0; local
373 if (!transparent
167 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
216 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
[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 109 milliseconds