/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/ |
H A D | CarNavigationButton.java | 45 mIcon.setBackgroundColor(android.R.color.transparent); 50 mMoreIcon.setBackgroundColor(android.R.color.transparent);
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
H A D | ListItem.java | 42 int colorId = gainFocus ? android.R.attr.colorAccent : android.R.color.transparent;
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
H A D | BluetoothMasRequestPushMessage.java | 44 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 D | BluetoothMasClient.java | 1070 * @param transparent corresponds to <code>Transparent</code> application 1078 boolean transparent, boolean retry) { 1086 new BluetoothMasRequestPushMessage(folder, bmsgString, charset, transparent, retry); 1077 pushMessage(String folder, BluetoothMapBmessage bmsg, CharsetType charset, boolean transparent, boolean retry) argument
|
/frameworks/base/tools/aapt/ |
H A D | Images.cpp | 185 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/compile/ |
H A D | Png.cpp | 607 static TickType tickType(png_bytep p, bool transparent, const char** outError) { argument 610 if (transparent) { 623 *outError = "Frame pixels must be either solid or transparent " 629 *outError = "Ticks in transparent frame must be black or red"; 660 static bool getHorizontalTicks(png_bytep row, int width, bool transparent, bool required, argument 668 if (tickType(row+i*4, transparent, outError) == TickType::kTick) { 705 static bool getVerticalTicks(png_bytepp rows, int offset, int height, bool transparent, argument 713 if (tickType(rows[i]+offset, transparent, outError) == TickType::kTick) { 750 static bool getHorizontalLayoutBoundsTicks(png_bytep row, int width, bool transparent, argument 756 if (tickType(row + 4, transparent, outErro 783 getVerticalLayoutBoundsTicks(png_bytepp rows, int offset, int height, bool transparent, bool , int32_t* outTop, int32_t* outBottom, const char** outError) argument 969 bool transparent = p[3] == 0; local [all...] |
/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | BarController.java | 82 public void setShowTransparent(boolean transparent) { argument 83 if (transparent != mShowTransparent) { 84 mShowTransparent = transparent; 85 mSetUnHideFlagWhenNextTransparent = transparent;
|
/frameworks/native/include/gui/ |
H A D | SurfaceControl.h | 70 status_t setTransparentRegionHint(const Region& transparent);
|
H A D | SurfaceComposerClient.h | 140 status_t setTransparentRegionHint(const sp<IBinder>& id, const Region& transparent);
|
/frameworks/native/libs/gui/ |
H A D | SurfaceControl.cpp | 140 status_t SurfaceControl::setTransparentRegionHint(const Region& transparent) { argument 143 return mClient->setTransparentRegionHint(mHandle, transparent);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
H A D | CustomBar.java | 249 boolean transparent = ResourceHelper.getBooleanThemeValue(renderResources, 251 if (transparent) {
|
/frameworks/ex/framesequence/jni/ |
H A D | FrameSequence_gif.cpp | 149 int transparent, int width) { 151 if (*src != transparent && *src < cmap->ColorCount) { 148 copyLine(Color8888* dst, const unsigned char* src, const ColorMapObject* cmap, int transparent, int width) argument
|
/frameworks/native/services/surfaceflinger/ |
H A D | Layer.h | 161 bool setTransparentRegionHint(const Region& transparent); 320 * non-transparent region changes.
|
H A D | Layer.cpp | 391 // subtract the transparent region and snap to the bounds 437 // subtract the transparent region and snap to the bounds 572 // mark regions outside the crop as transparent 818 // Subtract the transparent region and snap to the bounds 867 // subtract the transparent region and snap to the bounds 1242 // subtract the transparent region and snap to the bounds 1632 bool Layer::setTransparentRegionHint(const Region& transparent) { argument 1633 mCurrentState.requestedTransparentRegion = transparent; 1939 // if the transparent region has changed (this test is
|
/frameworks/base/core/java/android/widget/ |
H A D | MediaController.java | 135 mWindow.setBackgroundDrawableResource(android.R.color.transparent);
|
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
H A D | EditStyledText.java | 751 CharSequence[] colorints, CharSequence transparent) { 752 mDialog.setColorAlertParams(colortitle, colornames, colorints, transparent); 750 setColorAlertParams(CharSequence colortitle, CharSequence[] colornames, CharSequence[] colorints, CharSequence transparent) argument
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
H A D | MediaRouteControllerDialog.java | 325 getWindow().setBackgroundDrawableResource(android.R.color.transparent); 678 // Maximize the window size with a transparent layout in advance for smooth animation.
|