public boolean isImageQuickSwitchShown() {
   return this.getVisibility() == VISIBLE
       && v_image_quick_switch_panel.getVisibility() == VISIBLE
       && v_express_panel.getVisibility() == GONE;
 }