HomeSort by relevance Sort by last modified time
    Searched refs:expandButton (Results 1 - 9 of 9) sorted by null

  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
PercentagePanel.java 34 JButton expandButton;
65 expandButton = new JButton("+");
66 expandButton.setBorder(BorderFactory.createEmptyBorder(4, 10, 4, 10));
67 contentPanel.add(expandButton, new GridBagConstraints(1, 0, 1, 1, 1, 0, GridBagConstraints.NORTHWEST,
70 expandButton.addActionListener(new ActionListener() {
76 GridBagConstraints expandButtonConstraints = layout.getConstraints(expandButton);
79 expandButton.setText("-");
84 expandButton.setText("+");
89 layout.setConstraints(expandButton, expandButtonConstraints);
ScaledNumericPanel.java 43 JButton expandButton;
123 expandButton = new JButton("+");
124 contentPanel.add(expandButton, new GridBagConstraints(7, 5, 1, 1, 1, 0, GridBagConstraints.SOUTHWEST,
126 expandButton.setBorder(BorderFactory.createEmptyBorder(4, 8, 4, 8));
191 expandButton.addActionListener(new ActionListener() {
197 GridBagConstraints expandButtonConstraints = layout.getConstraints(expandButton);
200 expandButton.setText("-");
205 expandButton.setText("+");
210 layout.setConstraints(expandButton, expandButtonConstraints);
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
PercentagePanel.java 34 JButton expandButton;
45 expandButton.addActionListener(new ActionListener() {
51 GridBagConstraints expandButtonConstraints = layout.getConstraints(expandButton);
54 expandButton.setText("-");
59 expandButton.setText("+");
64 layout.setConstraints(expandButton, expandButtonConstraints);
84 expandButton = new JButton("+");
85 expandButton.setBorder(BorderFactory.createEmptyBorder(4, 10, 4, 10));
86 contentPanel.add(expandButton, new GridBagConstraints(1, 0, 1, 1, 1, 0, GridBagConstraints.NORTHWEST,
ScaledNumericPanel.java 43 JButton expandButton;
117 expandButton.addActionListener(new ActionListener() {
123 GridBagConstraints expandButtonConstraints = layout.getConstraints(expandButton);
126 expandButton.setText("-");
131 expandButton.setText("+");
136 layout.setConstraints(expandButton, expandButtonConstraints);
212 expandButton = new JButton("+");
213 contentPanel.add(expandButton, new GridBagConstraints(7, 5, 1, 1, 1, 0, GridBagConstraints.SOUTHWEST,
215 expandButton.setBorder(BorderFactory.createEmptyBorder(4, 8, 4, 8));
  /frameworks/base/core/java/android/widget/
ActivityChooserView.java 255 final FrameLayout expandButton = (FrameLayout) findViewById(R.id.expand_activities_button);
256 expandButton.setOnClickListener(mCallbacks);
257 expandButton.setAccessibilityDelegate(new AccessibilityDelegate() {
264 expandButton.setOnTouchListener(new ForwardingListener(expandButton) {
282 mExpandActivityOverflowButton = expandButton;
285 (ImageView) expandButton.findViewById(R.id.image);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActivityChooserView.java 243 final FrameLayout expandButton = (FrameLayout) findViewById(R.id.expand_activities_button);
244 expandButton.setOnClickListener(mCallbacks);
245 expandButton.setOnTouchListener(new ForwardingListener(expandButton) {
263 mExpandActivityOverflowButton = expandButton;
265 (ImageView) expandButton.findViewById(R.id.image);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java 413 ImageView expandButton = header.getExpandButton();
414 if (expandButton != null) {
415 expandButton.requestAccessibilityFocus();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java 248 final View expandButton = mNotificationHeader.findViewById(
250 expandButton.setVisibility(VISIBLE);
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 1138 milliseconds