chromium/ui/events/ozone/features.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ui/events/ozone/features.h"

namespace ui {

BASE_FEATURE();

BASE_FEATURE();

BASE_FEATURE();

BASE_FEATURE();

BASE_FEATURE();

BASE_FEATURE();

// TODO(b/171249701): Remove this flag when we can support this in all cases.
BASE_FEATURE();

BASE_FEATURE();

BASE_FEATURE();

BASE_FEATURE();

// Controls whether libinput is used to handle touchpad.
BASE_FEATURE();

BASE_FEATURE();

BASE_FEATURE();

extern const base::FeatureParam<std::string> kNeuralPalmRadiusPolynomial{};

extern const base::FeatureParam<std::string> kNeuralPalmModelVersion{};

const base::FeatureParam<double> kHeuristicCancelThresholdSeconds{};

const base::FeatureParam<double> kHeuristicHoldThresholdSeconds{};

const base::FeatureParam<int> kHeuristicStrokeCount{};

BASE_FEATURE();

constexpr char kOzoneNNPalmSwitchName[] =;

constexpr char kOzoneNNPalmTouchCompatibleProperty[] =;
constexpr char kOzoneNNPalmModelVersionProperty[] =;
constexpr char kOzoneNNPalmRadiusPolynomialProperty[] =;

}  // namespace ui