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

  /packages/apps/InCallUI/src/com/android/incallui/
BaseFragment.java 31 abstract U getUi();
49 mPresenter.onUiReady(getUi());
55 mPresenter.onUiDestroy(getUi());
AnswerPresenter.java 84 if (getUi() != null) {
101 getUi().showAnswerUi(true);
111 getUi().showAnswerUi(true);
113 getUi().showTargets(AnswerFragment.TARGET_SET_FOR_VIDEO_UPGRADE_REQUEST);
123 getUi().showAnswerUi(false);
161 if (getUi() != null) {
162 getUi().showMessageDialog();
178 final Context context = getUi().getContext();
184 getUi().showTargets(AnswerFragment.TARGET_SET_FOR_VIDEO_WITH_SMS);
185 getUi().configureMessageDialog(textMsgs)
    [all...]
Presenter.java 50 public U getUi() {
ConferenceManagerPresenter.java 59 if (getUi().isFragmentVisible()) {
68 getUi().setVisible(false);
71 getUi().setVisible(false);
143 getUi().setRowVisible(i, true);
153 getUi().setupSeparateButtonForRow(i, canSeparate);
154 getUi().setupEndButtonForRow(i, canDisconnect);
155 getUi().displayCallerInfoForConferenceRow(i, name, number, contactCacheEntry.label,
159 getUi().setRowVisible(i, false);
CallButtonPresenter.java 74 CallButtonUi ui = getUi();
118 updateCallButtons(call, getUi().getContext());
128 if (getUi() != null) {
129 getUi().setAudio(mode);
135 if (getUi() != null) {
136 getUi().setSupportedAudio(mask);
142 if (getUi() != null && !mAutomaticallyMuted) {
143 getUi().setMute(muted);
174 getUi().setSupportedAudio(getSupportedAudio());
242 getUi().displayDialpad(checked /* show */, true /* animate */)
    [all...]
CallCardPresenter.java 166 final CallCardUi ui = getUi();
237 getUi().setCallState(
251 getUi().setPhotoVisible(!(mPrimary.isVideoCall(mContext) &&
260 getUi().setEndCallButtonEnabled(
286 if (getUi() != null && mPrimary != null) {
287 getUi().setCallState(
304 getUi().showManageConferenceCallButton(false);
309 getUi().showManageConferenceCallButton(mPrimary.isConferenceCall() && canManageConference);
337 getUi().setCallbackNumber(callbackNumber, isEmergencyCall);
341 final CallCardUi ui = getUi();
    [all...]
VideoCallPresenter.java 214 final VideoCallUi ui = getUi();
250 final VideoCallUi ui = getUi();
401 VideoCallUi ui = getUi();
437 VideoCallUi ui = getUi();
492 VideoCallUi ui = getUi();
573 VideoCallUi ui = getUi();
DialpadPresenter.java 62 getUi().appendDigitsToField(c);
ConferenceManagerFragment.java 52 ConferenceManagerPresenter.ConferenceManagerUi getUi() {
AnswerFragment.java 83 AnswerPresenter.AnswerUi getUi() {
VideoCallFragment.java 426 VideoCallPresenter.VideoCallUi getUi() {
DialpadFragment.java 435 DialpadPresenter.DialpadUi getUi() {
CallButtonFragment.java 77 CallButtonPresenter.CallButtonUi getUi() {
CallCardFragment.java 116 CallCardPresenter.CallCardUi getUi() {
    [all...]
  /packages/apps/Browser/src/com/android/browser/
UiController.java 35 UI getUi();
BrowserSettings.java 344 if (mController != null && mController.getUi() != null) {
345 mController.getUi().setFullscreen(useFullscreen());
348 if (mController != null && mController.getUi() != null) {
349 mController.getUi().setUseQuickControls(sharedPreferences.getBoolean(key, false));
NavigationBarBase.java 75 mBaseUi = mTitleBar.getUi();
TitleBar.java 129 public BaseUi getUi() {
Controller.java 439 public UI getUi() {
    [all...]

Completed in 847 milliseconds