commit | 769c795edfe77fe2a3f6472a5b60fd1a73618a13 | [log] [tgz] |
---|---|---|
author | Andy Wickham <awickham@google.com> | Tue Oct 01 13:52:22 2019 -0700 |
committer | Andy Wickham <awickham@google.com> | Tue Oct 01 14:38:56 2019 -0700 |
tree | 6b01c2bd66848758cc5a00e627f7e0e68f277215 | |
parent | 4c420047cf268f20daf245be53f16f54b518f246 [diff] |
Some cleanup for SwipeDetector. It is now organized as follows: - private constants - public constants - private final fields - private variable fields - constructors - public methods - private methods - public interface/abstract class This is intended to be a functional no-op. Bug: 141939911 Change-Id: Iad5a9b3b73b35641f8a4f1d52ada6adef3825c47 Tested: Built and sanity checked manually.