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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DStructuredNameEditorView.java48 private ContentValues mSnapshot; field in class:StructuredNameEditorView
67 if (mSnapshot == null) {
68 mSnapshot = new ContentValues(getValues().getCompleteValues());
112 values.put(field, mSnapshot.getAsString(field));
127 mSnapshot.clear();
128 mSnapshot.putAll(values.getCompleteValues());
129 mSnapshot.put(StructuredName.DISPLAY_NAME, displayName);
137 mSnapshot.getAsString(StructuredName.DISPLAY_NAME));
149 mSnapshot.clear();
150 mSnapshot
215 public ContentValues mSnapshot; field in class:StructuredNameEditorView.SavedState
[all...]
/packages/apps/Browser/src/com/android/browser/
H A DTabBar.java251 View mSnapshot; field in class:TabBar.TabView
282 mSnapshot = mTabContent.findViewById(R.id.snapshot);
313 mSnapshot.setVisibility(mTab.isSnapshot()

Completed in 104 milliseconds