Home
last modified time | relevance | path

Searched refs:setActiveState (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/panel/
DTaskViewPanel.java282 setActiveState(mOpenState, animator, reason); in openPanel()
289 setActiveState(mOpenState, animator, reason); in openPanelWithIcon()
303 setActiveState(mCloseState, animator, reason); in closePanel()
312 setActiveState(mOpenState, animator, reason); in expandPanel()
317 setActiveState(mOpenState, in fadeInPanel()
327 setActiveState(mCloseState, animator, reason); in fadeOutPanel()
338 setActiveState(mFullScreenState, animated ? createFullScreenPanelAnimator() : null, reason); in openFullScreenPanel()
507 private void setActiveState(State toState, PanelAnimator animator, in setActiveState() method in TaskViewPanel
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java276 void setActiveState(int state) { in setActiveState() method in LeAudioService.LeAudioGroupDescriptor
557 descriptor.setActiveState(ACTIVE_STATE_INACTIVE); in stop()
1572 descriptor.setActiveState(ACTIVE_STATE_INACTIVE); in updateActiveInDevice()
1645 descriptor.setActiveState(ACTIVE_STATE_INACTIVE); in updateActiveOutDevice()
2199 descriptor.setActiveState(ACTIVE_STATE_GETTING_ACTIVE); in setActiveGroupWithDevice()
2490 descriptor.setActiveState(ACTIVE_STATE_ACTIVE); in handleGroupTransitToActive()
2492 descriptor.setActiveState(ACTIVE_STATE_INACTIVE); in handleGroupTransitToActive()
2539 descriptor.setActiveState(ACTIVE_STATE_INACTIVE); in handleGroupTransitToInactive()
3122 descriptor.setActiveState(ACTIVE_STATE_ACTIVE); in messageFromNative()
3124 descriptor.setActiveState(ACTIVE_STATE_INACTIVE); in messageFromNative()
[all …]