Searched refs:didShowInCallScreen (Results 1 – 1 of 1) sorted by relevance
148 private boolean didShowInCallScreen; field in InCallActivity198 didShowInCallScreen = bundle.getBoolean(KeysForSavedInstance.DID_SHOW_IN_CALL_SCREEN); in onCreate()427 out.putBoolean(KeysForSavedInstance.DID_SHOW_IN_CALL_SCREEN, didShowInCallScreen); in onSaveInstanceState()831 dialpadFragment.setShouldShowEndCallSpace(didShowInCallScreen); in showDialpadFragment()952 return didShowInCallScreen in getCallCardFragmentVisible()1239 didShowInCallScreen, in showMainInCallFragment()1545 if (didShowInCallScreen) { in showInCallScreenFragment()1551 didShowInCallScreen = true; in showInCallScreenFragment()1556 if (!didShowInCallScreen) { in hideInCallScreenFragment()1563 didShowInCallScreen = false; in hideInCallScreenFragment()[all …]