The problem is : $-x|x| > 4$. The way I am approaching this is for two cases. First case when $x > 0$: $$-x*x>4 \implies-x^2>4 \implies x^2<-4$$
Case 2 when $x < 0$: $$-x*-x > 4 \implies x^2 > 4 \implies x > 2 \text{ or } x > -2$$
But when $x$ is negative and I take a value $x > -2$, say $-1$, it does not satisfy the equation: $-(-1)*1 = 1$. This is not greater than $4$.
Instead taking the value $-3$, which is outside of the solution set, satisfies the equation.
$-(-3)*3 = 9$ which is greater than $4$. Where am I going wrong?

If $x\geq0$ then $-x|x|=-x^2\leq0<4$
If $x<0$ then let $y=-x\leftrightarrow -y=x$ and so we have $y|-y|=y^2>0$ and so we also have $y^2>4\leftrightarrow y>2 \leftrightarrow x<-2$
It seems that what you're missing is that inequality signs are reversed when both sides are multiplied by $-1$
hope that helps.