Home
last modified time | relevance | path

Searched refs:rha (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/bokeh/
DCameraBokehActivity.java582 long rha = rhs.getWidth() * rhs.getHeight(); in compare() local
583 if (lha == rha) { in compare()
585 rha = rhs.getWidth(); in compare()
587 return (lha < rha) ? -1 : (lha > rha ? 1 : 0); in compare()