Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Side by Side Diff: ash/wm/tablet_mode/accelerometer_test_data_literals.cc

Issue 2906803002: Rename MaximizeMode to TabletMode (Closed)
Patch Set: updated filter Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/macros.h" 5 #include "base/macros.h"
6 6
7 namespace ash { 7 namespace ash {
8 8
9 extern const float kAccelerometerLaptopModeTestData[] = { 9 extern const float kAccelerometerLaptopModeTestData[] = {
10 -0.166016f, -0.00488281f, 0.924805f, -0.770508f, -0.0488281f, 10 -0.166016f, -0.00488281f, 0.924805f, -0.770508f, -0.0488281f,
(...skipping 2008 matching lines...) Expand 10 before | Expand all | Expand 10 after
2019 -8.81066f, 0.986411f, 2.30801f, -8.53294f, 3.26569f, -3.11246f, 2019 -8.81066f, 0.986411f, 2.30801f, -8.53294f, 3.26569f, -3.11246f,
2020 -9.03093f, 1.06303f, 1.39821f, -8.8777f, -4.47237f, -0.632069f, 2020 -9.03093f, 1.06303f, 1.39821f, -8.8777f, -4.47237f, -0.632069f,
2021 -8.74362f, -1.83875f, -0.0957681f, -7.92002f, 1.0343f, -3.84988f, 2021 -8.74362f, -1.83875f, -0.0957681f, -7.92002f, 1.0343f, -3.84988f,
2022 -8.92558f, 0.440533f, 1.26414f, -8.71489f, -0.153229f, -3.64876f, 2022 -8.92558f, 0.440533f, 1.26414f, -8.71489f, -0.153229f, -3.64876f,
2023 }; 2023 };
2024 2024
2025 extern const size_t kAccelerometerVerticalHingeUnstableAnglesTestDataLength = 2025 extern const size_t kAccelerometerVerticalHingeUnstableAnglesTestDataLength =
2026 arraysize(kAccelerometerVerticalHingeUnstableAnglesTestData); 2026 arraysize(kAccelerometerVerticalHingeUnstableAnglesTestData);
2027 2027
2028 } // namespace ash 2028 } // namespace ash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698