Home | History | Annotate | Download | only in videoeditor

Lines Matching refs:aspectRatio

607                         final int aspectRatio = aspectRatiosList.get(i);
608 if (aspectRatio == currentAspectRatio) {
669 int aspectRatio = aspectRatios.get(i);
670 switch (aspectRatio) {
707 final int aspectRatio = aspectRatios.get(which);
709 aspectRatio);
1373 protected void setAspectRatio(final int aspectRatio) {
1377 switch (aspectRatio) {
1408 logd("setAspectRatio: " + aspectRatio + ", size: " + lp.width + "x" + lp.height);