/development/samples/ThemedNavBarKeyboard/src/com/example/android/themednavbarkeyboard/ |
D | ThemedNavBarKeyboard.java | 184 setBackgroundColor(LIGHT_RED); in KeyboardLayoutView() 190 setBackgroundColor(MINT_COLOR); in KeyboardLayoutView() 217 setBackgroundColor(Color.TRANSPARENT); in KeyboardLayoutView() 235 setBackgroundColor(MINT_COLOR); in KeyboardLayoutView() 239 setBackgroundColor(MINT_COLOR); in KeyboardLayoutView()
|
/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/SampleInputMethodAccessibilityService/src/com/example/android/sampleinputmethodaccessibilityservice/ |
D | OverlayWindowBuilder.java | 66 OverlayWindowBuilder setBackgroundColor(@ColorInt int color) { in setBackgroundColor() method in OverlayWindowBuilder 90 contentFrame.setBackgroundColor(mBackgroundColor); in show()
|
D | SampleInputMethodAccessibilityService.java | 143 .setBackgroundColor(0xeed2e3fc) in onServiceConnected() 157 buttonLayout.setBackgroundColor(0xfffeefc3); in onServiceConnected() 250 .setBackgroundColor(0xfffcc934) in onServiceConnected()
|
/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/MultiWindowPlayground/src/com/android.multiwindowplayground/activities/ |
D | AdjacentActivity.java | 37 setBackgroundColor(R.color.teal); in onCreate()
|
D | BasicActivity.java | 40 setBackgroundColor(R.color.gray); in onCreate()
|
D | MinimumSizeActivity.java | 36 setBackgroundColor(R.color.pink); in onCreate()
|
D | LaunchBoundsActivity.java | 37 setBackgroundColor(R.color.lime); in onCreate()
|
D | UnresizableActivity.java | 38 setBackgroundColor(R.color.purple); in onCreate()
|
D | CustomConfigurationChangeActivity.java | 40 setBackgroundColor(R.color.cyan); in onCreate()
|
/development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/ |
D | SamplePresentation.java | 71 mLayout.setBackgroundColor(color); in setColor()
|
/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/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
D | TouchHighlightImageButton.java | 64 setBackgroundColor(0); in init()
|
/development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/droptarget/ |
D | ImageDragListener.java | 67 view.setBackgroundColor(color); in setTargetColor()
|
/development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/ |
D | ImageDragListener.java | 75 view.setBackgroundColor(color); in setTargetColor()
|
/development/samples/browseable/ImmersiveMode/src/com.example.android.immersivemode/ |
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/BasicImmersiveMode/src/com.example.android.basicimmersivemode/ |
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/BasicGestureDetect/src/com.example.android.basicgesturedetect/ |
D | MainActivity.java | 77 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()
|