Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/extend/systemplugin/napi/notification/
DnotificationSlot.js27 lightEnabled: '[PC preview] unknow lightEnabled', property
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_cmd.h1502 SVGA3dBool lightEnabled[SVGA3D_NUM_LIGHTS]; member
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dinput_decorator.dart1958 const Color lightEnabled = Color(0x0A000000);
1965 return decoration.enabled ? lightEnabled : lightDisabled;
1967 return lightEnabled;