Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/widget/
DAspectRatioDialogLayout.java36 public void onAspectRatioChanged(AspectRatioSelector.AspectRatio aspectRatio); in onAspectRatioChanged() method
56 mListener.onAspectRatioChanged(mAspectRatioSelector.getAspectRatio()); in updateViewReference()
/packages/apps/Camera2/src/com/android/camera/
DTextureViewHelper.java143 onAspectRatioChanged(); in setAspectRatio()
147 private void onAspectRatioChanged() { in onAspectRatioChanged() method in TextureViewHelper
DPhotoUI.java433 public void onAspectRatioChanged(AspectRatioSelector.AspectRatio aspectRatio) { in showAspectRatioDialog()