Searched defs:getInPixelsAllocation (Results 1 - 3 of 3) sorted by last modified time

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterRS.java59 protected Allocation getInPixelsAllocation() { method in class:ImageFilterRS
61 return pipeline.getInPixelsAllocation();
122 if (getInPixelsAllocation() != null
123 && ((getInPixelsAllocation().getType().getX() != mLastInputWidth)
124 || (getInPixelsAllocation().getType().getY() != mLastInputHeight))) {
132 mLastInputWidth = getInPixelsAllocation().getType().getX();
133 mLastInputHeight = getInPixelsAllocation().getType().getY();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DCachingPipeline.java475 public synchronized Allocation getInPixelsAllocation() { method in class:CachingPipeline
H A DPipelineInterface.java27 public Allocation getInPixelsAllocation(); method in interface:PipelineInterface

Completed in 80 milliseconds