/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
ScrollPaneScrollBarsTest.java | 25 import com.badlogic.gdx.scenes.scene2d.ui.ScrollPane;
36 Array<ScrollPane> scrollPanes = new Array<ScrollPane>();
59 for (ScrollPane pane : scrollPanes) {
75 for (ScrollPane pane : scrollPanes) {
151 final ScrollPane bottomLeftScroll = new ScrollPane(bottomLeftTable, skin);
154 final ScrollPane bottomRightScroll = new ScrollPane(bottomRightTable, skin);
157 final ScrollPane topLeftScroll = new ScrollPane(topLeftTable, skin); [all...] |
ScrollPane2Test.java | 26 import com.badlogic.gdx.scenes.scene2d.ui.ScrollPane;
41 ScrollPane pane2 = new ScrollPane(new Image(new Texture("data/group-debug.png")), skin);
63 ScrollPane pane = new ScrollPane(mytable, skin);
|
GroupCullingTest.java | 24 import com.badlogic.gdx.scenes.scene2d.ui.ScrollPane;
49 root.add(new ScrollPane(labels, skin)).expand().fill();
|
UITest.java | 35 import com.badlogic.gdx.scenes.scene2d.ui.ScrollPane; 117 ScrollPane scrollPane = new ScrollPane(imageActor); 123 ScrollPane scrollPane2 = new ScrollPane(list, skin); 125 SplitPane splitPane = new SplitPane(scrollPane, scrollPane2, false, skin, "default-horizontal");
|
ScrollPaneTest.java | 26 import com.badlogic.gdx.scenes.scene2d.ui.ScrollPane;
54 final ScrollPane scroll = new ScrollPane(table, skin);
|
InterpolationTest.java | 33 import com.badlogic.gdx.scenes.scene2d.ui.ScrollPane;
112 ScrollPane scroll = new ScrollPane(list, skin);
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/extensions/ |
ControllersTest.java | 29 import com.badlogic.gdx.scenes.scene2d.ui.ScrollPane; 42 ScrollPane scrollPane; 56 scrollPane.invalidate(); 57 scrollPane.validate(); 58 scrollPane.setScrollPercentY(1.0f); 72 scrollPane = new ScrollPane(console); 73 scrollPane.setScrollbarsOnTop(true); 75 ui.add(scrollPane).expand(true, true).fill() [all...] |
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/ |
RegionInfluencerPanel.java | 34 JScrollPane scrollPane = new JScrollPane(); 35 scrollPane.setViewportView(regionPickerPanel); 36 regionSelectDialog.setContentPane(scrollPane);
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/ |
DragScrollListener.java | 21 import com.badlogic.gdx.scenes.scene2d.ui.ScrollPane; 28 private ScrollPane scroll; 34 public DragScrollListener (final ScrollPane scroll) {
|
DragAndDrop.java | 25 import com.badlogic.gdx.scenes.scene2d.ui.ScrollPane; 213 * touch focus listener, eg when the source is inside a {@link ScrollPane} with flick scroll enabled. */
|
/external/libgdx/tests/gdx-tests-lwjgl3/src/com/badlogic/gdx/tests/lwjgl3/ |
Lwjgl3TestStarter.java | 31 import com.badlogic.gdx.scenes.scene2d.ui.ScrollPane; 66 ScrollPane scroll = new ScrollPane(table, skin); 110 // Since ScrollPane takes some time for scrolling to a position, we just "fake" time
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
ScrollPane.java | 47 public class ScrollPane extends WidgetGroup {
87 public ScrollPane (Actor widget) {
92 public ScrollPane (Actor widget, Skin skin) {
97 public ScrollPane (Actor widget, Skin skin, String styleName) {
102 public ScrollPane (Actor widget, ScrollPaneStyle style) {
114 getStage().setScrollFocus(ScrollPane.this);
235 * inside the scrollpane that have received touchDown to receive touchUp.
668 if (widget == this) throw new IllegalArgumentException("widget cannot be the ScrollPane.");
679 /** @deprecated ScrollPane may have only a single child.
682 throw new UnsupportedOperationException("Use ScrollPane#setWidget."); [all...] |
SplitPane.java | 298 throw new UnsupportedOperationException("Use ScrollPane#setWidget.");
302 throw new UnsupportedOperationException("Use ScrollPane#setWidget.");
306 throw new UnsupportedOperationException("Use ScrollPane#setWidget.");
310 throw new UnsupportedOperationException("Use ScrollPane#setWidget(null).");
|
SelectBox.java | 37 import com.badlogic.gdx.scenes.scene2d.ui.ScrollPane.ScrollPaneStyle;
318 public ScrollPane getScrollPane () {
333 static class SelectBoxList<T> extends ScrollPane {
|
/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/ |
ExternalExtensionsDialog.java | 76 private JScrollPane scrollPane; 169 scrollPane = new JScrollPane(table); 182 contentPane.add(scrollPane, new GridBagConstraints(0, 1, 1, 1, 1, 1, NORTH, BOTH, new Insets(0, 0, 0, 0), 0, 0)); 257 scrollPane.setBorder(BorderFactory.createEmptyBorder()); 258 scrollPane.setBackground(new Color(36, 36, 36)); 259 scrollPane.getViewport().setBackground(new Color(36, 36, 36));
|
GdxSetupUI.java | 308 JScrollPane scrollPane = new JScrollPane(textArea); 339 scrollPane.setBorder(line); 421 add(scrollPane, new GridBagConstraints(0, 3, 1, 1, 1, 1, CENTER, BOTH, new Insets(6, 6, 6, 6), 0, 0));
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ |
BaseG3dHudTest.java | 30 import com.badlogic.gdx.scenes.scene2d.ui.ScrollPane;
114 ScrollPane pane = new ScrollPane(list, skin);
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/ |
RbnfDemo.java | 22 import java.awt.ScrollPane; 533 sp = new ScrollPane(); 540 add(sp, "ScrollPane"); 578 private ScrollPane sp = null;
|
/external/libgdx/extensions/gdx-tools/assets/ |
uiskin.json | 20 com.badlogic.gdx.scenes.scene2d.ui.ScrollPane$ScrollPaneStyle: {
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/ |
DetectingViewer.java | 85 JScrollPane scrollPane = new JScrollPane(text); 87 getContentPane().add(scrollPane);
|
/external/libgdx/tests/gdx-tests-android/assets/data/ |
uiskin.json | 20 com.badlogic.gdx.scenes.scene2d.ui.ScrollPane$ScrollPaneStyle: {
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/gwt/ |
GwtTestWrapper.java | 35 import com.badlogic.gdx.scenes.scene2d.ui.ScrollPane; 135 ScrollPane scroll = new ScrollPane(table);
|
/development/tools/rmtypedefs/.idea/ |
uiDesigner.xml | 14 <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
|
/external/androidplot/.idea/ |
uiDesigner.xml | 14 <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.jre11_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/ |
JRE-1.1.zip | |