Searched refs:screen (Results 1 – 19 of 19) sorted by relevance
/development/samples/MotionMechanics/src/com/android/mechanics/demo/ |
D | Screen.kt | 54 fun NavGraphBuilder.screen(screen: Screen, navController: NavController) { in <lambda>() method 55 when (screen) { in <lambda>() 56 is ChildScreen -> composable(screen.identifier) { screen.content(navController) } in <lambda>() 57 is DemoScreen -> composable(screen.identifier) { screen.demo.ConfigurableDemo() } in <lambda>() 60 navigation(startDestination = menuRoute, route = screen.identifier) { in <lambda>() 62 composable(menuRoute) { ScreenMenu(screen, navController) } in <lambda>() 65 screen.children.forEach { (_, child) -> screen(child, navController) } in <lambda>() 72 private fun ScreenMenu(screen: ParentScreen, navController: NavController) { in ScreenMenu() 77 screen.children.forEach { (name, child) -> in ScreenMenu()
|
D | MechanicsDemo.kt | 79 screen(rootScreen, navController) in MechanicsDemo()
|
/development/samples/browseable/AdvancedImmersiveMode/ |
D | _index.jd | 8 \n\n\n\"Immersive Mode\", added in Android 4.4, improves the \"hide full screen\" and 11 with some of the other UI flags related to full-screen apps.
|
/development/samples/browseable/BasicMediaRouter/ |
D | _index.jd | 12 Secondary screen simulation can also be enabled from the "Developer Options".\n\n 13 …ce connected, use the "Change Color" button to change the background color of the secondary screen.
|
/development/samples/browseable/AlwaysOn/ |
D | _index.jd | 8 Demonstrates a native Android Wear app using ambient screen support.
|
/development/samples/browseable/PdfRendererBasic/ |
D | _index.jd | 8 This sample demonstrates how to use PdfRenderer to display PDF documents on the screen.
|
/development/samples/browseable/ScreenCapture/ |
D | _index.jd | 9 "Start" to start capturing the screen.
|
/development/samples/browseable/Flashlight/ |
D | _index.jd | 8 Wearable activity that uses your wearable screen as a flashlight. There is also
|
/development/samples/browseable/BasicImmersiveMode/ |
D | _index.jd | 8 \"Immersive Mode\" is a new UI mode which improves \"hide full screen\" and
|
/development/samples/browseable/RuntimePermissionsBasic/ |
D | _index.jd | 8 …t runtime. Click the button to request the Camera permission and open a full-screen camera preview.
|
/development/samples/browseable/RuntimePermissions/ |
D | _index.jd | 9 Display the log on screen to follow the execution.
|
/development/samples/browseable/BasicMultitouch/ |
D | _index.jd | 10 \n\nTouch the screen with multiple fingers to show that the pointer id
|
/development/samples/browseable/BasicNetworking/ |
D | _index.jd | 11 … on the active connection, and then the connection type is printed to an on-screen console.
|
/development/samples/browseable/CardEmulation/ |
D | _index.jd | 10 whenever the screen is on and the user taps their device on an appropriately configured
|
/development/samples/browseable/SpeedTracker/ |
D | _index.jd | 9 to gather location and speed. The sample provides a simple screen that shows the
|
/development/samples/VirtualDeviceManager/ |
D | README.md | 29 same time, it's best to use a large screen device as a client, like a Pixel 173 Each input screen has a "Back", "Home" and "Forward" buttons. 175 - **Touchpad** shows an on-screen touchpad for injecting mouse events into the 181 - **Navigation** shows an on-screen D-Pad, rotary and touchpad for navigating 184 - **Keyboard** shows the host device's on-screen keyboard and sends any key 253 simple lock screen shown on these displays when the host device is locked. \ 356 The input menu button enables **on-screen D-Pad, rotary and touchpad** for 396 - **Sensors**: A simple activity balancing a beam on the screen based on the 401 locks, screen brightness override and requesting the screen to be kept on
|
/development/samples/SkeletonApp/ |
D | readme.txt | 51 drawn to the screen. These can be bitmaps (in .png or .jpeg format) or
|
/development/tools/winscope/src/app/components/bottomnav/ |
D | drawer.scss | 191 // out of the screen. We work around the issue by having the scrollbar be on this inner container.
|
/development/tools/logblame/ |
D | sample.txt | 242 Blocking screen on until initial contents have been drawn. 292 Unblocked screen on after 127 ms 1638 Blocking screen on until initial contents have been drawn. 1689 Unblocked screen on after 124 ms
|