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 313 * @param floatingActionButton a the floating action button to be animated with the toast bar as
316 public void setFloatingActionButton(View floatingActionButton) {
317 mFloatingActionButton = floatingActionButton;
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 382 final ImageButton floatingActionButton
384 floatingActionButton.setOnClickListener(this);
386 mFloatingActionButtonContainer, floatingActionButton);
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 428 ImageButton floatingActionButton = (ImageButton) findViewById(R.id.floating_action_button);
429 floatingActionButton.setOnClickListener(this);
431 floatingActionButtonContainer, floatingActionButton);
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 408 final ImageButton floatingActionButton =
410 floatingActionButton.setOnClickListener(this);
412 floatingActionButtonContainer, floatingActionButton);
    [all...]

Completed in 171 milliseconds