Home
last modified time | relevance | path

Searched refs:CustomCardLayout (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
DTextureAtlasPanel.java40 regionsPanel.setLayout(new CustomCardLayout()); in initializeComponents()
46 CustomCardLayout layout = (CustomCardLayout)regionsPanel.getLayout(); in initializeComponents()
55 CustomCardLayout layout = (CustomCardLayout)regionsPanel.getLayout(); in initializeComponents()
65 CustomCardLayout layout = (CustomCardLayout)regionsPanel.getLayout(); in setAtlas()
85 CustomCardLayout layout = (CustomCardLayout)regionsPanel.getLayout(); in getSelectedRegions()
91 CustomCardLayout layout = (CustomCardLayout)regionsPanel.getLayout(); in getCurrentRegionPanel()
DRegionPickerPanel.java59 CustomCardLayout cardLayout = new CustomCardLayout(); in initializeComponents()
110 JPanel panel = ((CustomCardLayout)content.getLayout()).getCurrentCard(content); in initializeComponents()
119 JPanel panel = ((CustomCardLayout)content.getLayout()).getCurrentCard(content); in initializeComponents()
128 JPanel panel = ((CustomCardLayout)content.getLayout()).getCurrentCard(content); in initializeComponents()
139 JPanel panel = ((CustomCardLayout)content.getLayout()).getCurrentCard(content); in initializeComponents()
184 CustomCardLayout cardLayout = (CustomCardLayout)content.getLayout(); in setAtlas()
196 CustomCardLayout cardLayout = (CustomCardLayout)content.getLayout(); in setTexture()
DCustomCardLayout.java9 public class CustomCardLayout extends CardLayout { class