Lines Matching refs:findViewById

175         mPhoneNumber = (TextView) view.findViewById(R.id.phoneNumber);  in onViewCreated()
176 mPrimaryName = (TextView) view.findViewById(R.id.name); in onViewCreated()
177 mNumberLabel = (TextView) view.findViewById(R.id.label); in onViewCreated()
178 mSecondaryCallInfo = view.findViewById(R.id.secondary_call_info); in onViewCreated()
179 mSecondaryCallProviderInfo = view.findViewById(R.id.secondary_call_provider_info); in onViewCreated()
180 mPhoto = (ImageView) view.findViewById(R.id.photo); in onViewCreated()
181 mCallStateIcon = (ImageView) view.findViewById(R.id.callStateIcon); in onViewCreated()
182 mCallStateVideoCallIcon = (ImageView) view.findViewById(R.id.videoCallIcon); in onViewCreated()
183 mCallStateLabel = (TextView) view.findViewById(R.id.callStateLabel); in onViewCreated()
184 mCallNumberAndLabel = view.findViewById(R.id.labelAndNumber); in onViewCreated()
185 mCallTypeLabel = (TextView) view.findViewById(R.id.callTypeLabel); in onViewCreated()
186 mElapsedTime = (TextView) view.findViewById(R.id.elapsedTime); in onViewCreated()
187 mPrimaryCallCardContainer = view.findViewById(R.id.primary_call_info_container); in onViewCreated()
188 mPrimaryCallInfo = (ViewGroup) view.findViewById(R.id.primary_call_banner); in onViewCreated()
189 mCallButtonsContainer = view.findViewById(R.id.callButtonFragment); in onViewCreated()
190 mInCallMessageLabel = (TextView) view.findViewById(R.id.connectionServiceMessage); in onViewCreated()
191 mProgressSpinner = view.findViewById(R.id.progressSpinner); in onViewCreated()
193 mFloatingActionButtonContainer = view.findViewById( in onViewCreated()
195 mFloatingActionButton = (ImageButton) view.findViewById( in onViewCreated()
214 mCallStateButton = view.findViewById(R.id.callStateButton); in onViewCreated()
222 mManageConferenceCallButton = view.findViewById(R.id.manage_conference_call_button); in onViewCreated()
269 final View videoView = getView().findViewById(R.id.incomingVideo); in setCallCardVisible()
736 mSecondaryCallName = (TextView) getView().findViewById(R.id.secondaryCallName); in showAndInitializeSecondaryCallInfo()
738 getView().findViewById(R.id.secondaryCallConferenceCallIcon); in showAndInitializeSecondaryCallInfo()
744 .findViewById(R.id.secondaryCallProviderLabel); in showAndInitializeSecondaryCallInfo()