Fixing an issue where qsb press states could be out of sync. (Bug 5627327)

- Adding haptic feedback to qsb button clicks (Bug 5652304)

Change-Id: I93d7c7a737f167d7ddf2b426d87e3a062feccac3
This commit is contained in:
Winson Chung
2011-11-21 12:31:42 -08:00
parent 601cac2f3e
commit bb185bdd57
4 changed files with 42 additions and 6 deletions
@@ -66,6 +66,10 @@ public class HolographicLinearLayout extends LinearLayout {
}
}
void invalidatePressedFocusedStates() {
mHolographicHelper.invalidatePressedFocusedStates(mImageView);
}
@Override
protected void onDraw(Canvas canvas) {
super.onDraw(canvas);