Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp1578 auto basicButton = NotificationLocalLiveViewButton(); in GetLocalLiveViewContent() local
1579 basicButton.addSingleButtonName(BUTTON_NAME_STOP); in GetLocalLiveViewContent()
1581 basicButton.addSingleButtonIcon(pixelMapStopSpr); in GetLocalLiveViewContent()
1583 localLiveViewContent->SetButton(basicButton); in GetLocalLiveViewContent()
1663 auto basicButton = NotificationLocalLiveViewButton(); in UpdateLiveViewContent() local
1664 basicButton.addSingleButtonName(BUTTON_NAME_MIC); in UpdateLiveViewContent()
1667 basicButton.addSingleButtonIcon(pixelMapSpr); in UpdateLiveViewContent()
1670 basicButton.addSingleButtonIcon(pixelMapSpr); in UpdateLiveViewContent()
1673 basicButton.addSingleButtonName(BUTTON_NAME_STOP); in UpdateLiveViewContent()
1675 basicButton.addSingleButtonIcon(pixelMapStopSpr); in UpdateLiveViewContent()
[all …]