Home | History | Annotate | Download | only in incallui

Lines Matching defs:parent

79         final View parent = inflater.inflate(R.layout.call_button_fragment, container, false);
81 mExtraRowButton = parent.findViewById(R.id.extraButtonRow);
83 mManageConferenceButton = parent.findViewById(R.id.manageConferenceButton);
90 mGenericMergeButton = parent.findViewById(R.id.cdmaMergeButton);
98 mEndCallButton = parent.findViewById(R.id.endButton);
110 mMuteButton = (ImageButton) parent.findViewById(R.id.muteButton);
119 mAudioButton = (ImageButton) parent.findViewById(R.id.audioButton);
127 mHoldButton = (ImageButton) parent.findViewById(R.id.holdButton);
136 mShowDialpadButton = (ToggleButton) parent.findViewById(R.id.dialpadButton);
138 mAddCallButton = (ImageButton) parent.findViewById(R.id.addButton);
140 mMergeButton = (ImageButton) parent.findViewById(R.id.mergeButton);
142 mSwapButton = (ImageButton) parent.findViewById(R.id.swapButton);
145 return parent;