Home
last modified time | relevance | path

Searched defs:panel (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
H A DControlsUiControllerImplTest.kt175 val panel = SelectedItem.PanelItem("App name", ComponentName("pkg", "cls")) in testGetPreferredPanel() constant
192 val panel = SelectedItem.PanelItem("App name", ComponentName("pkg", "cls")) in testPanelDoesNotRefreshControls() constant
201 val panel = SelectedItem.PanelItem("App name", ComponentName("pkg", "cls")) in testPanelBindsForPanel() constant
213 val panel = SelectedItem.PanelItem("App name", ComponentName(packageName, "cls")) in testPanelCallsTaskViewFactoryCreate() constant
233 val panel = SelectedItem.PanelItem("App name", ComponentName(packageName, "cls")) in testSingleAppHeaderIsNotClickable() constant
286 val panel = SelectedItem.PanelItem("App name", ComponentName(packageName, "cls")) in testPanelControllerStartActivityWithCorrectArguments() constant
324 val panel = SelectedItem.PanelItem("App name", ComponentName(packageName, "cls")) in testPanelControllerStartActivityWithHomePanelDreamEnabled() constant
361 val panel = SelectedItem.PanelItem("App name", ComponentName(packageName, "cls")) in testPendingIntentExtrasAreModified() constant
433 val panel = SelectedItem.PanelItem("App name", ComponentName("pkg", "cls")) in testResolveActivityNotSeedingNoDefaultNoFavoritesPanel_ControlsActivity() constant
469 val panel = SelectedItem.PanelItem("App name", componentName) in testRemovingAppsRemovesFavorite() constant
[all …]
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/
H A Dpanel.h25 typedef struct panel struct
32 struct panel *below; argument
33 struct panel *above; argument
35 struct panelobs *obscure; argument
/aosp_15_r20/external/coreboot/payloads/libpayload/include/
H A Dpanel.h25 typedef struct panel struct
32 struct panel *below; argument
33 struct panel *above; argument
35 struct panelobs *obscure; argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dpanel.h44 typedef struct panel struct
47 struct panel *below; argument
48 struct panel *above; argument
56 extern NCURSES_EXPORT(WINDOW*) panel_window (const PANEL *); argument
Detip.h190 NCursesPanelException (const NCursesPanel* panel, in NCursesPanelException()
202 NCursesPanelException (const NCursesPanel* panel, in NCursesPanelException()
/aosp_15_r20/external/perfetto/ui/src/frontend/
H A Dpanel_container.ts80 panel: Panel; property
89 panel: Panel; property
187 for (const panel of panels) { constant
317 const panel = dom.querySelectorAll('.pf-panel'); constant
323 const panel = assertExists(this.panelById.get(panelId)); constant
381 panel, constant
/aosp_15_r20/development/tools/winscope/src/app/components/
H A Dtrace_config_component_test.ts240 const panel = assertDefined( constant
253 const panel = assertDefined( constant
279 const panel = assertDefined( constant
305 const panel = assertDefined( constant
/aosp_15_r20/packages/apps/Car/systemlibs/car-scalable-ui-lib/src/com/android/car/scalableui/manager/
DStateManager.java49 public static void addState(PanelState panel) { in addState()
75 Panel panel = PanelPool.getInstance().getPanel(panelState.getId()); in handleEvent() local
109 Panel panel = PanelPool.getInstance().getPanel(panelId); in applyState() local
/aosp_15_r20/external/coreboot/src/mainboard/google/kukui/
H A Dmainboard.c80 static void power_on_panel(struct panel_description *panel) in power_on_panel()
127 struct panel_description *panel = get_panel_description(panel_id); in get_active_panel() local
147 struct panel_description *panel = get_active_panel(); in configure_display() local
/aosp_15_r20/external/coreboot/src/mainboard/google/trogdor/
H A Dmainboard.c200 struct panel_serializable_data *panel = cbfs_map(cbfs_filename, NULL); in get_mipi_panel() local
209 static enum cb_err display_init(struct panel_serializable_data *panel) in display_init()
241 struct panel_serializable_data *panel = &edp_panel; in display_startup() local
/aosp_15_r20/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
H A DScreenViewer.java87 JPanel panel = buildViewerAndControls(); in ScreenViewer() local
129 JPanel panel = new JPanel(new GridBagLayout()); in buildViewerAndControls() local
174 private void buildOverlayExtraControls(JPanel panel) { in buildOverlayExtraControls()
214 private JSlider buildSlider(JPanel panel, String title, String minName, String maxName, in buildSlider()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/lib/pkgconfig/
Dpanel.pc8 Name: panel name
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/lib32/pkgconfig/
Dpanel.pc8 Name: panel name
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java294 MainPanel panel = new MainPanel(); in loadMainPanel() local
344 InfoPanel panel = new InfoPanel(); in toggleInformationPanel() local
1183 Fragment panel = getSupportFragmentManager().findFragmentByTag(MainPanel.FRAGMENT_TAG); in fillLooks() local
1221 Fragment panel = getSupportFragmentManager().findFragmentByTag(MainPanel.FRAGMENT_TAG); in toggleImageStatePanel() local
1235 Fragment panel = getSupportFragmentManager().findFragmentByTag(MainPanel.FRAGMENT_TAG); in toggleVersionsPanel() local
/aosp_15_r20/external/autotest/frontend/client/src/autotest/common/table/
H A DRadioButtonSetFilter.java13 private Panel panel; field in RadioButtonSetFilter
22 public RadioButtonSetFilter(Panel panel, String name) { in RadioButtonSetFilter()
/aosp_15_r20/external/kotlinx.coroutines/ui/kotlinx-coroutines-swing/test/examples/
H A DSwingExampleApp.kt23 val panel = JPanel() in createAndShowGUI() constant
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DCategoryPanel.java116 CategoryTrack panel = (CategoryTrack) panelView; in onCreateView() local
123 ListView panel = (ListView) main.findViewById(R.id.listItems); in onCreateView() local
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/support/android-support-slidingpanelayout-nodeps/android_common/aar/
Dclasses.jar ... .View, float) android.view.View panel float slideOffset public void onPanelOpened (android.view. ...
Dandroid-support-slidingpanelayout-nodeps.jar ... .View, float) android.view.View panel float slideOffset public void onPanelOpened (android.view. ...
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DPanelSort.cpp102 CPanel *panel = (CPanel*)lpData; in CompareItems2() local
192 CPanel *panel = (CPanel*)lpData; in CompareItems() local
H A DVerCtrl.cpp93 …id WriteFile(const FString &path, bool createAlways, const CFileDataInfo &fdi, const CPanel &panel) in WriteFile()
143 const CPanel &panel = GetFocusedPanel(); in VerCtrl() local
H A DApp.cpp97 CPanel &panel = Panels[i]; in SetListSettings() local
318 CPanel &panel = Panels[i]; in Create() local
389 const CPanel &panel = Panels[i]; in Save() local
H A DApp.h208 CPanel &panel = Panels[i]; in SetTimestampLevel() local
218 CPanel &panel = Panels[i]; in RedrawListItems_InPanels() local
H A DPanel.h765 CDisableTimerProcessing(CPanel &panel): _panel(panel) { Disable(); } in CDisableTimerProcessing()
787 CDisableTimerProcessing2(CPanel *panel): _processTimer(true), _panel(panel) { Disable(); } in CDisableTimerProcessing2()
818 CDisableNotify(CPanel &panel): _panel(panel) { Disable(); } in CDisableNotify()
H A DViewSettings.cpp257 void SavePanelPath(UInt32 panel, const UString &path) in SavePanelPath()
265 bool ReadPanelPath(UInt32 panel, UString &path) in ReadPanelPath()

12345678910>>...16