次の行で ClassCastException を取得しています。
content = ((LinearLayout) findViewById(android.R.id.content).getParent());
これは、アクティビティ/アプリのテーマを次のように設定した場合のみですandroid:Theme.NoTitleBar
フルスクリーンでも同じ問題。
FATAL EXCEPTION: main
E/AndroidRuntime(648): java.lang.ClassCastException: com.android.internal.policy.impl.PhoneWindow$DecorView