Lines Matching full:show
88 ui.displayDialpad(true /* show */, true /* animate */);
93 ui.displayDialpad(false /* show */, true /* animate */);
241 Log.v(this, "Show dialpad " + String.valueOf(checked));
242 getUi().displayDialpad(checked /* show */, true /* animate */);
356 // Show all video-call-related buttons.
371 // Show all voice-call-related buttons.
375 Log.v(this, "Show hold ", call.can(PhoneCapabilities.SUPPORT_HOLD));
377 Log.v(this, "Show merge ", call.can(PhoneCapabilities.MERGE_CONFERENCE));
378 Log.v(this, "Show swap ", call.can(PhoneCapabilities.SWAP_CONFERENCE));
379 Log.v(this, "Show add call ", call.can(PhoneCapabilities.ADD_CALL));
380 Log.v(this, "Show mute ", call.can(PhoneCapabilities.MUTE));
393 // Show either HOLD or SWAP, but not both. If neither HOLD or SWAP is available:
394 // (1) If the device normally can hold, show HOLD in a disabled state.
400 // If we show video upgrade and add/merge and hold/swap, the overflow menu is needed.
403 // If we show hold/swap, add, and merge simultaneously, the overflow menu is needed.
456 void showAudioButton(boolean show);
457 void showChangeToVoiceButton(boolean show);
458 show);
460 void showHoldButton(boolean show);
462 void showSwapButton(boolean show);
463 void showChangeToVideoButton(boolean show);
464 void showSwitchCameraButton(boolean show);
466 void showAddCallButton(boolean show);
467 void showMergeButton(boolean show);
468 void showPauseVideoButton(boolean show);
470 void showOverflowButton(boolean show);