Searched refs:transparent (Results 1 - 11 of 11) sorted by relevance

/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/native/include/gui/
H A DSurface.h70 status_t setTransparentRegionHint(const Region& transparent);
H A DSurfaceComposerClient.h114 status_t setTransparentRegionHint(SurfaceID id, const Region& transparent);
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css283 background: transparent url(../images/styles/disclosure_down.png) no-repeat scroll 50% 50%;
312 background: transparent; }
319 background: transparent url(../images/styles/disclosure_up.png) no-repeat scroll 50% 50%;
410 background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%;
425 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
490 background-color: transparent;
501 background-color: transparent;
512 background-color: transparent;
617 background: transparent url(../images/styles/callout.png) no-repeat scroll 50% 50%;
647 background: transparent ur
[all...]
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css283 background: transparent url(../images/styles/disclosure_down.png) no-repeat scroll 50% 50%;
312 background: transparent; }
319 background: transparent url(../images/styles/disclosure_up.png) no-repeat scroll 50% 50%;
410 background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%;
425 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
490 background-color: transparent;
501 background-color: transparent;
512 background-color: transparent;
617 background: transparent url(../images/styles/callout.png) no-repeat scroll 50% 50%;
647 background: transparent ur
[all...]
/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.h114 bool setTransparentRegionHint(const Region& transparent);
182 * non-transparent region changes.
H A DLayerBase.cpp153 bool LayerBase::setTransparentRegionHint(const Region& transparent) { argument
155 mCurrentState.transparentRegion = transparent;
/frameworks/base/core/java/android/widget/
H A DMediaController.java134 mWindow.setBackgroundDrawableResource(android.R.color.transparent);
/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
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java1708 mWindowContent.setBackgroundColor(R.color.transparent);

Completed in 4806 milliseconds