/aosp_15_r20/pdk/apps/TestingCamera2/ |
H A D | README.txt | 20 panes are grouped in lists by category, and can be added, removed, or collapsed from view 23 The left pane contains target panes along with the app's overall log pane. The right pane contains 24 camera, request, burst, and utility panes. 39 2.1. Camera panes 46 2.2. Target panes 48 Target panes represent various destinations for camera data. The kind of destination desired, and 76 2.3. Request panes 78 Request panes are used to set up the configuration for a single camera capture request. It includes 80 for the camera to send the request to, and then which of the configured target panes to use for 101 2.4. Burst panes [all …]
|
/aosp_15_r20/external/bc/tests/fuzzing/ |
H A D | bc_afl_continue.yaml | 7 panes: 13 panes: 30 panes: 47 panes: 64 panes: 81 panes: 98 panes: 115 panes: 132 panes: 149 panes: [all …]
|
H A D | bc_afl.yaml | 6 panes: 15 panes: 32 panes: 49 panes: 66 panes: 83 panes: 100 panes: 117 panes: 134 panes: 151 panes: [all …]
|
/aosp_15_r20/external/pigweed/pw_console/ |
H A D | testing.rst | 414 - | 3 panes are visible: 427 - | 3 panes are visible: 441 - | 3 panes are visible: 450 - | 2 panes are visible: 475 - | 3 panes are visible: 476 | 2 Log panes on the left 487 - | 3 panes are visible: 488 | 1 Log panes on the left 495 - | 2 panes are visible: 496 | 1 Log panes on the left [all …]
|
/aosp_15_r20/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
H A D | PaneTracker.java | 28 * Tracks currently-available panes of various kinds, for other panes to find targets/etc. 37 * Various events panes might alert other panes about 89 * Notify all panes that the UI orientation has changed 108 * Interface for clients to listen to additions and removals of panes
|
H A D | PaneLayout.java | 37 * A simple linear layout to hold a set of control panes, with the ability to 38 * add more panes, and to serialize itself in/out of configurations. 59 // Unhide all panes 65 // Hide all panes
|
/aosp_15_r20/external/pigweed/pw_console/py/ |
H A D | window_manager_test.py | 222 # Total of 4 active panes 340 # 4 panes, 3 for the loggers and 1 for the repl. 476 """Test switching focus to next and previous window panes.""" 495 # Scenario: Move between panes with a single stacked window list. 529 # Scenario: Move between panes with a single tabbed window list. 589 # Setup: Move two panes to the right into their own stacked
|
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | MultiPanesChecker.kt | 21 /** Checks if the device is supporting multi panes' features */ 24 * Checks if the device is supporting multi-panes 32 * Gets the intent to start multi-panes landscape Activity
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/WallpaperPicker2/WallpaperPicker2Lib/android_common/kapt/gen/stubs/com/android/wallpaper/module/ |
D | MultiPanesChecker.java | 7 * Checks if the device is supporting multi panes' features 13 * Checks if the device is supporting multi-panes 22 * Gets the intent to start multi-panes landscape Activity
|
/aosp_15_r20/external/pigweed/pw_console/py/pw_console/ |
H A D | embed.py | 199 Top toolbars appear above all window panes and just below the main menu 210 Bottom toolbars appear below all window panes and span the full width of 294 """Hide window panes specified by title on console startup.""" 312 # Setup Python logging and log panes.
|
H A D | window_manager.py | 322 @register('window-manager.balance-window-panes', key_bindings) 345 """Create vertical or horizontal splits for all active panes.""" 453 # Total count of window lists and panes 742 """Scan for window_lists containing only hidden panes.""" 761 """Return all active panes from all window lists.""" 1033 # Check for columns where all panes are hidden and unhide at least one.
|
H A D | window_list.py | 293 # Hide all other panes so log redraw events are not triggered. 302 # Un-hide all panes if switching from tabbed back to stacked. 544 # If the last pane is selected, and there are at least 2 panes, make 628 # Loop through active panes (not including the target_pane).
|
H A D | console_app.py | 252 # Auto-generated keybindings list for all active panes 300 # Window panes are added via the window_manager 312 # Create help window text based global key_bindings and active panes. 370 # Completion menu that can overlap other panes since it lives in 1180 """Menu item handler to toggle line wrapping of all log panes."""
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_widgets.py | 613 self.assertEqual(self.paned.panes(), (str(child), str(child2))) 616 self.assertEqual(self.paned.panes(), (str(child2), str(child))) 619 self.assertEqual(self.paned.panes(), 623 panes = self.paned.panes() 625 self.assertEqual(panes, self.paned.panes()) 631 self.assertEqual(self.paned.panes(),
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | eigen_benchmark_cpu_test.cc | 342 // P: panes 347 // FP: filter panes 406 25, 25, 25, 4, // input: height, width, panes, depth 407 16, 5, 5, 5, // filter: count, height, width, panes
|
/aosp_15_r20/external/python/bumble/docs/mkdocs/src/apps_and_tools/ |
D | console.md | 17 The console user interface has 3 main panes: 23 In addition to the display panes, the console has a status bar, showing the scanning state and the …
|
/aosp_15_r20/external/pytorch/torchgen/_autoheuristic/ |
H A D | collect_data.sh | 43 # Create panes for each device number 51 # Arrange panes in a tiled layout
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | tix.rst | 394 widget allows the user to interactively manipulate the sizes of several panes. 395 The panes can be arranged either vertically or horizontally. The user changes 396 the sizes of the panes by dragging the resize handle between two panes.
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | tkinter.tix.rst | 382 widget allows the user to interactively manipulate the sizes of several panes. 383 The panes can be arranged either vertically or horizontally. The user changes 384 the sizes of the panes by dragging the resize handle between two panes.
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 1212 panes. The panes can be arranged either vertically or horizontally.The 1213 user changes the sizes of the panes by dragging the resize handle 1214 between two panes. 1218 <panes> g/p widgets added dynamically with the add method.""" 1223 # add delete forget panecget paneconfigure panes setsize 1246 def panes(self): member in PanedWindow 1247 names = self.tk.splitlist(self.tk.call(self._w, 'panes'))
|
/aosp_15_r20/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 1211 panes. The panes can be arranged either vertically or horizontally.The 1212 user changes the sizes of the panes by dragging the resize handle 1213 between two panes. 1217 <panes> g/p widgets added dynamically with the add method.""" 1222 # add delete forget panecget paneconfigure panes setsize 1245 def panes(self): member in PanedWindow 1246 names = self.tk.splitlist(self.tk.call(self._w, 'panes'))
|
/aosp_15_r20/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 620 self.assertEqual(self.paned.panes(), (str(child), str(child2))) 623 self.assertEqual(self.paned.panes(), (str(child2), str(child))) 626 self.assertEqual(self.paned.panes(), 630 panes = self.paned.panes() 632 self.assertEqual(panes, self.paned.panes()) 638 self.assertEqual(self.paned.panes(),
|
/aosp_15_r20/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/ |
H A D | ContactsListActivity.java | 31 * can fit two panes also load {@link ContactDetailFragment}. 41 // If true, this is a larger screen device which fits two panes
|
/aosp_15_r20/external/accompanist/adaptive/src/main/java/com/google/accompanist/adaptive/ |
H A D | TwoPane.kt | 49 * separate [first] and [second] panes so they don't interfere with hardware hinges (vertical or in <lambda>() 238 * corresponding to the arrangement of the two panes of the layout. 257 * corresponding to the arrangement of the two panes of the layout. in calculateSplitResult()
|
/aosp_15_r20/packages/apps/TvSettings/TwoPanelSettingsLib/res/layout/ |
D | two_panel_settings_fragment.xml | 19 NOTE: All panes have the same width. The preference pane and preview pane are merely visual 26 (1) Setting paddingStart for all panes (frame1, frame2, ...) to be the desired value of preview
|