Home
last modified time | relevance | path

Searched refs:mSnapshot (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DStructuredNameEditorView.java55 private StructuredNameDataItem mSnapshot; field in StructuredNameEditorView
74 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 …]
/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DViewGroupItemVerticalExplodeAnimation.java89 private final View mSnapshot; field in ViewGroupItemVerticalExplodeAnimation.ViewExplodeAnimationJellyBeanMR2
100 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 …]