Searched refs:mShutterButtonBackgroundConstantStates (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
H A DBottomBar.java80 private final Drawable.ConstantState[] mShutterButtonBackgroundConstantStates; field in class:BottomBar
103 mShutterButtonBackgroundConstantStates = new Drawable.ConstantState[len];
106 mShutterButtonBackgroundConstantStates[i] =
410 newDrawableFromConstantState(mShutterButtonBackgroundConstantStates[index]));
413 newDrawableFromConstantState(mShutterButtonBackgroundConstantStates[index])));

Completed in 24 milliseconds