/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | FragmentDialog.java | 126 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 …]
|
D | ActivityRecreate.java | 39 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/ |
D | NotificationPresets.java | 26 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/ |
D | expanded_timeline_component.ts | 167 timeline.canvas.style.width = 'auto'; 168 timeline.canvas.style.height = 'auto'; 174 timeline.canvas.style.width = 'auto'; 175 timeline.canvas.style.height = 'auto';
|
D | mini_timeline_component.ts | 122 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';
|
D | single_timeline_component.ts | 93 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/ |
D | RecipeService.java | 68 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/ |
D | viewer_screen_recording_component_test.ts | 50 expect(videoContainer!.style.height).toEqual(''); 54 expect(videoContainer!.style.height).toEqual('0px'); 58 expect(videoContainer!.style.height).toEqual('');
|
/development/tools/otagui/src/views/ |
D | NotFound.vue | 10 <style scoped> 21 </style>
|
/development/tools/ota_analysis/src/views/ |
D | NotFound.vue | 10 <style scoped> 21 </style>
|
/development/tools/otagui/src/components/ |
D | BaseInput.vue | 28 <style scoped> 33 </style>
|
D | JobConfiguration.vue | 46 <style scoped> 48 list-style: none; 51 </style>
|
D | FileSelect.vue | 45 <style scoped> 73 border-bottom-style: solid; 79 border-top-style: solid; 119 </style>
|
D | BaseCheckbox.vue | 32 <style scoped> 45 </style>
|
D | JobDisplay.vue | 37 <style> 50 </style>
|
D | UploadFile.vue | 48 <style scoped> 53 </style>
|
/development/tools/ota_analysis/src/assets/ |
D | logo.svg | 1 …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/ |
D | NotificationPresets.java | 29 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/ |
D | PayloadDetail.vue | 36 <span style="white-space: pre-wrap"> 69 <style scoped> 81 </style>
|
D | PieChart.vue | 49 <style scoped> 53 </style>
|
D | PartialCheckbox.vue | 67 <style scoped> 70 list-style-type: none; 76 </style>
|
D | OperationDetail.vue | 62 <style scoped> 69 list-style-type: none; 72 </style>
|
/development/tools/otagui/src/ |
D | App.vue | 37 <style> 41 </style>
|
/development/tools/ota_analysis/src/ |
D | App.vue | 37 <style> 41 </style>
|
/development/tools/winscope/src/app/components/ |
D | trace_view_component.ts | 174 view.htmlElement.style.pointerEvents = 'all'; 184 this.currentActiveTab.htmlElement.style.display = 'none'; 197 tab.htmlElement.style.display = '';
|