Home
last modified time | relevance | path

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

123456

/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/tools/winscope/src/app/components/timeline/
Dexpanded_timeline_component.ts167 timeline.canvas.style.width = 'auto';
168 timeline.canvas.style.height = 'auto';
174 timeline.canvas.style.width = 'auto';
175 timeline.canvas.style.height = 'auto';
Dmini_timeline_component.ts122 this.canvas.style.width = 'auto';
123 this.canvas.style.height = 'auto';
133 this.canvas.style.width = width + 'px';
134 this.canvas.style.height = height + 'px';
Dsingle_timeline_component.ts93 this.canvas.style.width = 'auto';
94 this.canvas.style.height = 'auto';
110 this.canvas.style.width = width + 'px';
111 this.canvas.style.height = height + 'px';
211 this.canvas.style.cursor = 'pointer';
220 this.canvas.style.cursor = 'pointer';
222 this.canvas.style.cursor = 'auto';
/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/tools/winscope/src/viewers/viewer_screen_recording/
Dviewer_screen_recording_component_test.ts50 expect(videoContainer!.style.height).toEqual('');
54 expect(videoContainer!.style.height).toEqual('0px');
58 expect(videoContainer!.style.height).toEqual('');
/development/tools/otagui/src/views/
DNotFound.vue10 <style scoped>
21 </style>
/development/tools/ota_analysis/src/views/
DNotFound.vue10 <style scoped>
21 </style>
/development/tools/otagui/src/components/
DBaseInput.vue28 <style scoped>
33 </style>
DJobConfiguration.vue46 <style scoped>
48 list-style: none;
51 </style>
DFileSelect.vue45 <style scoped>
73 border-bottom-style: solid;
79 border-top-style: solid;
119 </style>
DBaseCheckbox.vue32 <style scoped>
45 </style>
DJobDisplay.vue37 <style>
50 </style>
DUploadFile.vue48 <style scoped>
53 </style>
/development/tools/ota_analysis/src/assets/
Dlogo.svg1 …ewBox="0 0 87.5 100"><defs><style>.cls-1{fill:#1697f6;}.cls-2{fill:#7bc6ff;}.cls-3{fill:#1867c0;}.…
/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/tools/ota_analysis/src/components/
DPayloadDetail.vue36 <span style="white-space: pre-wrap">
69 <style scoped>
81 </style>
DPieChart.vue49 <style scoped>
53 </style>
DPartialCheckbox.vue67 <style scoped>
70 list-style-type: none;
76 </style>
DOperationDetail.vue62 <style scoped>
69 list-style-type: none;
72 </style>
/development/tools/otagui/src/
DApp.vue37 <style>
41 </style>
/development/tools/ota_analysis/src/
DApp.vue37 <style>
41 </style>
/development/tools/winscope/src/app/components/
Dtrace_view_component.ts174 view.htmlElement.style.pointerEvents = 'all';
184 this.currentActiveTab.htmlElement.style.display = 'none';
197 tab.htmlElement.style.display = '';

123456