Home
last modified time | relevance | path

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

/packages/apps/Gallery/src/com/android/camera/
DImageViewTouchBase.java244 protected float getValue(Matrix matrix, int whichValue) { in getValue() argument
246 return mMatrixValues[whichValue]; in getValue()
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DImageViewTouchBase.java526 private float getValue(Matrix matrix, int whichValue) { in getValue() argument
528 return mMatrixValues[whichValue]; in getValue()