Searched refs:TYPE_STRETCH (Results 1 – 1 of 1) sorted by relevance
92 private static final int TYPE_STRETCH = 1; field in EdgeEffect139 @IntDef({TYPE_NONE, TYPE_GLOW, TYPE_STRETCH})249 ? TYPE_STRETCH : TYPE_GLOW; in EdgeEffect()354 if (edgeEffectBehavior == TYPE_STRETCH) { in onPull()368 if (edgeEffectBehavior == TYPE_STRETCH) { in onPull()391 if (edgeEffectBehavior == TYPE_STRETCH && mDistance == 0) { in onPull()496 if (edgeEffectBehavior == TYPE_STRETCH) { in onAbsorb()606 } else if (edgeEffectBehavior == TYPE_STRETCH && canvas instanceof RecordingCanvas) { in draw()