Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/
DTextureViewHelper.java152 onAspectRatioChanged(); in setAspectRatio()
156 private void onAspectRatioChanged() { in onAspectRatioChanged() method in TextureViewHelper
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlayer.java96 void onAspectRatioChanged(float videoAspectRatio); in onAspectRatioChanged() method
543 mOnAspectRatioChangedListener.onAspectRatioChanged( in setTvViewCallbacks()
DDvrPlaybackOverlayFragment.java206 public void onAspectRatioChanged(float videoAspectRatio) { in onActivityCreated()