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

  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintErrorFragment.java 72 Button actionButton = (Button) view.findViewById(R.id.action_button);
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_message_bubble_view.cc 206 base::string16 action_button = delegate->GetActionButtonLabel(); local
216 if (!action_button.empty()) {
227 if (!action_button.empty()) {
228 action_button_ = new views::LabelButton(this, action_button.c_str());
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
ActionableToastBar.java 79 mActionButton = findViewById(R.id.action_button);
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminAdd.java 269 mActionButton = (Button) findViewById(R.id.action_button);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 609 Button actionButton = (Button) item.findViewById(R.id.action_button);

Completed in 408 milliseconds