Searched defs:PARTIAL_RENDERING (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DRenderingRequest.java44 public static final int PARTIAL_RENDERING = 4; field in class:RenderingRequest
57 if (((type != PARTIAL_RENDERING && type != HIGHRES_RENDERING
72 } else if (type != PARTIAL_RENDERING && type != HIGHRES_RENDERING
83 if (type == PARTIAL_RENDERING) {

Completed in 74 milliseconds