Searched refs:mSnapshot (Results 1 – 2 of 2) sorted by relevance
55 private StructuredNameDataItem mSnapshot; field in StructuredNameEditorView74 if (mSnapshot == null) { in setValues()75 mSnapshot = (StructuredNameDataItem) DataItem.createFrom( in setValues()138 values.put(field, mSnapshot.getContentValues().getAsString(field)); in switchFromFullNameToStructuredName()153 mSnapshot.getContentValues().clear(); in switchFromFullNameToStructuredName()154 mSnapshot.getContentValues().putAll(values.getCompleteValues()); in switchFromFullNameToStructuredName()155 mSnapshot.setDisplayName(displayName); in switchFromFullNameToStructuredName()162 values.setDisplayName(mSnapshot.getDisplayName()); in switchFromStructuredNameToFullName()174 mSnapshot.getContentValues().clear(); in switchFromStructuredNameToFullName()175 mSnapshot.setDisplayName(values.getDisplayName()); in switchFromStructuredNameToFullName()[all …]
89 private final View mSnapshot; field in ViewGroupItemVerticalExplodeAnimation.ViewExplodeAnimationJellyBeanMR2100 mSnapshot = new View(viewToAnimate.getContext()); in ViewExplodeAnimationJellyBeanMR2()102 mSnapshot = null; in ViewExplodeAnimationJellyBeanMR2()164 if (mSnapshot != null) { in startAnimation()165 shadowContainerLayer.addView(mSnapshot); in startAnimation()166 mSnapshot.setLeft(viewRect.left); in startAnimation()167 mSnapshot.setTop(viewRect.top); in startAnimation()168 mSnapshot.setBottom(viewRect.bottom); in startAnimation()169 mSnapshot.setRight(viewRect.right); in startAnimation()170 mSnapshot.setBackground(new BitmapDrawable(resources, mViewBitmap)); in startAnimation()[all …]