Home
last modified time | relevance | path

Searched refs:toolbar (Results 1 – 25 of 31) sorted by relevance

12

/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/
DWorkSpaceView.java50 protected JToolBar toolbar; field in WorkSpaceView
68 this.toolbar = new JToolBar(); in initComponents()
69 this.toolbar.setBorder(BorderFactory.createEmptyBorder()); in initComponents()
70 this.toolbar.setFloatable(false); in initComponents()
71 this.toolbar.setBorder(BorderFactory.createEmptyBorder()); in initComponents()
94 this.getContentPane().add(this.toolbar, BorderLayout.NORTH); in initComponents()
DWorkSpaceController.java201 view.toolbar.add(new JButton(new CreateAction())); in initToolbar()
202 view.toolbar.add(new JButton(new OpenAction())); in initToolbar()
203 view.toolbar.add(new JButton(new SaveAction())); in initToolbar()
204 view.toolbar.add(new JButton(new RunAction())); in initToolbar()
DTestCaseEditController.java50 private JToolBar toolbar; field in TestCaseEditController
192 toolbar = new JToolBar("Edit TestCases", JToolBar.VERTICAL); in initComponents()
193 toolbar.setFloatable(false); in initComponents()
194 toolbar.add(new AddTestCaseAction()); in initComponents()
195 toolbar.add(new RemoveTestCaseAction()); in initComponents()
201 view.add(toolbar, BorderLayout.WEST); in initComponents()
/external/perfetto/src/trace_processor/metrics/chrome/
Dscroll_jank_cause_get_bitmap.sql120 toolbar.id AS toolbar_id,
121 toolbar.ts AS toolbar_ts,
122 toolbar.dur AS toolbar_dur,
123 toolbar.track_id AS toolbar_track_id
126 toolbar_bitmaps toolbar ON
127 toolbar.ancestor_id = bitmap.id;
/external/skqp/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
DSkQPActivity.java16 Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); in onCreate() local
17 setSupportActionBar(toolbar); in onCreate()
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DSettingsFragment.java37 private Toolbar toolbar; field in SettingsFragment
60 toolbar = (Toolbar) getActivity().findViewById(R.id.toolbar_main); in onCreate()
101 toolbar.setTitle(preferenceScreen.getTitle()); in onPreferenceStartScreen()
DMainActivity.java74 private Toolbar toolbar; field in MainActivity
192 toolbar = (Toolbar) findViewById(R.id.toolbar_main); in onCreate()
193 setSupportActionBar(toolbar); in onCreate()
199toolbar.setTitle(getSupportFragmentManager().getBackStackEntryAt(stackTopIndex).getName()); in onCreate()
201 toolbar.setTitle(R.string.app_name); in onCreate()
286 toolbar.setTitle(title); in switchScreen()
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DListActivity.kt17 setSupportActionBar(toolbar) in <lambda>()
19 toolbar.setNavigationOnClickListener { finish() } in <lambda>()
DPlayerFragment.kt104 (requireActivity() as AppCompatActivity).setSupportActionBar(toolbar) in <lambda>()
393 toolbar.isActivated = isDarkBg in <lambda>()
/external/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
DSkQPActivity.java17 Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); in onCreate() local
18 setSupportActionBar(toolbar); in onCreate()
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/animation-app/app/src/main/java/org/jetbrains/kotlinx/animation/
DMainActivity.kt17 setSupportActionBar(toolbar) in onCreate()
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/example-app/app/src/main/java/com/example/app/
DMainActivity.kt21 setSupportActionBar(toolbar) in onCreate()
/external/skia/modules/androidkit/
DREADME18 - Click on AndroidKit on the project tree, click Build in the toolbar, and select
/external/libnl/doc/stylesheets/
Dslidy.css30 div.toolbar {
42 div.toolbar span.copyright {
417 div.toolbar { display: none; visibility: hidden; }
/external/llvm-project/llvm/utils/vscode/llvm/
Dvsc-extension-quickstart.md19 * You can relaunch the extension from the debug toolbar after making changes to the files listed ab…
/external/fmtlib/doc/bootstrap/
Dbutton-groups.less34 // Optional: Group multiple button groups together for a toolbar
35 .btn-toolbar {
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/
DHelloCanvasAR.java127 Toolbar toolbar = findViewById(R.id.main_toolbar); in onCreate() local
128 setSupportActionBar(toolbar); in onCreate()
/external/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/
DMainActivity.kt56 setSupportActionBar(binding.toolbar) in <lambda>()
/external/sonivox/jet_tools/JetCreator/
DJetCreator.py928 toolbar = self.CreateToolBar()
929 toolbar.SetToolBitmapSize((32,32))
933 toolbar.AddSeparator()
937 self.toolItems[eachTool[0]] = toolbar.AddLabelTool(-1, label=eachTool[0],
941 toolbar.Realize()
/external/zstd/
DCONTRIBUTING.md303 * Clicking on the `All Processes` drop down in the top left of the toolbar.
306 * Hitting the bright red record circle button on the top left of the toolbar
310 7. Make sure that in toolbar of the bottom window, `profile` is selected.
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.css959 * Add a bit of margin space between the preview and the toolbar.
968 #toolbar,
972 #toolbar img {
2320 /* Edit window toolbar */
2321 #toolbar {
3520 .ve-init-mw-viewPageTarget-toolbar-editNotices-notice .editnotice-redlink {
Dwikipedia.min.css1toolbar,#wpTextbox1{clear:both}#toolbar img{cursor:pointer}div#mw-js-message{margin:1em 5%;padding…
/external/python/cpython2/Doc/library/
Dframework.rst38 and that its control/toolbar support is non-existent.
/external/libxml2/result/HTML/
Dutf8bug.html.sax449 …'window.open(&apos;SendNews.asp?PageID=341&apos;,&apos;myWin&apos;,&apos;toolbar=no,directories=no…
/external/flac/
DREADME225 From the dropdown in the toolbar, select "Release" instead of "Debug",

12