/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/common/viewhost/ |
D | SurfaceControlViewHostAdapterTest.kt | 82 adapter.updateView( in <lambda>() 95 adapter.updateView( in <lambda>() 101 adapter.updateView( in <lambda>() 114 adapter.updateView( in <lambda>() 121 adapter.updateView( in <lambda>() 131 adapter.updateView( in <lambda>()
|
D | ReusableWindowDecorViewHostTest.kt | 56 reusableVH.updateView(view, lp, context.resources.configuration) in <lambda>() 63 reusableVH.updateView(newView, newLp, context.resources.configuration) in <lambda>() 75 reusableVH.updateView(view, lp, context.resources.configuration) in <lambda>() 81 reusableVH.updateView(view, lp, context.resources.configuration) in <lambda>() 108 reusableVH.updateView( in <lambda>() 173 reusableVH.updateView( in <lambda>()
|
D | DefaultWindowDecorViewHostTest.kt | 51 windowDecorViewHost.updateView( in <lambda>() 80 windowDecorViewHost.updateView( in <lambda>() 148 windowDecorViewHost.updateView( in <lambda>()
|
D | PooledWindowDecorViewHostSupplierTest.kt | 141 override fun updateView( in updateView() method in com.android.wm.shell.windowdecor.common.viewhost.PooledWindowDecorViewHostSupplierTest.FakeWindowDecorViewHost
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
D | SideFpsProgressBarViewBinder.kt | 76 updateView( in <lambda>() 98 private fun updateView( in <lambda>() method in com.android.systemui.keyguard.ui.binder.SideFpsProgressBarViewBinder 107 view.updateView(visible, location, length, thickness, rotation) in <lambda>() 120 updateView( in <lambda>() 138 updateView( in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/binder/ |
D | BouncerMessageViewBinder.kt | 56 updateView( in bind() 62 updateView( in bind() 75 private fun updateView( in updateView() method
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/common/viewhost/ |
D | ReusableWindowDecorViewHost.kt | 67 viewHostAdapter.updateView( in warmUp() 84 override fun updateView( in updateView() method 137 viewHostAdapter.updateView(rootView, attrs) in updateViewHost()
|
D | DefaultWindowDecorViewHost.kt | 50 override fun updateView( in updateView() method 101 viewHostAdapter.updateView(view, attrs) in updateViewHost()
|
D | WindowDecorViewHost.kt | 34 fun updateView( method
|
D | SurfaceControlViewHostAdapter.kt | 91 fun updateView(view: View, attrs: WindowManager.LayoutParams) { in updateView() method in com.android.wm.shell.windowdecor.common.viewhost.SurfaceControlViewHostAdapter
|
/frameworks/base/packages/SettingsLib/SettingsTheme/src/com/android/settingslib/widget/ |
D | CollapsableTextView.kt | 73 updateView() in <lambda>() 133 updateView() in setCollapsable() 142 updateView() in setMinLines() 223 private fun updateView() { in updateView() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyguardQsUserSwitchController.java | 91 updateView(); 203 updateView(); 231 updateView(); in updateKeyguardShowing() 266 private void updateView() { in updateView() method in KeyguardQsUserSwitchController
|
/frameworks/base/media/java/android/media/ |
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()
|
D | SRTRenderer.java | 159 public void updateView(Vector<Cue> activeCues) { in updateView() method in SRTTrack 161 super.updateView(activeCues); in updateView()
|
D | TtmlRenderer.java | 608 public void updateView(Vector<SubtitleTrack.Cue> activeCues) { in updateView() method in TtmlTrack
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
D | OngoingPrivacyChip.kt | 52 updateView(PrivacyChipBuilder(context, field)) in <lambda>() 77 private fun updateView(builder: PrivacyChipBuilder) { in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/ |
D | TemporaryViewDisplayController.kt | 163 updateView(newInfo, view) in <lambda>() 271 updateView(newInfo, newView) in <lambda>() 438 abstract fun updateView(newInfo: T, currentView: ViewGroup) in <lambda>() method in com.android.systemui.temporarydisplay.TemporaryViewDisplayController
|
/frameworks/base/packages/SettingsLib/BarChartPreference/src/com/android/settingslib/widget/ |
D | BarView.java | 70 void updateView(BarViewInfo barViewInfo) { in updateView() method in BarView
|
D | BarChartPreference.java | 221 barView.updateView(barViewInfos[index]); in updateBarChart()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/ |
D | SideFpsProgressBar.kt | 44 fun updateView( in updateView() method
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/ |
D | WindowDecorationTests.java | 288 verify(mMockWindowDecorViewHost).updateView( in testLayoutResultCalculation_visibleFocusedTask() 418 verify(mMockWindowDecorViewHost).updateView(same(mMockView), any(), any(), any(), any()); in testNotCrashWhenDisplayAppearsAfterTask() 620 verify(mMockWindowDecorViewHost).updateView(any(), any(), any(), any(), in testRelayout_applyTransactionInSyncWithDraw() 1074 .updateView( in relayout_applyTransactionOnDrawIsTrue_updatesViewWithDrawTransaction()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/chipbar/ |
D | ChipbarCoordinator.kt | 129 override fun updateView(newInfo: ChipbarInfo, currentView: ViewGroup) { in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/receiver/ |
D | MediaTttChipControllerReceiver.kt | 209 override fun updateView(newInfo: ChipReceiverInfo, currentView: ViewGroup) { in <lambda>() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/ |
D | ChipbarCoordinatorTest.kt | 534 underTest.updateView( in updateView_viewUpdated()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleExpandedView.java | 1056 public void updateView(int[] containerLocationOnScreen) { in updateView() method in BubbleExpandedView
|