OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
239
final FrameLayout
expandButton
= (FrameLayout) findViewById(R.id.expand_activities_button);
240
expandButton
.setOnClickListener(mCallbacks);
241
expandButton
.setOnTouchListener(new ForwardingListener(
expandButton
) {
259
mExpandActivityOverflowButton =
expandButton
;
261
(ImageView)
expandButton
.findViewById(R.id.image);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java
405
ImageView
expandButton
= header.getExpandButton();
406
if (
expandButton
!= null) {
407
expandButton
.requestAccessibilityFocus();
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java
246
final View
expandButton
= mNotificationHeader.findViewById(
248
expandButton
.setVisibility(VISIBLE);
[
all
...]
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
Completed in 185 milliseconds