Home
last modified time | relevance | path

Searched refs:style (Results 1 – 25 of 106) sorted by relevance

12345

/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentDialog.java126 int style = DialogFragment.STYLE_NORMAL, theme = 0; in onCreate() local
128 case 1: style = DialogFragment.STYLE_NO_TITLE; break; in onCreate()
129 case 2: style = DialogFragment.STYLE_NO_FRAME; break; in onCreate()
130 case 3: style = DialogFragment.STYLE_NO_INPUT; break; in onCreate()
131 case 4: style = DialogFragment.STYLE_NORMAL; break; in onCreate()
132 case 5: style = DialogFragment.STYLE_NORMAL; break; in onCreate()
133 case 6: style = DialogFragment.STYLE_NO_TITLE; break; in onCreate()
134 case 7: style = DialogFragment.STYLE_NO_FRAME; break; in onCreate()
135 case 8: style = DialogFragment.STYLE_NORMAL; break; in onCreate()
138 case 4: theme = android.R.style.Theme_Holo; break; in onCreate()
[all …]
DActivityRecreate.java39 case android.R.style.Theme_Holo_Light: in onCreate()
40 mCurTheme = android.R.style.Theme_Holo_Dialog; in onCreate()
42 case android.R.style.Theme_Holo_Dialog: in onCreate()
43 mCurTheme = android.R.style.Theme_Holo; in onCreate()
46 mCurTheme = android.R.style.Theme_Holo_Light; in onCreate()
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java26 import android.text.style.ForegroundColorSpan;
27 import android.text.style.RelativeSizeSpan;
28 import android.text.style.StrikethroughSpan;
29 import android.text.style.StyleSpan;
30 import android.text.style.SubscriptSpan;
31 import android.text.style.SuperscriptSpan;
32 import android.text.style.TypefaceSpan;
33 import android.text.style.UnderlineSpan;
122 NotificationCompat.BigTextStyle style = new NotificationCompat.BigTextStyle(); in buildNotifications() local
155 style.setBigContentTitle(title); in buildNotifications()
[all …]
/development/vndk/tools/definition-tool/assets/visual/
Ddep-graph.js62 if (currentList.style.display === "block") {
63 currentList.style.display = "none";
67 selectedSubNode.nextElementSibling.style.display = "none";
72 currentList.style.display = "block";
74 currentList.childNodes[i].style.display = "none";
78 selectedNode.nextElementSibling.style.display = "none";
81 selectedSubNode.nextElementSibling.style.display = "none";
98 if (currentSubList.style.display === "block") {
99 currentSubList.style.display = "none";
102 currentSubList.style.display = "block";
[all …]
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipeService.java68 NotificationCompat.BigTextStyle style = new NotificationCompat.BigTextStyle(); in createNotification() local
69 style.bigText(recipeStep.stepText); in createNotification()
70 style.setBigContentTitle(String.format( in createNotification()
72 style.setSummaryText(""); in createNotification()
74 builder.setStyle(style); in createNotification()
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java29 import android.text.style.ForegroundColorSpan;
30 import android.text.style.RelativeSizeSpan;
31 import android.text.style.StrikethroughSpan;
32 import android.text.style.StyleSpan;
33 import android.text.style.SubscriptSpan;
34 import android.text.style.SuperscriptSpan;
35 import android.text.style.TypefaceSpan;
36 import android.text.style.UnderlineSpan;
118 Notification.BigTextStyle style = new Notification.BigTextStyle(); in buildNotification() local
151 style.setBigContentTitle(title); in buildNotification()
[all …]
/development/samples/ApiDemos/src/com/example/android/apis/text/
DLink.java28 import android.text.style.StyleSpan;
29 import android.text.style.URLSpan;
/development/samples/browseable/TextLinkify/src/com.example.android.textlinkify/
DMainActivity.java26 import android.text.style.StyleSpan;
27 import android.text.style.URLSpan;
/development/vndk/tools/sourcedr/sourcedr/static/js/
Dmain.js72 path.style.color = 'purple';
73 path.style.fontSize = '20px';
81 line_html.style.color = 'green';
82 line_html.style.fontSize = '18px';
86 content_html.style.fontSize = '18px';
/development/vndk/tools/definition-tool/assets/insight/
Dinsight.css40 list-style-type: none;
113 font-style: italic;
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
DWiFiChatFragment.java99 R.style.normalText); in getView()
102 R.style.boldText); in getView()
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
DMainActivity.java76 logFragment.getLogView().setTextAppearance(this, R.style.Log); in initializeLogging()
/development/samples/browseable/RepeatingAlarm/src/com.example.android.repeatingalarm/
DMainActivity.java76 logFragment.getLogView().setTextAppearance(this, R.style.Log); in initializeLogging()
/development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
DMainActivity.java76 logFragment.getLogView().setTextAppearance(this, R.style.Log); in initializeLogging()
/development/samples/browseable/BasicImmersiveMode/src/com.example.android.basicimmersivemode/
DMainActivity.java76 logFragment.getLogView().setTextAppearance(this, R.style.Log); in initializeLogging()
/development/samples/browseable/ImmersiveMode/src/com.example.android.immersivemode/
DMainActivity.java76 logFragment.getLogView().setTextAppearance(this, R.style.Log); in initializeLogging()
/development/samples/browseable/TextSwitcher/src/com.example.android.textswitcher/
DMainActivity.java99 t.setTextAppearance(MainActivity.this, android.R.style.TextAppearance_Large);
/development/samples/browseable/StorageClient/src/com.example.android.storageclient/
DMainActivity.java76 logFragment.getLogView().setTextAppearance(this, R.style.Log); in initializeLogging()
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DMainActivity.java127 if (mThemeId == R.style.AppTheme_Dark) { in onOptionsItemSelected()
128 mThemeId = R.style.AppTheme_Light; in onOptionsItemSelected()
130 mThemeId = R.style.AppTheme_Dark; in onOptionsItemSelected()
/development/vndk/tools/sourcedr/sourcedr/static/prism/js/
Dprism.js623 d.style.fontSize = '13px';
624 d.style.lineHeight = '1.5';
625 d.style.padding = 0;
626 d.style.border = 0;
674 line.style.top = (getOffsetById('line_no' + start) - offset) + 'px';
790 pre.style.counterReset = 'linenumber ' + (parseInt(pre.getAttribute('data-start'), 10) - 1);
/development/samples/browseable/BeamLargeFiles/src/com.example.android.beamlargefiles/
DMainActivity.java78 logFragment.getLogView().setTextAppearance(this, R.style.Log); in initializeLogging()
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
DMainActivity.java78 logFragment.getLogView().setTextAppearance(this, R.style.Log); in initializeLogging()
/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DMainActivity.java78 logFragment.getLogView().setTextAppearance(this, R.style.Log); in initializeLogging()
/development/samples/browseable/StorageClient/src/com.example.android.common/logger/
DLogFragment.java79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.common.logger/
DLogFragment.java79 mLogView.setTextAppearance(getActivity(), android.R.style.TextAppearance_Holo_Medium); in inflateViews()

12345