Searched refs:transparent (Results 1 - 16 of 16) 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.java1068 * @param transparent corresponds to <code>Transparent</code> application
1076 boolean transparent, boolean retry) {
1084 new BluetoothMasRequestPushMessage(folder, bmsgString, charset, transparent, retry);
1075 pushMessage(String folder, BluetoothMapBmessage bmsg, CharsetType charset, boolean transparent, boolean retry) argument
/frameworks/base/tools/aapt/
H A DImages.cpp185 static int tick_type(png_bytep p, bool transparent, const char** outError) argument
189 if (transparent) {
202 *outError = "Frame pixels must be either solid or transparent (not intermediate alphas)";
206 *outError = "Ticks in transparent frame must be black or red";
238 png_bytep row, int width, bool transparent, bool required,
248 if (TICK_TYPE_TICK == tick_type(row+i*4, transparent, outError)) {
287 png_bytepp rows, int offset, int height, bool transparent, bool required,
297 if (TICK_TYPE_TICK == tick_type(rows[i]+offset, transparent, outError)) {
336 png_bytep row, int width, bool transparent, bool /* required */,
343 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(row + 4, transparent, outErro
237 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
286 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
335 get_horizontal_layout_bounds_ticks( png_bytep row, int width, bool transparent, bool , int32_t* outLeft, int32_t* outRight, const char** outError) argument
373 get_vertical_layout_bounds_ticks( png_bytepp rows, int offset, int height, bool transparent, bool , int32_t* outTop, int32_t* outBottom, const char** outError) argument
572 bool transparent = p[3] == 0; local
[all...]
/frameworks/base/tools/aapt2/
H A DPng.cpp609 static TickType tickType(png_bytep p, bool transparent, const char** outError) { argument
612 if (transparent) {
625 *outError = "Frame pixels must be either solid or transparent "
631 *outError = "Ticks in transparent frame must be black or red";
662 static bool getHorizontalTicks(png_bytep row, int width, bool transparent, bool required, argument
670 if (tickType(row+i*4, transparent, outError) == TickType::kTick) {
707 static bool getVerticalTicks(png_bytepp rows, int offset, int height, bool transparent, argument
715 if (tickType(rows[i]+offset, transparent, outError) == TickType::kTick) {
752 static bool getHorizontalLayoutBoundsTicks(png_bytep row, int width, bool transparent, argument
758 if (tickType(row + 4, transparent, outErro
785 getVerticalLayoutBoundsTicks(png_bytepp rows, int offset, int height, bool transparent, bool , int32_t* outTop, int32_t* outBottom, const char** outError) argument
971 bool transparent = p[3] == 0; local
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DBarController.java80 public void setShowTransparent(boolean transparent) { argument
81 if (transparent != mShowTransparent) {
82 mShowTransparent = transparent;
83 mSetUnHideFlagWhenNextTransparent = transparent;
/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/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DCustomBar.java249 boolean transparent = ResourceHelper.getBooleanThemeValue(renderResources,
251 if (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/support/design/src/android/support/design/internal/
H A DNavigationMenuPresenter.java436 item.setIcon(android.R.color.transparent);
450 mTransparentIcon = new ColorDrawable(android.R.color.transparent);
/frameworks/native/services/surfaceflinger/
H A DLayer.h136 bool setTransparentRegionHint(const Region& transparent);
262 * non-transparent region changes.
H A DLayer.cpp344 // subtract the transparent region and snap to the bounds
381 // subtract the transparent region and snap to the bounds
484 // mark regions outside the crop as transparent
596 // subtract the transparent region and snap to the bounds
828 // subtract the transparent region and snap to the bounds
1055 bool Layer::setTransparentRegionHint(const Region& transparent) { argument
1056 mCurrentState.requestedTransparentRegion = transparent;
1283 // if the transparent region has changed (this test is
/frameworks/base/core/java/android/widget/
H A DMediaController.java139 mWindow.setBackgroundDrawableResource(android.R.color.transparent);
/frameworks/base/docs/html/ndk/reference/
H A Ddoxygen.css1116 background: url("bdwn.png") no-repeat scroll 0 5px transparent;
1237 border: solid 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 2277 milliseconds