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

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestPushMessage.java44 boolean transparent, boolean retry) {
48 oap.add(OAP_TAGID_TRANSPARENT, transparent ? TRANSPARENT_ON : TRANSPARENT_OFF);
43 BluetoothMasRequestPushMessage(String folder, String msg, CharsetType charset, boolean transparent, boolean retry) argument
H A DBluetoothMasClient.java1066 * @param transparent corresponds to <code>Transparent</code> application
1074 boolean transparent, boolean retry) {
1082 new BluetoothMasRequestPushMessage(folder, bmsgString, charset, transparent, retry);
1073 pushMessage(String folder, BluetoothMapBmessage bmsg, CharsetType charset, boolean transparent, boolean retry) argument
/frameworks/base/tools/aapt/
H A DImages.cpp182 static int tick_type(png_bytep p, bool transparent, const char** outError) argument
186 if (transparent) {
199 *outError = "Frame pixels must be either solid or transparent (not intermediate alphas)";
203 *outError = "Ticks in transparent frame must be black or red";
235 png_bytep row, int width, bool transparent, bool required,
245 if (TICK_TYPE_TICK == tick_type(row+i*4, transparent, outError)) {
284 png_bytepp rows, int offset, int height, bool transparent, bool required,
294 if (TICK_TYPE_TICK == tick_type(rows[i]+offset, transparent, outError)) {
333 png_bytep row, int width, bool transparent, bool required,
340 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(row + 4, transparent, outErro
234 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
283 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
332 get_horizontal_layout_bounds_ticks( png_bytep row, int width, bool transparent, bool required, int32_t* outLeft, int32_t* outRight, const char** outError) argument
370 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
602 bool transparent = p[3] == 0; local
[all...]
/frameworks/native/include/gui/
H A DSurfaceControl.h67 status_t setTransparentRegionHint(const Region& transparent);
H A DSurfaceComposerClient.h129 status_t setTransparentRegionHint(const sp<IBinder>& id, const Region& transparent);
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp127 status_t SurfaceControl::setTransparentRegionHint(const Region& transparent) { argument
130 return mClient->setTransparentRegionHint(mHandle, transparent);
/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp158 int transparent, int width) {
160 if (*src != transparent) {
157 copyLine(Color8888* dst, const unsigned char* src, const ColorMapObject* cmap, int transparent, int width) argument
/frameworks/native/services/surfaceflinger/
H A DLayer.h135 bool setTransparentRegionHint(const Region& transparent);
255 * non-transparent region changes.
H A DLayer.cpp306 // subtract the transparent region and snap to the bounds
343 // subtract the transparent region and snap to the bounds
446 // mark regions outside the crop as transparent
557 // subtract the transparent region and snap to the bounds
791 // subtract the transparent region and snap to the bounds
1008 bool Layer::setTransparentRegionHint(const Region& transparent) { argument
1009 mCurrentState.requestedTransparentRegion = transparent;
1205 // if the transparent region has changed (this test is
/frameworks/base/core/java/android/widget/
H A DMediaController.java137 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

Completed in 820 milliseconds