Loading packages/SystemUI/src/com/android/systemui/tv/pip/PipRecentsOverlayManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ public class PipRecentsOverlayManager { */ public void requestFocus(boolean allowRecentsFocusable) { mRecentsView.setVisibility(allowRecentsFocusable ? View.VISIBLE : View.GONE); if (!mIsRecentsShown || mIsPipFocusedInRecent) { if (!mIsPipRecentsOverlayShown || !mIsRecentsShown || mIsPipFocusedInRecent) { return; } mIsPipFocusedInRecent = true; Loading @@ -153,7 +153,7 @@ public class PipRecentsOverlayManager { * This should be called only by {@link com.android.systemui.recents.tv.RecentsTvActivity}. */ public void clearFocus() { if (!mIsRecentsShown || !mIsPipFocusedInRecent) { if (!mIsPipRecentsOverlayShown || !mIsRecentsShown || !mIsPipFocusedInRecent) { return; } if (!mRecentsView.hasFocus()) { Loading Loading
packages/SystemUI/src/com/android/systemui/tv/pip/PipRecentsOverlayManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ public class PipRecentsOverlayManager { */ public void requestFocus(boolean allowRecentsFocusable) { mRecentsView.setVisibility(allowRecentsFocusable ? View.VISIBLE : View.GONE); if (!mIsRecentsShown || mIsPipFocusedInRecent) { if (!mIsPipRecentsOverlayShown || !mIsRecentsShown || mIsPipFocusedInRecent) { return; } mIsPipFocusedInRecent = true; Loading @@ -153,7 +153,7 @@ public class PipRecentsOverlayManager { * This should be called only by {@link com.android.systemui.recents.tv.RecentsTvActivity}. */ public void clearFocus() { if (!mIsRecentsShown || !mIsPipFocusedInRecent) { if (!mIsPipRecentsOverlayShown || !mIsRecentsShown || !mIsPipFocusedInRecent) { return; } if (!mRecentsView.hasFocus()) { Loading