コード例 #1
0
 @Override
 protected void onWindowVisibilityChanged(int visibility) {
   super.onWindowVisibilityChanged(visibility);
   if (visibility != View.VISIBLE) {
     jumpDrawablesToCurrentState();
   }
 }