Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35d5b0fd authored by Kirill Grouchnikov's avatar Kirill Grouchnikov
Browse files

Document exception thrown in SoundEffectConstants

Change-Id: Id4ecf66c8c2ac6ead2a79438e4db702fd6dd196e
parent f7975396
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -37,6 +37,8 @@ public class SoundEffectConstants {
     *     or {@link View#FOCUS_BACKWARD}

     * @return The appropriate sonification constant.
     * @throws {@link IllegalArgumentException} when the passed direction is not one of the
     *     documented values.
     */
    public static int getContantForFocusDirection(int direction) {
        switch (direction) {