| /development/samples/Support7Demos/src/com/example/android/supportv7/graphics/ |
| D | PaletteDetailActivity.java | 168 setBackgroundColor(view, getItem(position)); in getView() 176 setBackgroundColor(findViewById(R.id.text_vibrant), palette.getVibrantSwatch()); in populatePalette() 177 setBackgroundColor(findViewById(R.id.text_muted), palette.getMutedSwatch()); in populatePalette() 178 setBackgroundColor(findViewById(R.id.text_light_vibrant), palette.getLightVibrantSwatch()); in populatePalette() 179 setBackgroundColor(findViewById(R.id.text_light_muted), palette.getLightMutedSwatch()); in populatePalette() 180 setBackgroundColor(findViewById(R.id.text_dark_vibrant), palette.getDarkVibrantSwatch()); in populatePalette() 181 setBackgroundColor(findViewById(R.id.text_dark_muted), palette.getDarkMutedSwatch()); in populatePalette() 184 private void setBackgroundColor(View view, Palette.Swatch swatch) { in setBackgroundColor() method in PaletteDetailActivity 186 view.setBackgroundColor(swatch.getRgb()); in setBackgroundColor()
|
| D | PaletteActivity.java | 210 setBackgroundColor( in bindView() 213 setBackgroundColor( in bindView() 216 setBackgroundColor( in bindView() 219 setBackgroundColor( in bindView() 222 setBackgroundColor( in bindView() 225 setBackgroundColor( in bindView() 235 static void setBackgroundColor(View view, Palette.Swatch swatch) { in setBackgroundColor() method in PaletteActivity.PaletteMediaStoreListFragment 237 view.setBackgroundColor(swatch.getRgb()); in setBackgroundColor()
|
| /development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/ |
| D | MainActivity.java | 100 mShowStartView.setBackgroundColor(defaultColor); 103 mShowStopView.setBackgroundColor(defaultColor); 177 mShowStartView.setBackgroundColor(startJobColor); in onReceivedStartJob() 190 mShowStopView.setBackgroundColor(stopJobColor); in onReceivedStopJob()
|
| /development/samples/devbytes/animation/PictureViewer/src/com/example/android/pictureviewer/ |
| D | PictureViewer.java | 53 prevImageView.setBackgroundColor(Color.TRANSPARENT); in onCreate() 54 nextImageView.setBackgroundColor(Color.TRANSPARENT); in onCreate()
|
| /development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/activities/ |
| D | UnresizableActivity.java | 38 setBackgroundColor(R.color.purple); in onCreate()
|
| D | MinimumSizeActivity.java | 36 setBackgroundColor(R.color.pink); in onCreate()
|
| D | LaunchBoundsActivity.java | 37 setBackgroundColor(R.color.lime); in onCreate()
|
| D | AdjacentActivity.java | 37 setBackgroundColor(R.color.teal); in onCreate()
|
| D | BasicActivity.java | 40 setBackgroundColor(R.color.gray); in onCreate()
|
| D | CustomConfigurationChangeActivity.java | 40 setBackgroundColor(R.color.cyan); in onCreate()
|
| /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
| D | HorizontalGridTestActivity.java | 113 v.setBackgroundColor(Color.YELLOW); 115 v.setBackgroundColor(Color.LTGRAY); 155 holder.itemView.setBackgroundColor(Color.LTGRAY); in onBindViewHolder()
|
| /development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
| D | MyMediaRouteControllerDialog.java | 41 view.setBackgroundColor(Color.GRAY); in onCreateMediaControlView()
|
| /development/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/details/ |
| D | DetailViewExampleFragment.java | 86 actionsView.setBackgroundColor(getActivity().getResources(). in setupUi() 90 detailsView.setBackgroundColor( in setupUi() 174 getView().setBackgroundColor(backgroundColor); in onItemSelected()
|
| /development/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/page/ |
| D | SettingsIconPresenter.java | 51 imageCardView.setBackgroundColor(getContext().getResources().getColor(colorId)); in setImageBackground()
|
| /development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/ |
| D | SamplePresentation.java | 71 mLayout.setBackgroundColor(color); in setColor()
|
| /development/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/media/ |
| D | VideoMediaPlayerGlue.java | 55 presenter.setBackgroundColor(Color.parseColor("#007236")); in setupControlsRowPresenter()
|
| /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
| D | TouchHighlightImageButton.java | 64 setBackgroundColor(0); in init()
|
| /development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
| D | ContentFragment.java | 82 view.setBackgroundColor( in onCreateView() 87 view.setBackgroundColor(Color.TRANSPARENT); in onCreateView() 94 view.setBackgroundColor(Color.TRANSPARENT); in onCreateView()
|
| /development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/ |
| D | MainActivity.java | 77 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
|
| /development/samples/browseable/StorageClient/src/com.example.android.storageclient/ |
| D | MainActivity.java | 77 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
|
| /development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/ |
| D | MainActivity.java | 77 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
|
| /development/samples/browseable/BasicImmersiveMode/src/com.example.android.basicimmersivemode/ |
| D | MainActivity.java | 77 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
|
| /development/samples/browseable/RepeatingAlarm/src/com.example.android.repeatingalarm/ |
| D | MainActivity.java | 77 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
|
| /development/samples/browseable/ImmersiveMode/src/com.example.android.immersivemode/ |
| D | MainActivity.java | 77 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
|
| /development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/ |
| D | MainActivity.java | 79 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
|