Home
last modified time | relevance | path

Searched refs:transparent (Results 1 – 25 of 65) sorted by relevance

123

/frameworks/base/tools/aapt/
DImages.cpp182 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/
Dio2013.jd69 …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/
DBluetoothMasRequestPushMessage.java44 boolean transparent, boolean retry) { in BluetoothMasRequestPushMessage() argument
48 oap.add(OAP_TAGID_TRANSPARENT, transparent ? TRANSPARENT_ON : TRANSPARENT_OFF); in BluetoothMasRequestPushMessage()
DBluetoothMasClient.java1074 boolean transparent, boolean retry) { in pushMessage() argument
1082 new BluetoothMasRequestPushMessage(folder, bmsgString, charset, transparent, retry); in pushMessage()
/frameworks/native/libs/gui/
DSurfaceControl.cpp127 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/
Dicon_design_action_bar.jd54 <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;
Dicon_design_tab.jd54 <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>
Dicon_design_status_bar.jd105 <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
Dicon_design_list.jd98 <p><strong>Final art must be exported as a transparent PNG file. Do not include
176 of 32x32 px on a transparent background. </li>
Dicon_design_dialog.jd96 <p><strong>Final art must be exported as a transparent PNG file. Do not include
174 of 32x32 px on a transparent background. </li>
Dicon_design_menu.jd58 <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>
Dwidget_design.jd235 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/
DSurfaceControl.h67 status_t setTransparentRegionHint(const Region& transparent);
DSurfaceComposerClient.h129 status_t setTransparentRegionHint(const sp<IBinder>& id, const Region& transparent);
/frameworks/base/docs/html/design/tv/
Dpatterns.jd79 <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/
DFrameSequence_gif.cpp158 int transparent, int width) { in copyLine() argument
160 if (*src != transparent) { in copyLine()
/frameworks/base/docs/html/training/wearables/watch-faces/
Dissues.jd80 <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/
Dtheme.jd112 <code>&#64;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/
Dcrossfade.jd168 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/
Dpausing.jd36 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/
Dcolor.jd83 border: 8px solid transparent;
/frameworks/native/services/surfaceflinger/
DLayer.h135 bool setTransparentRegionHint(const Region& transparent);
/frameworks/base/docs/html/design/building-blocks/
Dgrid-lists.jd83 <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/
Dimmersive.jd116 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/
Dindex.jd17 transparent to your application.</p>

123