OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actionButton
(Results
1 - 2
of
2
) sorted by null
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelperBase.java
177
ImageButton
actionButton
= new ImageButton(mActivity, null,
181
actionButton
.setLayoutParams(new ViewGroup.LayoutParams(
188
actionButton
.setId(R.id.actionbar_compat_item_refresh);
190
actionButton
.setImageDrawable(item.getIcon());
191
actionButton
.setScaleType(ImageView.ScaleType.CENTER);
192
actionButton
.setContentDescription(item.getTitle());
193
actionButton
.setOnClickListener(new View.OnClickListener() {
199
actionBar.addView(
actionButton
);
226
return
actionButton
;
/packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java
396
Button
actionButton
= (Button) item.findViewById(R.id.action_button);
398
actionButton
.setText(res.getString(title));
400
actionButton
.setOnClickListener(this);
401
actionButton
.setTag(new Integer(action));
Completed in 44 milliseconds