Loading packages/SystemUI/src/com/android/systemui/pip/phone/PipTouchState.java +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ import java.io.PrintWriter; */ public class PipTouchState { private static final String TAG = "PipTouchHandler"; private static final boolean DEBUG = true; private static final boolean DEBUG = false; private ViewConfiguration mViewConfig; Loading packages/SystemUI/src/com/android/systemui/recents/RecentsActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -337,7 +337,7 @@ public class RecentsActivity extends Activity implements ViewTreeObserver.OnPreD getWindow().getAttributes().privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY; mLastConfig = Utilities.getAppConfiguration(this); mLastConfig = new Configuration(Utilities.getAppConfiguration(this)); mFocusTimerDuration = getResources().getInteger(R.integer.recents_auto_advance_duration); mIterateTrigger = new DozeTrigger(mFocusTimerDuration, new Runnable() { @Override Loading Loading
packages/SystemUI/src/com/android/systemui/pip/phone/PipTouchState.java +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ import java.io.PrintWriter; */ public class PipTouchState { private static final String TAG = "PipTouchHandler"; private static final boolean DEBUG = true; private static final boolean DEBUG = false; private ViewConfiguration mViewConfig; Loading
packages/SystemUI/src/com/android/systemui/recents/RecentsActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -337,7 +337,7 @@ public class RecentsActivity extends Activity implements ViewTreeObserver.OnPreD getWindow().getAttributes().privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY; mLastConfig = Utilities.getAppConfiguration(this); mLastConfig = new Configuration(Utilities.getAppConfiguration(this)); mFocusTimerDuration = getResources().getInteger(R.integer.recents_auto_advance_duration); mIterateTrigger = new DozeTrigger(mFocusTimerDuration, new Runnable() { @Override Loading