Searched refs:dialogView (Results 1 – 2 of 2) sorted by relevance
77 protected static SeekBar getSeekBar(View dialogView) { in getSeekBar() argument78 return (SeekBar) dialogView.findViewById(com.android.internal.R.id.seekbar); in getSeekBar()
130 protected void onAddEditTextToDialogView(View dialogView, EditText editText) { in onAddEditTextToDialogView() argument131 ViewGroup container = (ViewGroup) dialogView in onAddEditTextToDialogView()