Home
last modified time | relevance | path

Searched refs:black (Results 1 – 2 of 2) sorted by relevance

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DWorkspace.java792 JToggleButton black = new JToggleButton("On Black"); in buildLayoutViewControlButtons() local
793 toggleColorOnSelect(black); in buildLayoutViewControlButtons()
794 black.putClientProperty("JButton.buttonType", "segmentedTextured"); in buildLayoutViewControlButtons()
795 black.putClientProperty("JButton.segmentPosition", "last"); in buildLayoutViewControlButtons()
796 black.addActionListener(new ActionListener() { in buildLayoutViewControlButtons()
802 group.add(black); in buildLayoutViewControlButtons()
803 buttonsPanel.add(black); in buildLayoutViewControlButtons()
805 black.setSelected(true); in buildLayoutViewControlButtons()
850 JToggleButton black = new JToggleButton("On Black"); in showCaptureWindow() local
851 toggleColorOnSelect(black); in showCaptureWindow()
[all …]
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/
DNotificationStudioActivity.java74 getWindow().setBackgroundDrawableResource(android.R.color.black); in onCreate()