Searched refs:mViewLongPressDialog (Results 1 – 3 of 3) sorted by relevance
68 protected View mViewLongPressDialog = null; field in CandidatesViewManager164 if ((view instanceof CandidateTextView) && (null != mViewLongPressDialog)) { in displayDialog()168 … TextView text = (TextView)mViewLongPressDialog.findViewById(R.id.candidate_longpress_dialog_text); in displayDialog()171 mDialog.setContentView(mViewLongPressDialog); in displayDialog()184 if (null != mViewLongPressDialog) { in closeDialog()185 ViewGroup parent = (ViewGroup)mViewLongPressDialog.getParent(); in closeDialog()187 parent.removeView(mViewLongPressDialog); in closeDialog()
306 mViewLongPressDialog = (View)inflater.inflate(R.layout.candidate_longpress_dialog, null); in initView()309 …Button longPressDialogButton = (Button)mViewLongPressDialog.findViewById(R.id.candidate_longpress_… in initView()320 …longPressDialogButton = (Button)mViewLongPressDialog.findViewById(R.id.candidate_longpress_dialog_… in initView()
388 if (mViewLongPressDialog == null) { in onLongClickCandidate()521 mViewLongPressDialog = (View)inflater.inflate(R.layout.candidate_longpress_dialog, null); in initView()524 …Button longPressDialogButton = (Button)mViewLongPressDialog.findViewById(R.id.candidate_longpress_… in initView()535 …longPressDialogButton = (Button)mViewLongPressDialog.findViewById(R.id.candidate_longpress_dialog_… in initView()