Home | History | Annotate | Download | only in phone

Lines Matching full:button

30 import android.widget.Button;
67 private Button mAddButton;
68 private Button mMergeButton;
69 private Button mEndButton;
70 private Button mDialpadButton;
161 mAddButton = (Button) mInCallControls.findViewById(R.id.addButton);
163 mMergeButton = (Button) mInCallControls.findViewById(R.id.mergeButton);
165 mEndButton = (Button) mInCallControls.findViewById(R.id.endButton);
167 mDialpadButton = (Button) mInCallControls.findViewById(R.id.dialpadButton);
349 // each individual button.
366 // "Merge" option is provided as a button
382 // "Add" button in a disabled state so that there won't be any
406 // "End call": this button has no state and it's always enabled.
441 // This button is totally hidden (rather than just disabled)
446 // The Hold button icon and label (either "Hold" or "Unhold")
458 // This button is totally hidden (rather than just disabled)
465 // This button is totally hidden (rather than just disabled)
532 * special "virtual button" IDs:
552 // Send this to the InCallScreen as a virtual "button click" event:
570 // Send this to the InCallScreen as a virtual "button click" event:
683 * the total width of this button.
689 * the total height of this button.
716 * button from handling these events.)
731 // Touch location as a percentage of the total button width or height.
737 button ID), and enable it for dogfooders
739 // to the center of the button(s) most touch events are, to
747 return true; // Consume this event; don't let the button see it
752 return false; // Let this event through to the actual button
759 // through to the actual button IFF the previous DOWN event
760 // got through to the actual button (i.e. it was a "hit".)