HomeSort by relevance Sort by last modified time
    Searched refs:dialogView (Results 1 - 25 of 29) sorted by null

1 2

  /packages/apps/Settings/src/com/android/settings/
BugreportPreference.java 56 final View dialogView = View.inflate(getContext(), R.layout.bugreport_options_dialog, null);
57 mInteractiveTitle = (CheckedTextView) dialogView.findViewById(R.id.bugreport_option_interactive_title);
58 mInteractiveSummary = (TextView) dialogView.findViewById(R.id.bugreport_option_interactive_summary);
59 mFullTitle = (CheckedTextView) dialogView.findViewById(R.id.bugreport_option_full_title);
60 mFullSummary = (TextView) dialogView.findViewById(R.id.bugreport_option_full_summary);
81 builder.setView(dialogView);
SeekBarDialogPreference.java 67 protected static SeekBar getSeekBar(View dialogView) {
68 return (SeekBar) dialogView.findViewById(R.id.seekbar);
  /packages/apps/TV/src/com/android/tv/dialog/
FullscreenDialogFragment.java 40 * implement {@link DialogView}.
52 private DialogView mDialogView;
64 mDialogView = (DialogView) v;
86 public void setContentView(View dialogView) {
87 super.setContentView(dialogView);
88 mDialogView = (DialogView) dialogView;
106 public interface DialogView {
  /frameworks/base/core/java/android/preference/
SeekBarDialogPreference.java 76 protected static SeekBar getSeekBar(View dialogView) {
77 return (SeekBar) dialogView.findViewById(R.id.seekbar);
EditTextPreference.java 130 * @param dialogView The dialog view.
132 protected void onAddEditTextToDialogView(View dialogView, EditText editText) {
133 ViewGroup container = (ViewGroup) dialogView
  /packages/services/Telecomm/src/com/android/server/telecom/settings/
BlockedNumbersActivity.java 210 View dialogView = inflater.inflate(R.xml.add_blocked_number_dialog, null);
211 final EditText editText = (EditText) dialogView.findViewById(R.id.add_blocked_number);
215 .setView(dialogView)
  /packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
AutoCompleteEditTextPreference.java 162 * @param dialogView The dialog view.
164 protected void onAddEditTextToDialogView(View dialogView, AutoCompleteTextView editText) {
165 ViewGroup container = (ViewGroup) dialogView
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogMotion.java 53 public VolumeDialogMotion(Dialog dialog, View dialogView, ViewGroup contents, View chevron,
56 mDialogView = dialogView;
  /packages/services/Telephony/src/com/android/phone/
EditPhoneNumberPreference.java 237 protected void onAddEditTextToDialogView(View dialogView, EditText editText) {
240 ViewGroup container = (ViewGroup) dialogView
PhoneUtils.java     [all...]
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 516 milliseconds

1 2