Home
last modified time | relevance | path

Searched refs:startInputFocusTransfer (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewController.kt85 @Deprecated("No longer supported. Do not add new calls to this.") fun startInputFocusTransfer() in startExpandLatencyTracking() method
DShadeViewControllerEmptyImpl.kt89 override fun startInputFocusTransfer() {} in startInputFocusTransfer() method in com.android.systemui.shade.ShadeViewControllerEmptyImpl
DNotificationPanelViewController.java2337 public void startInputFocusTransfer() { in startInputFocusTransfer() method in NotificationPanelViewController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java1083 mNotificationPanelViewController.startInputFocusTransfer(); in testQsExpansionChangedToDefaultWhenRotatingFromOrToSplitShade()
1339 mNotificationPanelViewController.startInputFocusTransfer(); in shadeExpanded_whenInputFocusTransferStarted()
1348 mNotificationPanelViewController.startInputFocusTransfer(); in shadeNotExpanded_whenInputFocusTransferStartedButPanelsDisabled()
1356 mNotificationPanelViewController.startInputFocusTransfer(); in cancelInputFocusTransfer_shadeCollapsed()
1366 mNotificationPanelViewController.startInputFocusTransfer(); in finishInputFocusTransfer_shadeFlingingOpen()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java228 mShadeViewControllerLazy.get().startInputFocusTransfer();