Home
last modified time | relevance | path

Searched refs:shutterBackground (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
DBottomBar.java387 private LayerDrawable applyCircleDrawableToShutterBackground(LayerDrawable shutterBackground) { in applyCircleDrawableToShutterBackground() argument
392 Drawable d = shutterBackground.findDrawableByLayerId(R.id.circle_item); in applyCircleDrawableToShutterBackground()
396 shutterBackground in applyCircleDrawableToShutterBackground()
401 return shutterBackground; in applyCircleDrawableToShutterBackground()
409 LayerDrawable shutterBackground = applyCircleDrawableToShutterBackground( in setupShutterBackgroundForModeIndex() local
411 mShutterButton.setBackground(shutterBackground); in setupShutterBackgroundForModeIndex()
415 Drawable d = shutterBackground.getDrawable(0); in setupShutterBackgroundForModeIndex()