summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-05-09 17:10:34 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-05-09 17:10:34 -0700
commit05be6d6fe09ddfb706d1bef3b20c3d37f45e3c8a (patch)
treee267de423fabed80a38fd48d6f9e2910b69fc072 /include
parentba54feb094fdf0eb2201eae5751104a144a2a31d (diff)
parent4907d1d5e2c7d244b07579b8c52153df69754e85 (diff)
downloadframeworks_base-05be6d6fe09ddfb706d1bef3b20c3d37f45e3c8a.zip
frameworks_base-05be6d6fe09ddfb706d1bef3b20c3d37f45e3c8a.tar.gz
frameworks_base-05be6d6fe09ddfb706d1bef3b20c3d37f45e3c8a.tar.bz2
am 4907d1d5: am 0c6cbf41: Merge "Better compat mode part one: start scaling windows." into honeycomb-mr2
* commit '4907d1d5e2c7d244b07579b8c52153df69754e85': Better compat mode part one: start scaling windows.
Diffstat (limited to 'include')
-rw-r--r--include/ui/Input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ui/Input.h b/include/ui/Input.h
index d9d77c4..bc5b718 100644
--- a/include/ui/Input.h
+++ b/include/ui/Input.h
@@ -203,6 +203,8 @@ struct PointerCoords {
status_t setAxisValue(int32_t axis, float value);
float* editAxisValue(int32_t axis);
+ void scale(float scale);
+
#ifdef HAVE_ANDROID_OS
status_t readFromParcel(Parcel* parcel);
status_t writeToParcel(Parcel* parcel) const;