Loading packages/SystemUI/src/com/android/keyguard/KeyguardMessageAreaController.java +1 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,7 @@ public class KeyguardMessageAreaController<T extends KeyguardMessageArea> @Override public void run() { final View host = mHost.get(); if (host != null) { if (host != null && host.isVisibleToUser()) { host.announceForAccessibility(mTextToAnnounce); } } Loading packages/SystemUI/src/com/android/keyguard/LockIconViewController.java +1 −1 Original line number Diff line number Diff line Loading @@ -326,7 +326,7 @@ public class LockIconViewController extends ViewController<LockIconView> impleme } if (!Objects.equals(prevContentDescription, mView.getContentDescription()) && mView.getContentDescription() != null) { && mView.getContentDescription() != null && mView.isVisibleToUser()) { mView.announceForAccessibility(mView.getContentDescription()); } } Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardMessageAreaController.java +1 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,7 @@ public class KeyguardMessageAreaController<T extends KeyguardMessageArea> @Override public void run() { final View host = mHost.get(); if (host != null) { if (host != null && host.isVisibleToUser()) { host.announceForAccessibility(mTextToAnnounce); } } Loading
packages/SystemUI/src/com/android/keyguard/LockIconViewController.java +1 −1 Original line number Diff line number Diff line Loading @@ -326,7 +326,7 @@ public class LockIconViewController extends ViewController<LockIconView> impleme } if (!Objects.equals(prevContentDescription, mView.getContentDescription()) && mView.getContentDescription() != null) { && mView.getContentDescription() != null && mView.isVisibleToUser()) { mView.announceForAccessibility(mView.getContentDescription()); } } Loading