commit | ad437259f72e1ff8bbb54255c292c7fb5442d962 | [log] [tgz] |
---|---|---|
author | Ivan Podogov <ginkage@google.com> | Thu Sep 29 16:29:55 2016 +0100 |
committer | Ivan Podogov <ginkage@google.com> | Tue Jun 06 16:30:06 2017 +0100 |
tree | d1757a4c886bb199f1c337b876b780ff38f37dbe | |
parent | cf61460126ff0f945e27171f241b800b21bb160e [diff] [blame] |
Support 180-degree screen rotation for RSB. Bug: 17961466 Change-Id: I640c79e18a524ce03a5215ca5669b920a0fa2642
diff --git a/services/inputflinger/InputReader.h b/services/inputflinger/InputReader.h index 157fa4f..803dcc9 100644 --- a/services/inputflinger/InputReader.h +++ b/services/inputflinger/InputReader.h
@@ -1226,6 +1226,7 @@ int32_t mSource; float mScalingFactor; + int32_t mOrientation; void sync(nsecs_t when); };