HomeSort by relevance Sort by last modified time
    Searched refs:shadeColorId (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera2/src/com/android/camera/ui/
ModeTransitionView.java 384 * @param shadeColorId color id of the shade that will be pulled up
389 public void prepareToPullUpShade(int shadeColorId, int iconId,
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,
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,
423 resetShade(shadeColorId, iconResId);
429 * @param shadeColorId id of the shade colo
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
CameraAppUI.java     [all...]

Completed in 457 milliseconds