Home
last modified time | relevance | path

Searched refs:setLayout (Results 1 – 25 of 54) sorted by relevance

123

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
DRbnfDemo.java76 window.setLayout(new BorderLayout()); in createDemoFrame()
79 mainPanel.setLayout(new GridLayout(1,2)); in createDemoFrame()
237 leftPanel.setLayout(new BorderLayout()); in createDemoFrame()
239 panel.setLayout(new BorderLayout()); in createDemoFrame()
241 panel1.setLayout(new GridLayout(3, 1)); in createDemoFrame()
247 panel2.setLayout(new GridLayout(3, 3)); in createDemoFrame()
312 rightPanel.setLayout(new BorderLayout()); in createDemoFrame()
354 menuPanel.setLayout(new GridLayout(1, 2)); in createDemoFrame()
537 setLayout(new CardLayout()); in DemoTextFieldHolder()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DInfoDialog.java43 this.setLayout(new BorderLayout()); in InfoDialog()
58 bottom.setLayout(new FlowLayout(FlowLayout.CENTER, 0, 0)); in InfoDialog()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarCalc.java168 setLayout(new FlowLayout()); // shouldn't be necessary, but it is. in buildGUI()
178 topPanel.setLayout(new FlowLayout()); in buildGUI()
219 rollAddPanel.setLayout(new FlowLayout()); in buildGUI()
223 rollAddBoxes.setLayout(new GridLayout(2,1)); in buildGUI()
246 upDown.setLayout(new GridLayout(2,1)); in buildGUI()
DCalendarFrame.java119 setLayout(new BorderLayout(10,10)); in init()
123 topPanel.setLayout(g); in init()
222 displayPanel.setLayout(new FlowLayout()); in init()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/
DVerifierAppFrame.java111 contentPane.setLayout(cardLayout1); in jbInit()
117 jPanel1.setLayout(gridLayout1); in jbInit()
119 jPanel2.setLayout(gridLayout2); in jbInit()
122 jPanel3.setLayout(gridLayout4); in jbInit()
124 messagesPanel.setLayout(gridLayout3); in jbInit()
DVerifyDialog.java272 ivjJDialogContentPane.setLayout(null); in getJDialogContentPane()
320 ivjPass1Panel.setLayout(null); in getPass1Panel()
363 ivjPass2Panel.setLayout(null); in getPass2Panel()
406 ivjPass3Panel.setLayout(null); in getPass3Panel()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsMakeUtil.cpp58 const VkDescriptorSetLayout setLayout) in makeDescriptorSet() argument
66 &setLayout, // const VkDescriptorSetLayout* pSetLayouts; in makeDescriptorSet()
DvktFragmentOperationsMakeUtil.hpp39 …vice device, const vk::VkDescriptorPool descriptorPool, const vk::VkDescriptorSetLayout setLayout);
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
DTweenApplet.java225 jPanel1.setLayout(jPanel1Layout); in initComponents()
250 canvasWrapper.setLayout(new java.awt.BorderLayout()); in initComponents()
285 jPanel2.setLayout(jPanel2Layout); in initComponents()
349 jPanel4.setLayout(jPanel4Layout); in initComponents()
366 jPanel3.setLayout(jPanel3Layout); in initComponents()
384 getContentPane().setLayout(layout); in initComponents()
DTimelineApplet.java331 jPanel1.setLayout(jPanel1Layout); in initComponents()
356 canvasWrapper.setLayout(new java.awt.BorderLayout()); in initComponents()
379 jPanel2.setLayout(jPanel2Layout); in initComponents()
424 jPanel5.setLayout(jPanel5Layout); in initComponents()
441 jPanel3.setLayout(jPanel3Layout); in initComponents()
502 jPanel4.setLayout(jPanel4Layout); in initComponents()
550 getContentPane().setLayout(layout); in initComponents()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDemoUtility.java50 cont.setLayout(gridbag); in fixGrid()
89 spacer.setLayout(null); in createSpacer()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeTestsUtil.cpp216 const VkDescriptorSetLayout setLayout) in makeDescriptorSet() argument
224 &setLayout, // const VkDescriptorSetLayout* pSetLayouts; in makeDescriptorSet()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
DLauncher.java80 setLayout(new BorderLayout()); in init()
83 topPanel.setLayout(new GridLayout(5,3)); in init()
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/
DTestCaseEditController.java186 paneDetail.setLayout(layout); in initComponents()
198 view.setLayout(new BorderLayout()); in initComponents()
379 this.setLayout(new BoxLayout(this, BoxLayout.Y_AXIS)); in initComponents()
623 pane.setLayout(new BoxLayout(pane, BoxLayout.Y_AXIS)); in getListCellRendererComponent()
DStatusBarController.java57 panel.setLayout(layout); in initComponents()
DRunnerController.java78 this.setLayout(new BoxLayout(this, BoxLayout.Y_AXIS)); in initComponents()
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DAppenderSkeleton.java22 public void setLayout(Layout layout) { in setLayout() method in AppenderSkeleton
DAppender.java97 public void setLayout(Layout layout); in setLayout() method
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dstringquery.cpp22 setLayout(layout); in StringQuery()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp83 const VkDescriptorSetLayout setLayout) in makeDescriptorSet() argument
91 &setLayout, // const VkDescriptorSetLayout* pSetLayouts; in makeDescriptorSet()
/external/eigen/demos/opengl/
Dquaternion_demo.cpp578 box->setLayout(boxLayout); in createNavigationControlWidget()
597 box->setLayout(boxLayout); in createNavigationControlWidget()
616 box->setLayout(boxLayout); in createNavigationControlWidget()
620 panel->setLayout(layout); in createNavigationControlWidget()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayCalendarDemo.java183 setLayout(new BorderLayout(10,10)); in buildGUI()
260 monthPanel.setLayout(g); in buildGUI()
284 menuPanel.setLayout(g); in buildGUI()
311 topPanel.setLayout(new BorderLayout()); in buildGUI()
/external/opencensus-java/contrib/log_correlation/log4j2/src/test/java/io/opencensus/contrib/logcorrelation/log4j2/
DAbstractOpenCensusLog4jLogCorrelationTest.java73 .setLayout(layout) in logWithSpanAndLog4jConfiguration()
/external/proguard/src/proguard/gui/
DTabbedPane.java50 setLayout(layout); in TabbedPane()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp68 const VkDescriptorSetLayout setLayout) in makeDescriptorSet() argument
76 &setLayout, // const VkDescriptorSetLayout* pSetLayouts; in makeDescriptorSet()

123