/development/samples/browseable/Flashlight/ |
_index.jd | 2 page.tags="Flashlight" 8 Wearable activity that uses your wearable screen as a flashlight. There is also
|
AndroidManifest.xml | 18 package="com.example.android.wearable.flashlight" >
|
/developers/samples/android/wearable/wear/Flashlight/ |
template-params.xml | 21 <name>Flashlight</name> 23 <package>com.example.android.wearable.flashlight</package> 32 Wearable activity that uses your wearable screen as a flashlight. There is also 47 <img>screenshots/flashlight.png</img> 58 sample uses the screen as a flashlight. 67 Swipe left to reveal a multi colored flashlight, swipe right to return to the 68 white flashlight.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
FlashlightController.java | 30 * Called when the flashlight was turned off or on. 31 * @param enabled true if the flashlight is currently turned on. 37 * Called when there is an error that turns the flashlight off. 42 * Called when there is a change in availability of the flashlight functionality 43 * @param available true if the flashlight is currently available.
|
/developers/build/prebuilts/gradle/Flashlight/ |
README.md | 2 Android Flashlight Sample 6 sample uses the screen as a flashlight. 15 Swipe left to reveal a multi colored flashlight, swipe right to return to the 16 white flashlight. 28 <img src="screenshots/flashlight.png" height="400" alt="Screenshot"/> <img src="screenshots/party_mode.gif" height="400" alt="Screenshot"/> 43 https://github.com/googlesamples/android-Flashlight
|
/developers/build/prebuilts/gradle/Flashlight/.google/ |
packaging.yaml | 12 github: android-Flashlight
|
/frameworks/base/core/java/com/android/internal/os/ |
FlashlightPowerCalculator.java | 21 * Power calculator for the flashlight. 34 // Calculate flashlight power usage. Right now, this is based on the average power draw
|
CameraPowerCalculator.java | 21 * Power calculator for the camera subsystem, excluding the flashlight.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/flashlight/ |
CameraFlashlightActivity.java | 17 package com.android.cts.verifier.camera.flashlight; 36 * This test checks the flashlight functionality by turning on and off the flashlight. After it 37 * turns on or off the flashlight, it asks for user input to verify the flashlight status. The 74 // Start testing turning on the first camera's flashlight. 77 // Current camera passed. Start testing turning on next camera's flashlight. 98 // Flashlight is on and user responded correctly. 99 // Turning off the flashlight.
|
/developers/build/prebuilts/gradle/Flashlight/Wearable/src/main/res/layout/ |
party_light.xml | 17 <com.example.android.wearable.flashlight.PartyLightView
|
/developers/build/prebuilts/gradle/Flashlight/Wearable/src/main/res/values/ |
strings.xml | 19 <string name="app_name">Flashlight</string>
|
/developers/samples/android/wearable/wear/Flashlight/Wearable/src/main/res/layout/ |
party_light.xml | 17 <com.example.android.wearable.flashlight.PartyLightView
|
/developers/samples/android/wearable/wear/Flashlight/Wearable/src/main/res/values/ |
strings.xml | 19 <string name="app_name">Flashlight</string>
|
/development/samples/browseable/Flashlight/res/layout/ |
party_light.xml | 17 <com.example.android.wearable.flashlight.PartyLightView
|
/development/samples/browseable/Flashlight/res/values/ |
strings.xml | 19 <string name="app_name">Flashlight</string>
|
/system/extras/power_profile/camera_flashlight/Application/src/main/res/values/ |
base-strings.xml | 24 This app is used to turn on the flashlight for power profile measurements.
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/ |
FakeFlashlightController.java | 25 super(test, "flashlight");
|
/developers/build/prebuilts/gradle/Flashlight/Wearable/src/main/ |
AndroidManifest.xml | 18 package="com.example.android.wearable.flashlight" >
|
/developers/samples/android/wearable/wear/Flashlight/Wearable/src/main/ |
AndroidManifest.xml | 18 package="com.example.android.wearable.flashlight" >
|
/device/google/marlin/overlay/frameworks/base/packages/SystemUI/res/values/ |
config.xml | 42 wifi,bt,dnd,flashlight,rotation,battery,cell,airplane,night
|
/platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/ |
SettingsHelper.java | 63 private static final String FLASHLIGHT = "Flashlight"; 575 UiObject2 flashLight = mDevice.wait( 576 Until.findObject(By.desc(FLASHLIGHT)), 578 if (flashLight != null && flashLight.getText().equals(lightOn)) { 581 mDevice.wait(Until.findObject(By.desc(FLASHLIGHT)), 584 flashLight = mDevice.wait( 585 Until.findObject(By.desc(FLASHLIGHT)), 587 if (flashLight != null) [all...] |
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ |
QuickSettingsHelper.java | 48 WIFI("Wi-Fi"), SIM("Mobile data"), DND("Do not disturb"), FLASHLIGHT("Flashlight"), SCREEN( 118 ("wifi,cell,battery,dnd,flashlight,rotation,bt,airplane,location");
|
/developers/build/prebuilts/gradle/Flashlight/Wearable/src/main/java/com/example/android/wearable/flashlight/ |
MainActivity.java | 17 package com.example.android.wearable.flashlight;
|
PartyLightView.java | 17 package com.example.android.wearable.flashlight;
|
/developers/samples/android/ |
build.gradle | 79 "wearable/wear/Flashlight",
|