Lines Matching refs:c11
85 setInitiallyProvidedValue(c11) { argument
86 if (c11.normalColor !== undefined) {
87 this.normalColor = c11.normalColor;
89 if (c11.activeColor !== undefined) {
90 this.activeColor = c11.activeColor;
92 if (c11.colorMode !== undefined) {
93 this.colorMode = c11.colorMode;
95 if (c11.deviceList !== undefined) {
96 this.deviceList = c11.deviceList;
98 if (c11.sessionType !== undefined) {
99 this.sessionType = c11.sessionType;
101 if (c11.pickerStyle !== undefined) {
102 this.pickerStyle = c11.pickerStyle;
104 if (c11.pickerStyleFromMediaController !== undefined) {
105 this.pickerStyleFromMediaController = c11.pickerStyleFromMediaController;
107 if (c11.isMenuShow !== undefined) {
108 this.isMenuShow = c11.isMenuShow;
110 if (c11.touchMenuItemIndex !== undefined) {
111 this.touchMenuItemIndex = c11.touchMenuItemIndex;
113 if (c11.onStateChange !== undefined) {
114 this.onStateChange = c11.onStateChange;
116 if (c11.extensionProxy !== undefined) {
117 this.extensionProxy = c11.extensionProxy;
119 if (c11.pickerClickTime !== undefined) {
120 this.pickerClickTime = c11.pickerClickTime;
122 if (c11.customPicker !== undefined) {
123 this.customPicker = c11.customPicker;
125 if (c11.configurationColorMode !== undefined) {
126 this.configurationColorMode = c11.configurationColorMode;
128 if (c11.deviceInfoType !== undefined) {
129 this.deviceInfoType = c11.deviceInfoType;
131 if (c11.maxFontSizeScale !== undefined) {
132 this.maxFontSizeScale = c11.maxFontSizeScale;
134 if (c11.accessibilityConnectedStr !== undefined) {
135 this.accessibilityConnectedStr = c11.accessibilityConnectedStr;
137 if (c11.__accessibilityAudioControlStr !== undefined) {
138 this.accessibilityAudioControlStr = c11.accessibilityAudioControlStr;