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