Searched refs:style (Results 1 - 17 of 17) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DFragmentDialog.java125 // Pick a style based on the num.
126 int style = DialogFragment.STYLE_NORMAL, theme = 0;
128 case 1: style = DialogFragment.STYLE_NO_TITLE; break;
129 case 2: style = DialogFragment.STYLE_NO_FRAME; break;
130 case 3: style = DialogFragment.STYLE_NO_INPUT; break;
131 case 4: style = DialogFragment.STYLE_NORMAL; break;
132 case 5: style = DialogFragment.STYLE_NORMAL; break;
133 case 6: style = DialogFragment.STYLE_NO_TITLE; break;
134 case 7: style = DialogFragment.STYLE_NO_FRAME; break;
135 case 8: style
[all...]
H A DActivityRecreate.java39 case android.R.style.Theme_Holo_Light:
40 mCurTheme = android.R.style.Theme_Holo_Dialog;
42 case android.R.style.Theme_Holo_Dialog:
43 mCurTheme = android.R.style.Theme_Holo;
46 mCurTheme = android.R.style.Theme_Holo_Light;
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentDialogSupport.java126 // Pick a style based on the num.
127 int style = DialogFragment.STYLE_NORMAL, theme = 0;
129 case 1: style = DialogFragment.STYLE_NO_TITLE; break;
130 case 2: style = DialogFragment.STYLE_NO_FRAME; break;
131 case 3: style = DialogFragment.STYLE_NO_INPUT; break;
132 case 4: style = DialogFragment.STYLE_NORMAL; break;
133 case 5: style = DialogFragment.STYLE_NO_TITLE; break;
134 case 6: style = DialogFragment.STYLE_NO_FRAME; break;
135 case 7: style = DialogFragment.STYLE_NORMAL; break;
138 case 2: theme = android.R.style
[all...]
/development/apps/FontLab/src/com/android/fontlab/
H A DFontPicker.java58 protected void addItem(List<Bundle> data, String name, String fontName, int style) argument
63 temp.putInt("style", style);
H A DFontLab.java191 private void addStyleMenu(Menu menu, int style, char shortCut) { argument
192 MenuItem item = menu.add(0, style, 0, (style == Typeface.BOLD) ? "Bold" : "Italic");
195 item.setChecked((mFontStyle & style) != 0);
197 item.setVisible(canSupportStyle(sTypeface[mFontIndex], style));
346 int style = ((Integer)extras.get("style")).intValue();
348 t.setTypeface(Typeface.create(font, style));
/development/samples/ApiDemos/src/com/example/android/apis/text/
H A DLink.java28 import android.text.style.StyleSpan;
29 import android.text.style.URLSpan;
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
H A DWiFiChatFragment.java99 R.style.normalText);
102 R.style.boldText);
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
H A DMainActivity.java127 if (mThemeId == R.style.AppTheme_Dark) {
128 mThemeId = R.style.AppTheme_Light;
130 mThemeId = R.style.AppTheme_Dark;
/development/tools/findunused/
H A Dfindunusedresources71 echo $i $(grep -cw R\\..*\\.$i\\\|@style/$p\\\|@drawable/$p\\\|@anim/$p\\\|@color/$p\\\|@xml/$p\\\|@layout/$p\\\|@menu/$p\\\|@+id/$p\\\|@array/$p\\\|@string/$p\\\|@mipmap/$p\\\|@integer/$p\\\|@dimen/$p\\\|\[a-z\]\*:$p\\\|enumname=\"$p\\\|\<item\>$p\< < /tmp/everything$$)
/development/ndk/platforms/android-4/samples/san-angeles/jni/
H A Dapp-win32.c13 * (2) The BSD-style license that is included with this source in
222 wc.style = CS_HREDRAW | CS_VREDRAW;
/development/apps/OBJViewer/com/android/objviewer/
H A DOBJViewer.java307 setTheme(R.style.Theme);
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/widget/ ...
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/AnimationsDemo/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...

Completed in 1628 milliseconds