Searched refs:kSetLayerColorLength (Results 1 – 3 of 3) sorted by relevance
327 static constexpr uint16_t kSetLayerColorLength = 1; variable329 beginCommand(IComposerClient::Command::SET_LAYER_COLOR, kSetLayerColorLength); in setLayerColor()
345 static constexpr uint16_t kSetLayerColorLength = 1; variable347 beginCommand(IQtiComposerClient::Command::SET_LAYER_COLOR, kSetLayerColorLength); in setLayerColor()
417 if (length != CommandWriterBase::kSetLayerColorLength) { in executeSetLayerColor()