Home
last modified time | relevance | path

Searched refs:Light (Results 1 – 25 of 54) sorted by relevance

123

/frameworks/support/v7/appcompat/
DTHEMES.txt49 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/
DLightsManager.java30 public abstract Light getLight(int id); in getLight()
DLight.java19 public abstract class Light { class
DLightsService.java41 private final class LightImpl extends Light {
217 public Light getLight(int id) {
/frameworks/base/docs/html-intl/intl/zh-tw/training/material/
Dtheme.jd41 <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/
Dtheme.jd41 <li><code>@android:style/Theme.Material.Light</code> (明色バージョン)</li>
42 <li><code>@android:style/Theme.Material.Light.DarkActionBar</code></li>
Dcompatibility.jd102 &lt;style name="Theme.MyTheme" parent="Theme.AppCompat.Light">
/frameworks/base/docs/html-intl/intl/zh-cn/training/material/
Dtheme.jd41 <li><code>@android:style/Theme.Material.Light</code>(浅色版本)</li>
42 <li><code>@android:style/Theme.Material.Light.DarkActionBar</code></li>
Dcompatibility.jd102 &lt;style name="Theme.MyTheme" parent="Theme.AppCompat.Light">
/frameworks/base/docs/html-intl/intl/ko/training/material/
Dtheme.jd41 <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/
Dtheme.jd41 <li><code>@android:style/Theme.Material.Light</code> (светлые цвета);</li>
42 <li><code>@android:style/Theme.Material.Light.DarkActionBar</code>.</li>
Dcompatibility.jd102 &lt;style name="Theme.MyTheme" parent="Theme.AppCompat.Light">
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_list.jd16 <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
Dicon_design_dialog.jd16 <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
Dicon_design_action_bar.jd129 <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>
Dicon_design_menu.jd274 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/
Dtheme.jd41 <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/
Dtheme.jd41 <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/
DBatteryService.java26 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/
Dtheme.jd41 <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/
Dsetting-up.jd100 android:theme="&#64;style/Theme.AppCompat.Light.NoActionBar"
118 app:popupTheme="&#64;style/ThemeOverlay.AppCompat.Light"/&gt;
/frameworks/base/docs/html-intl/intl/pt-br/training/material/
Dtheme.jd41 <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/
DLocalDisplayAdapter.java21 import com.android.server.lights.Light;
145 private final Light mBacklight;
/frameworks/base/docs/html/training/wearables/apps/
Dlayouts.jd63 setting the theme to <code>Theme.DeviceDefault.Light</code>. For example:</li>
69 android:theme="@android:style/Theme.DeviceDefault.Light" /&gt;
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_environment.jd10 <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