Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterRS.java31 private int mLastInputHeight = 0; field in ImageFilterRS
124 || (getInPixelsAllocation().getType().getY() != mLastInputHeight))) { in apply()
133 mLastInputHeight = getInPixelsAllocation().getType().getY(); in apply()
254 mLastInputHeight = 0; in freeResources()