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/Dialer/src/com/android/dialer/
DialtactsActivity.java 393 ImageButton floatingActionButton = (ImageButton) findViewById(R.id.floating_action_button);
394 floatingActionButton.setOnClickListener(this);
396 floatingActionButtonContainer, floatingActionButton);
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 397 final View floatingActionButton =
399 floatingActionButton.setOnClickListener(this);
401 floatingActionButtonContainer, floatingActionButton);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 369 final ImageButton floatingActionButton = (ImageButton) findViewById(R.id.floating_action_button);
370 floatingActionButton.setOnClickListener(this);
    [all...]

Completed in 3250 milliseconds