/frameworks/base/tools/aapt/ |
D | Images.cpp | 182 static int tick_type(png_bytep p, bool transparent, const char** outError) in tick_type() argument 186 if (transparent) { in tick_type() 235 png_bytep row, int width, bool transparent, bool required, in get_horizontal_ticks() argument 245 if (TICK_TYPE_TICK == tick_type(row+i*4, transparent, outError)) { in get_horizontal_ticks() 284 png_bytepp rows, int offset, int height, bool transparent, bool required, in get_vertical_ticks() argument 294 if (TICK_TYPE_TICK == tick_type(rows[i]+offset, transparent, outError)) { in get_vertical_ticks() 333 png_bytep row, int width, bool transparent, bool required, in get_horizontal_layout_bounds_ticks() argument 340 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(row + 4, transparent, outError)) { in get_horizontal_layout_bounds_ticks() 346 int tick = tick_type(row + i * 4, transparent, outError); in get_horizontal_layout_bounds_ticks() 354 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(row + (width - 2) * 4, transparent, outError)) { in get_horizontal_layout_bounds_ticks() [all …]
|
/frameworks/base/docs/html/channels/ |
D | io2013.jd | 69 …radient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.8)), color-stop(1, transparent)); 70 background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.8), transparent); 71 background-image: -moz-linear-gradient(top, rgba(0,0,0,0.8), transparent); 72 background-image: -o-linear-gradient(top, rgba(0,0,0,0.8), transparent); 73 background-image: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent); 128 border-left:12px solid transparent; 129 border-right:12px solid transparent; 138 border-left:12px solid transparent; 139 border-right:12px solid transparent;
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
D | BluetoothMasRequestPushMessage.java | 44 boolean transparent, boolean retry) { in BluetoothMasRequestPushMessage() argument 48 oap.add(OAP_TAGID_TRANSPARENT, transparent ? TRANSPARENT_ON : TRANSPARENT_OFF); in BluetoothMasRequestPushMessage()
|
D | BluetoothMasClient.java | 1074 boolean transparent, boolean retry) { in pushMessage() argument 1082 new BluetoothMasRequestPushMessage(folder, bmsgString, charset, transparent, retry); in pushMessage()
|
/frameworks/native/libs/gui/ |
D | SurfaceControl.cpp | 127 status_t SurfaceControl::setTransparentRegionHint(const Region& transparent) { in setTransparentRegionHint() argument 130 return mClient->setTransparentRegionHint(mHandle, transparent); in setTransparentRegionHint()
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_action_bar.jd | 54 <p><strong>Final art must be exported as a transparent PNG file. Do not include 148 the outer shape and consist purely of transparent pixels.</td></tr> 170 the outer shape and consist purely of transparent pixels.</td></tr> 172 <p class="note"><strong>Note: </strong> icons should should have a transparent background;
|
D | icon_design_tab.jd | 54 <p><strong>Final art must be exported as a transparent PNG file. Do not include 246 …ner content should subtract from the outer shape and consist purely of transparent pixels.</td></t… 266 …ner content should subtract from the outer shape and consist purely of transparent pixels.<br><br>… 396 32x32 px on a transparent background.</li> 455 px artboard with a transparent background. </li>
|
D | icon_design_status_bar.jd | 105 <li>Status bar icons are composed simply of <strong>white pixels on a transparent 185 <p>Status bar icons are flat, pictured face on, and must be white on a transparent background.</p> 205 the outer shape and consist purely of transparent pixels.</td></tr> 356 …ner content should subtract from the outer shape and consist purely of transparent pixels.</td></t… 414 <li><strong>Final art must be exported as a transparent PNG file.</strong></li> 501 image on a transparent background. Mind the safeframe, and keep the upper and
|
D | icon_design_list.jd | 98 <p><strong>Final art must be exported as a transparent PNG file. Do not include 176 of 32x32 px on a transparent background. </li>
|
D | icon_design_dialog.jd | 96 <p><strong>Final art must be exported as a transparent PNG file. Do not include 174 of 32x32 px on a transparent background. </li>
|
D | icon_design_menu.jd | 58 <p><strong>Final art must be exported as a transparent PNG file. Do not include 278 <li><strong>Final art must be exported as a transparent PNG file.</strong></li> 359 of 48x48 px on a transparent background. Mind the safeframe.</li>
|
D | widget_design.jd | 235 to take up the entire available space. The nine-patch should be edge-to-edge with no transparent 251 <p>Some app widgets, such as those using a {@link android.widget.StackView}, have a transparent 253 that is edge-to-edge with little or no border transparent pixels for margins.</p>
|
/frameworks/native/include/gui/ |
D | SurfaceControl.h | 67 status_t setTransparentRegionHint(const Region& transparent);
|
D | SurfaceComposerClient.h | 129 status_t setTransparentRegionHint(const sp<IBinder>& id, const Region& transparent);
|
/frameworks/base/docs/html/design/tv/ |
D | patterns.jd | 79 <li id="solid-background">Must not be transparent</li> 106 <li>Must not be transparent</li> 126 <li>Monocolor: size 16x16dp, white (#fff) icon with transparent background, PNG format</li>
|
/frameworks/ex/framesequence/jni/ |
D | FrameSequence_gif.cpp | 158 int transparent, int width) { in copyLine() argument 160 if (*src != transparent) { in copyLine()
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | issues.jd | 80 <p>In ambient mode, peek cards have a transparent background. If your watch face contains details 103 <li>To protect the status bar and hotword with a semi-transparent gray background, use the
|
/frameworks/base/docs/html/training/material/ |
D | theme.jd | 112 <code>@android:color/transparent</code> and adjust the window flags as required. You can 122 <p>When you customize the navigation and status bars, either make them both transparent or modify
|
/frameworks/base/docs/html/training/animation/ |
D | crossfade.jd | 168 android.view.View#GONE}.) This makes the view visible but completely transparent. 194 // (but fully transparent) during the animation.
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | pausing.jd | 36 visual components that cause the activity to <em>pause</em>. For example, when a semi-transparent 56 <p class="img-caption"><strong>Figure 1.</strong> When a semi-transparent activity obscures
|
/frameworks/base/docs/html/design/style/ |
D | color.jd | 83 border: 8px solid transparent;
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.h | 135 bool setTransparentRegionHint(const Region& transparent);
|
/frameworks/base/docs/html/design/building-blocks/ |
D | grid-lists.jd | 83 <p>Use semi-transparent panels on top of the grid list items to display your labels. This allows yo…
|
/frameworks/base/docs/html/training/system-ui/ |
D | immersive.jd | 116 and the user swipes to display the system bars. Semi-transparent bars temporarily appear and then 237 semi-transparent state, but no flags are cleared, and your 242 <p>Figure 2 shows the semi-transparent system bars that briefly appear and then hide again
|
/frameworks/base/docs/html/google/backup/ |
D | index.jd | 17 transparent to your application.</p>
|