Home
last modified time | relevance | path

Searched refs:GridLayout (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
H A DSkottieActivity.java19 import android.widget.GridLayout;
37 private GridLayout mGrid;
136 GridLayout.Spec rowSpec = GridLayout.spec(0, mRowCount, GridLayout.CENTER); in inflateView()
137 GridLayout.Spec colSpec = GridLayout.spec(0, mColumnCount, GridLayout.CENTER); in inflateView()
138 GridLayout.LayoutParams params = new GridLayout in inflateView()
[all...]
H A DCorrectnessActivity.java15 import android.widget.GridLayout;
30 private GridLayout grid;
59 GridLayout.Spec rowSpec = GridLayout.spec(i / 5, 1, GridLayout.CENTER); in onCreate()
60 GridLayout.Spec colSpec = GridLayout.spec(i % 5, 1, GridLayout.CENTER); in onCreate()
61 GridLayout.LayoutParams params = new GridLayout in onCreate()
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
H A DLauncher.java15 import java.awt.GridLayout;
83 topPanel.setLayout(new GridLayout(5,3)); in init()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
H A DRbnfDemo.java22 import java.awt.GridLayout;
82 mainPanel.setLayout(new GridLayout(1,2)); in createDemoFrame()
255 panel1.setLayout(new GridLayout(3, 1)); in createDemoFrame()
261 panel2.setLayout(new GridLayout(3, 3)); in createDemoFrame()
378 menuPanel.setLayout(new GridLayout(1, 2)); in createDemoFrame()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarCalc.java21 import java.awt.GridLayout;
223 rollAddBoxes.setLayout(new GridLayout(2,1)); in buildGUI()
246 upDown.setLayout(new GridLayout(2,1)); in buildGUI()
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBGroupPanel.java130 lowerPanel.setLayout(new GridLayout(1,2)); in initComponents()
213 itemPanel.setLayout(new GridLayout(1,3)); in initComponents()
214 groupPanel.setLayout(new GridLayout(1,3)); in initComponents()
H A DRBProjectItemPanel.java94 JPanel topPanel = new JPanel(new GridLayout(2,1)); in initComponents()
97 JPanel commentPanel = new JPanel(new GridLayout(2,1)); in initComponents()
H A DRBUntranslatedPanel.java153 lowerPanel.setLayout(new GridLayout(1,2)); in initComponents()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBJavaExporter.java166 JPanel centerPanel = new JPanel(new GridLayout(1,1)); in initComponents()
/third_party/backends/japi/
H A DJscanimage.java496 JPanel buttonsPanel = new JPanel(new GridLayout(0, 1, 8, 8)); in initButtons()
/third_party/python/Lib/test/
H A Dtest_descr.py1012 class GridLayout(object): pass class
1013 class HorizontalGrid(GridLayout): pass
1014 class VerticalGrid(GridLayout): pass

Completed in 15 milliseconds