Searched defs:shadeColorId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeTransitionView.java384 * @param shadeColorId color id of the shade that will be pulled up
389 public void prepareToPullUpShade(int shadeColorId, int iconId, argument
391 prepareShadeAnimation(PULL_UP_SHADE, shadeColorId, iconId, listener);
397 * @param shadeColorId color id of the shade that will be pulled down
402 public void prepareToPullDownShade(int shadeColorId, int modeIconResourceId, argument
404 prepareShadeAnimation(PULL_DOWN_SHADE, shadeColorId, modeIconResourceId, listener);
411 * @param shadeColorId color id of the shade that will be animated
416 private void prepareShadeAnimation(int animationType, int shadeColorId, int iconResId, argument
423 resetShade(shadeColorId, iconResId);
429 * @param shadeColorId i
432 resetShade(int shadeColorId, int modeIconResourceId) argument
[all...]

Completed in 47 milliseconds