/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/binder/ |
H A D | BouncerMessageViewBinder.kt | 58 updateView( 64 updateView( 77 private fun updateView( regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardQsUserSwitchController.java | 115 updateView(); 237 updateView(); 265 updateView(); in updateKeyguardShowing() 300 private void updateView() { in updateView() method in KeyguardQsUserSwitchController
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | SubtitleTrack.java | 126 public abstract void updateView(Vector<Cue> activeCues); in updateView() method in SubtitleTrack 235 updateView(mActiveCues); in onTimedEvent() 250 updateView(mActiveCues); in onSeek() 264 updateView(mActiveCues); in onStop() 358 updateView(mActiveCues); in addCue()
|
H A D | SRTRenderer.java | 159 public void updateView(Vector<Cue> activeCues) { in updateView() method in SRTTrack 161 super.updateView(activeCues); in updateView()
|
H A D | TtmlRenderer.java | 608 public void updateView(Vector<SubtitleTrack.Cue> activeCues) { in updateView() method in TtmlTrack
|
H A D | ClosedCaptionRenderer.java | 103 public void updateView(Vector<Cue> activeCues) { in updateView() method in Cea608CaptionTrack
|
H A D | WebVttRenderer.java | 1089 public void updateView(Vector<SubtitleTrack.Cue> activeCues) { in updateView() method in WebVttTrack
|
H A D | Cea708CaptionRenderer.java | 112 public void updateView(Vector<Cue> activeCues) { in updateView() method in Cea708CaptionTrack
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
H A D | OngoingPrivacyChip.kt | 50 updateView(PrivacyChipBuilder(context, field)) 75 private fun updateView(builder: PrivacyChipBuilder) { regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/ |
H A D | TemporaryViewDisplayController.kt | 164 updateView(newInfo, view) 272 updateView(newInfo, newView) 439 abstract fun updateView(newInfo: T, currentView: ViewGroup) regex
|
/aosp14/frameworks/base/packages/SettingsLib/BarChartPreference/src/com/android/settingslib/widget/ |
H A D | BarView.java | 70 void updateView(BarViewInfo barViewInfo) { in updateView() method in BarView
|
H A D | BarChartPreference.java | 221 barView.updateView(barViewInfos[index]); in updateBarChart()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/chipbar/ |
H A D | ChipbarCoordinator.kt | 130 override fun updateView(newInfo: ChipbarInfo, currentView: ViewGroup) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/receiver/ |
H A D | MediaTttChipControllerReceiver.kt | 203 override fun updateView(newInfo: ChipReceiverInfo, currentView: ViewGroup) {
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/ |
H A D | ChipbarCoordinatorTest.kt | 557 underTest.updateView(
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleExpandedView.java | 942 public void updateView(int[] containerLocationOnScreen) { in updateView() method in BubbleExpandedView
|
H A D | BubbleStackView.java | 3218 mExpandedBubble.getExpandedView().updateView( in updateExpandedView()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/ |
H A D | TemporaryViewDisplayControllerTest.kt | 1169 override fun updateView(newInfo: ViewInfo, currentView: ViewGroup) {
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 30629 Landroid/media/SubtitleTrack;->updateView(Ljava/util/Vector;)V
|