/development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/activities/ |
D | UnresizableActivity.java | 38 setBackgroundColor(R.color.purple); in onCreate()
|
D | LaunchBoundsActivity.java | 37 setBackgroundColor(R.color.lime); in onCreate()
|
D | BasicActivity.java | 40 setBackgroundColor(R.color.gray); in onCreate()
|
D | AdjacentActivity.java | 37 setBackgroundColor(R.color.teal); in onCreate()
|
D | MinimumSizeActivity.java | 36 setBackgroundColor(R.color.pink); in onCreate()
|
D | CustomConfigurationChangeActivity.java | 40 setBackgroundColor(R.color.cyan); in onCreate()
|
D | LoggingActivity.java | 149 protected void setBackgroundColor(@ColorRes int colorId) { in setBackgroundColor() method in LoggingActivity
|
/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/JobScheduler/src/com.example.android.jobscheduler/ |
D | MainActivity.java | 222 showStartView.setBackgroundColor(getColor(R.color.start_received)); in handleMessage() 236 showStopView.setBackgroundColor(getColor(R.color.stop_received)); in handleMessage() 244 showStartView.setBackgroundColor(getColor(R.color.none_received)); in handleMessage() 248 showStopView.setBackgroundColor(getColor(R.color.none_received)); in handleMessage()
|
/development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/ |
D | SamplePresentation.java | 71 mLayout.setBackgroundColor(color); in setColor()
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
D | TouchHighlightImageButton.java | 64 setBackgroundColor(0); in init()
|
/development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/ |
D | ImageDragListener.java | 75 view.setBackgroundColor(color); in setTargetColor()
|
/development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/droptarget/ |
D | ImageDragListener.java | 67 view.setBackgroundColor(color); in setTargetColor()
|
/development/samples/browseable/BasicImmersiveMode/src/com.example.android.basicimmersivemode/ |
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/StorageProvider/src/com.example.android.storageprovider/ |
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/RepeatingAlarm/src/com.example.android.repeatingalarm/ |
D | MainActivity.java | 77 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
|
/development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/ |
D | MainActivity.java | 77 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
|
/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/BeamLargeFiles/src/com.example.android.beamlargefiles/ |
D | MainActivity.java | 79 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
|
/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/ |
D | MainActivity.java | 79 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()
|
/development/samples/devbytes/animation/LayoutTransChanging/src/com/example/android/layouttranschanging/ |
D | LayoutTransChanging.java | 106 setBackgroundColor(color); in ColoredView()
|
/development/samples/browseable/CustomTransition/src/com.example.android.customtransition/ |
D | ChangeColor.java | 105 view.setBackgroundColor((Integer) value); in createAnimator()
|