Merge "Remove obsolete TODO" into nyc-dev

am: 568e63bc9b

* commit '568e63bc9b53537505016f41e48e908c4da863e5':
  Remove obsolete TODO

Change-Id: I11019dd003ed10184a0c0808b6d1021c5b2ecc40
This commit is contained in:
Adrian Roos
2016-04-21 03:26:06 +00:00
committed by android-build-merger

View File

@@ -67,7 +67,7 @@ public class HumanInteractionClassifier extends Classifier {
// If the phone is rotated to landscape, the calculations would be wrong if xdpi and ydpi
// were to be used separately. Due negligible differences in xdpi and ydpi we can just
// take the average.
// TODO: make this respect DPI changes.
// Note that xdpi and ydpi are the physical pixels per inch and are not affected by scaling.
mDpi = (displayMetrics.xdpi + displayMetrics.ydpi) / 2.0f;
mClassifierData = new ClassifierData(mDpi);
mHistoryEvaluator = new HistoryEvaluator();