HomeSort by relevance Sort by last modified time
    Searched full:alertdialogtheme (Results 1 - 25 of 62) sorted by null

1 2 3

  /frameworks/support/samples/Support7Demos/res/values/
styles.xml 35 <item name="alertDialogTheme">@style/Theme.SampleMediaRouter.Dialog.Alert</item>
41 <item name="alertDialogTheme">@style/Theme.SampleMediaRouter.Light.Dialog.Alert</item>
47 <item name="alertDialogTheme">@style/Theme.SampleMediaRouter.Light.DarkActionBar.Dialog.Alert</item>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
navigation1-expected-complation76.txt 54 ?android:alertDialogTheme
  /packages/apps/DeskClock/res/values/
styles.xml 28 <item name="alertDialogTheme">@style/AlertDialogTheme</item>
46 <style name="AlertDialogTheme" parent="Theme.AppCompat.Dialog.Alert">
  /packages/apps/DeskClock/res/values-v21/
styles.xml 20 <item name="android:alertDialogTheme">@style/SettingsAlertDialogTheme</item>
  /packages/apps/ExactCalculator/src/com/android/calculator2/
AlertDialogFragment.java 73 setStyle(STYLE_NO_TITLE, android.R.attr.alertDialogTheme);
  /packages/apps/Dialer/res/values/
styles.xml 38 <item name="android:alertDialogTheme">@style/AlertDialogTheme</item>
276 <style name="AlertDialogTheme" parent="@android:style/Theme.Material.Light.Dialog">
  /packages/apps/Settings/res/values/
themes.xml 36 <item name="android:alertDialogTheme">@style/ThemeOverlay.AlertDialog</item>
60 <item name="android:alertDialogTheme">@style/ThemeOverlay.AlertDialog</item>
161 <item name="android:alertDialogTheme">@style/Theme.AlertDialog</item>
styles.xml 264 <item name="android:alertDialogTheme">@style/Theme.AlertDialog</item>
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouterThemeHelper.java 147 android.support.v7.appcompat.R.attr.alertDialogTheme, outValue, true);
  /packages/apps/Dialer/InCallUI/res/values/
styles.xml 88 <item name="android:alertDialogTheme">@android:style/Theme.Material.Light.Dialog.Alert</item>
  /frameworks/base/core/java/android/app/
AlertDialog.java 134 * {@link android.R.attr#alertDialogTheme} within the parent
156 * {@link android.R.attr#alertDialogTheme} within the parent
187 * {@link android.R.attr#alertDialogTheme}.
222 context.getTheme().resolveAttribute(R.attr.alertDialogTheme, outValue, true);
446 * {@link android.R.attr#alertDialogTheme} within the parent
474 * {@link android.R.attr#alertDialogTheme}.
    [all...]
  /frameworks/base/core/res/res/values/
themes_holo.xml 217 <item name="alertDialogTheme">@style/Theme.Holo.Dialog.Alert</item>
386 <item name="timePickerDialogTheme">?attr/alertDialogTheme</item>
392 <item name="datePickerDialogTheme">?attr/alertDialogTheme</item>
    [all...]
themes.xml 219 <item name="alertDialogTheme">@style/Theme.Dialog.Alert</item>
418 <item name="timePickerDialogTheme">?attr/alertDialogTheme</item>
424 <item name="datePickerDialogTheme">?attr/alertDialogTheme</item>
    [all...]
themes_device_defaults.xml 93 <item name="alertDialogTheme">@style/Theme.DeviceDefault.Dialog.Alert</item>
444 <item name="alertDialogTheme">@style/Theme.DeviceDefault.Light.Dialog.Alert</item>
    [all...]
themes_material.xml 187 <item name="alertDialogTheme">@style/ThemeOverlay.Material.Dialog.Alert</item>
    [all...]
  /frameworks/support/v7/appcompat/res-public/values/
public_attrs.xml 52 <public type="attr" name="alertDialogTheme"/>
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AlertDialog.java 92 * to get the dialog's style (such as {@link R.attr#alertDialogTheme}.
111 context.getTheme().resolveAttribute(R.attr.alertDialogTheme, outValue, true);
285 * {@link android.R.attr#alertDialogTheme} within the parent
313 * {@link android.R.attr#alertDialogTheme}.
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/res-public/values/
public_attrs.xml 52 <public type="attr" name="alertDialogTheme"/>
  /frameworks/base/packages/SystemUI/res/values/
styles.xml 260 <item name="android:alertDialogTheme">@style/Theme.SystemUI.Dialog.Alert</item>
  /frameworks/base/tools/aapt2/
SdkConstants.cpp 299 { u"alertDialogTheme", 11 },
  /packages/apps/Contacts/res/values/
styles.xml 74 <item name="android:alertDialogTheme">@style/ContactsAlertDialogTheme</item>
  /frameworks/support/v7/appcompat/res/values/
themes_base.xml 267 <item name="alertDialogTheme">@style/ThemeOverlay.AppCompat.Dialog.Alert</item>
428 <item name="alertDialogTheme">@style/ThemeOverlay.AppCompat.Dialog.Alert</item>
    [all...]
attrs.xml 347 <attr name="alertDialogTheme" format="reference" />
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/res/values/
themes_base.xml 267 <item name="alertDialogTheme">@style/ThemeOverlay.AppCompat.Dialog.Alert</item>
428 <item name="alertDialogTheme">@style/Theme.AppCompat.Light.Dialog.Alert</item>
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
GlobalActions.java     [all...]

Completed in 1259 milliseconds

1 2 3