am 73f51a0f: Merge "Fix ANR happens in "com.android.musicfx" at "keyDispatchingTimedOut""

* commit '73f51a0fc5c20ee852367643527b46902f31e9bf':
  Fix ANR happens in "com.android.musicfx" at "keyDispatchingTimedOut"
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml
index 7452d3f..d8d90d4 100644
--- a/res/values-pl/strings.xml
+++ b/res/values-pl/strings.xml
@@ -27,7 +27,7 @@
     <string name="pr_summary" msgid="7457279522425453515">"Dodatkowe efekty pogłosu w pomieszczeniu"</string>
     <string name="pr_dialog_title" msgid="8080282254796293452">"Gotowe ustawienie pogłosu"</string>
     <string name="setup" msgid="1103677904576339192">"Konfiguracja"</string>
-    <string name="ci_extreme" msgid="1736938429763948084">"Wzmacniacz efektówtr"</string>
+    <string name="ci_extreme" msgid="1736938429763948084">"Wzmocnienie"</string>
     <string name="user" msgid="3949460956502898057">"Własne"</string>
     <string name="picker_title" msgid="8464126693702817261">"Panel efektów muzycznych"</string>
 </resources>
diff --git a/src/com/android/musicfx/seekbar/ProgressBar.java b/src/com/android/musicfx/seekbar/ProgressBar.java
index 57d8da2..9c4264d 100644
--- a/src/com/android/musicfx/seekbar/ProgressBar.java
+++ b/src/com/android/musicfx/seekbar/ProgressBar.java
@@ -915,15 +915,6 @@
         }
     }
 
-    /**
-     * @hide
-     */
-    @Override
-    public int getResolvedLayoutDirection(Drawable who) {
-        return (who == mProgressDrawable || who == mIndeterminateDrawable) ?
-            getResolvedLayoutDirection() : super.getResolvedLayoutDirection(who);
-    }
-
     @Override
     protected void onSizeChanged(int w, int h, int oldw, int oldh) {
         updateDrawableBounds(w, h);