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.java369 private LayerDrawable applyCircleDrawableToShutterBackground(LayerDrawable shutterBackground) { in applyCircleDrawableToShutterBackground() argument
374 Drawable d = shutterBackground.findDrawableByLayerId(R.id.circle_item); in applyCircleDrawableToShutterBackground()
379 shutterBackground in applyCircleDrawableToShutterBackground()
383 return shutterBackground; in applyCircleDrawableToShutterBackground()
391 LayerDrawable shutterBackground = applyCircleDrawableToShutterBackground( in setupShutterBackgroundForModeIndex() local
393 mShutterButton.setBackground(shutterBackground); in setupShutterBackgroundForModeIndex()
397 Drawable d = shutterBackground.getDrawable(0); in setupShutterBackgroundForModeIndex()