Home
last modified time | relevance | path

Searched refs:setBackgroundColor (Results 1 – 25 of 43) sorted by relevance

12

/development/samples/ThemedNavBarKeyboard/src/com/example/android/themednavbarkeyboard/
DThemedNavBarKeyboard.java184 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/
DPictureViewer.java53 prevImageView.setBackgroundColor(Color.TRANSPARENT); in onCreate()
54 nextImageView.setBackgroundColor(Color.TRANSPARENT); in onCreate()
/development/samples/SampleInputMethodAccessibilityService/src/com/example/android/sampleinputmethodaccessibilityservice/
DOverlayWindowBuilder.java66 OverlayWindowBuilder setBackgroundColor(@ColorInt int color) { in setBackgroundColor() method in OverlayWindowBuilder
90 contentFrame.setBackgroundColor(mBackgroundColor); in show()
DSampleInputMethodAccessibilityService.java143 .setBackgroundColor(0xeed2e3fc) in onServiceConnected()
157 buttonLayout.setBackgroundColor(0xfffeefc3); in onServiceConnected()
250 .setBackgroundColor(0xfffcc934) in onServiceConnected()
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/
DMainActivity.java222 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/
DAdjacentActivity.java37 setBackgroundColor(R.color.teal); in onCreate()
DBasicActivity.java40 setBackgroundColor(R.color.gray); in onCreate()
DMinimumSizeActivity.java36 setBackgroundColor(R.color.pink); in onCreate()
DLaunchBoundsActivity.java37 setBackgroundColor(R.color.lime); in onCreate()
DUnresizableActivity.java38 setBackgroundColor(R.color.purple); in onCreate()
DCustomConfigurationChangeActivity.java40 setBackgroundColor(R.color.cyan); in onCreate()
/development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/
DSamplePresentation.java71 mLayout.setBackgroundColor(color); in setColor()
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DContentFragment.java82 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/
DTouchHighlightImageButton.java64 setBackgroundColor(0); in init()
/development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/droptarget/
DImageDragListener.java67 view.setBackgroundColor(color); in setTargetColor()
/development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/
DImageDragListener.java75 view.setBackgroundColor(color); in setTargetColor()
/development/samples/browseable/ImmersiveMode/src/com.example.android.immersivemode/
DMainActivity.java77 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
/development/samples/browseable/StorageClient/src/com.example.android.storageclient/
DMainActivity.java77 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
/development/samples/browseable/RepeatingAlarm/src/com.example.android.repeatingalarm/
DMainActivity.java77 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
/development/samples/browseable/BasicImmersiveMode/src/com.example.android.basicimmersivemode/
DMainActivity.java77 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
DMainActivity.java77 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
/development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
DMainActivity.java77 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DMainActivity.java79 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
DMainActivity.java79 logFragment.getLogView().setBackgroundColor(Color.WHITE); in initializeLogging()
/development/samples/devbytes/animation/LayoutTransChanging/src/com/example/android/layouttranschanging/
DLayoutTransChanging.java106 setBackgroundColor(color); in ColoredView()

12