Searched refs:Light (Results 1 – 25 of 54) sorted by relevance
123
/frameworks/support/v7/appcompat/ |
D | THEMES.txt | 49 Names: Theme.Base.AppCompat, Theme.Base.AppCompat.Light and Theme.Base.AppCompat.Light.DarkActionBar 61 Names: Theme.AppCompat, Theme.AppCompat.Light and Theme.AppCompat.Light.DarkActionBar
|
/frameworks/base/services/core/java/com/android/server/lights/ |
D | LightsManager.java | 30 public abstract Light getLight(int id); in getLight()
|
D | Light.java | 19 public abstract class Light { class
|
D | LightsService.java | 41 private final class LightImpl extends Light { 217 public Light getLight(int id) {
|
/frameworks/base/docs/html-intl/intl/zh-tw/training/material/ |
D | theme.jd | 41 <li><code>@android:style/Theme.Material.Light</code> (淺色版本)</li> 42 <li><code>@android:style/Theme.Material.Light.DarkActionBar</code></li>
|
/frameworks/base/docs/html-intl/intl/ja/training/material/ |
D | theme.jd | 41 <li><code>@android:style/Theme.Material.Light</code> (明色バージョン)</li> 42 <li><code>@android:style/Theme.Material.Light.DarkActionBar</code></li>
|
D | compatibility.jd | 102 <style name="Theme.MyTheme" parent="Theme.AppCompat.Light">
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/material/ |
D | theme.jd | 41 <li><code>@android:style/Theme.Material.Light</code>(浅色版本)</li> 42 <li><code>@android:style/Theme.Material.Light.DarkActionBar</code></li>
|
D | compatibility.jd | 102 <style name="Theme.MyTheme" parent="Theme.AppCompat.Light">
|
/frameworks/base/docs/html-intl/intl/ko/training/material/ |
D | theme.jd | 41 <li><code>@android:style/Theme.Material.Light</code> (밝은 버전)</li> 42 <li><code>@android:style/Theme.Material.Light.DarkActionBar</code></li>
|
/frameworks/base/docs/html-intl/intl/ru/training/material/ |
D | theme.jd | 41 <li><code>@android:style/Theme.Material.Light</code> (светлые цвета);</li> 42 <li><code>@android:style/Theme.Material.Light.DarkActionBar</code>.</li>
|
D | compatibility.jd | 102 <style name="Theme.MyTheme" parent="Theme.AppCompat.Light">
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_list.jd | 16 <li><a href="#style1">Light, effects, and shadows</a></li> 137 <h3 id="style1">Light, effects, and shadows</h3> 151 <p><strong>Figure 2. </strong>Light, effects, and shadows for list view
|
D | icon_design_dialog.jd | 16 <li><a href="#style1">Light, effects, and shadows</a></li> 138 <h3 id="style1">Light, effects, and shadows</h3> 151 <p><strong>Figure 2. </strong>Light, effects, and shadows for dialog
|
D | icon_design_action_bar.jd | 129 <p>When using the default "Holo Light" or "Holo Dark" themes, icons should use the color palette 138 alt="A view of effects for Action Bar icons for the 'Holo Light' theme."> 142 <p><strong>Figure 1. </strong>Style and effects for "Holo Light" theme Action Bar icons.</p>
|
D | icon_design_menu.jd | 274 href="#style1">Light, effects, and shadows</a> can overlap the 6px safeframe, 300 <h3 id="style1">Light, effects, and shadows</h3> 312 <p><strong>Figure 4. </strong>Light, effects, and shadows for launcher icons.</p>
|
/frameworks/base/docs/html/training/material/ |
D | theme.jd | 41 <li><code>@android:style/Theme.Material.Light</code> (light version)</li> 42 <li><code>@android:style/Theme.Material.Light.DarkActionBar</code></li> 59 <p style="margin-top:8px;font-size:12px"><strong>Figure 2</strong>. Light material theme</p>
|
/frameworks/base/docs/html-intl/intl/in/training/material/ |
D | theme.jd | 41 <li><code>@android:style/Theme.Material.Light</code> (versi terang)</li> 42 <li><code>@android:style/Theme.Material.Light.DarkActionBar</code></li>
|
/frameworks/base/services/core/java/com/android/server/ |
D | BatteryService.java | 26 import com.android.server.lights.Light; 798 private final Light mBatteryLight; 833 mBatteryLight.setFlashing(mBatteryLowARGB, Light.LIGHT_FLASH_TIMED, in updateLightsLocked()
|
/frameworks/base/docs/html-intl/intl/es/training/material/ |
D | theme.jd | 41 <li><code>@android:style/Theme.Material.Light</code> (versión clara)</li> 42 <li><code>@android:style/Theme.Material.Light.DarkActionBar</code></li>
|
/frameworks/base/docs/html/training/appbar/ |
D | setting-up.jd | 100 android:theme="@style/Theme.AppCompat.Light.NoActionBar" 118 app:popupTheme="@style/ThemeOverlay.AppCompat.Light"/>
|
/frameworks/base/docs/html-intl/intl/pt-br/training/material/ |
D | theme.jd | 41 <li><code>@android:style/Theme.Material.Light</code> (versão clara)</li> 42 <li><code>@android:style/Theme.Material.Light.DarkActionBar</code></li>
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | LocalDisplayAdapter.java | 21 import com.android.server.lights.Light; 145 private final Light mBacklight;
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | layouts.jd | 63 setting the theme to <code>Theme.DeviceDefault.Light</code>. For example:</li> 69 android:theme="@android:style/Theme.DeviceDefault.Light" />
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_environment.jd | 10 <li><a href="#sensors-using-temp">Using the Light, Pressure, and Temperature 96 <h2 id="sensors-using-temp">Using the Light, Pressure, and Temperature Sensors</h2>
|
123