am 07e4579f: Merge "Fixing issue where we weren\'t invalidating the correct press feedback layout (Bug: 6628324)" into jb-dev

* commit '07e4579f60dc25ce1ad610d780ef62abebdaf9f4':
  Fixing issue where we weren't invalidating the correct press feedback layout (Bug: 6628324)
This commit is contained in:
Michael Jurka
2012-06-07 18:22:27 -07:00
committed by Android Git Automerger
@@ -68,6 +68,7 @@ public class HolographicLinearLayout extends LinearLayout {
void invalidatePressedFocusedStates() {
mHolographicHelper.invalidatePressedFocusedStates(mImageView);
invalidate();
}
@Override