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

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ActionableToastBar.java 281 * @param floatingActionButton a the floating action button to be animated with the toast bar as
284 public void setFloatingActionButton(View floatingActionButton) {
285 mFloatingActionButton = floatingActionButton;
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 381 ImageButton floatingActionButton = (ImageButton) findViewById(R.id.floating_action_button);
382 floatingActionButton.setOnClickListener(this);
384 floatingActionButtonContainer, floatingActionButton);
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 388 final View floatingActionButton =
390 floatingActionButton.setOnClickListener(this);
392 floatingActionButtonContainer, floatingActionButton);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 367 final ImageButton floatingActionButton = (ImageButton) findViewById(R.id.floating_action_button);
368 floatingActionButton.setOnClickListener(this);
    [all...]

Completed in 694 milliseconds