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

/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java303 ALL_SAVE_FLAG
373 public static final int ALL_SAVE_FLAG = 0x1F; field in class:Canvas
377 && saveFlags != ALL_SAVE_FLAG) {
440 * {@code saveFlags} is {@link #ALL_SAVE_FLAG}. All other flags are ignored.
447 * @param saveFlags see _SAVE_FLAG constants, generally {@link #ALL_SAVE_FLAG} is recommended
457 ALL_SAVE_FLAG);
487 return saveLayer(bounds, paint, ALL_SAVE_FLAG);
501 * {@code saveFlags} is {@link #ALL_SAVE_FLAG}. All other flags are ignored.
510 ALL_SAVE_FLAG);
518 return saveLayer(left, top, right, bottom, paint, ALL_SAVE_FLAG);
[all...]

Completed in 49 milliseconds