Searched refs:mEntry (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Camera/src/com/android/camera/ui/
H A DInLineSettingMenu.java32 private TextView mEntry; field in class:InLineSettingMenu
41 mEntry = (TextView) findViewById(R.id.current_setting);
53 mEntry.setText(mPreference.getEntry());
57 mEntry.setText(mPreference.getEntries()[index]);
76 if (mEntry != null) mEntry.setEnabled(enable);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DInLineSettingMenu.java32 private TextView mEntry; field in class:InLineSettingMenu
41 mEntry = (TextView) findViewById(R.id.current_setting);
53 mEntry.setText(mPreference.getEntry());
57 mEntry.setText(mPreference.getEntries()[index]);
76 if (mEntry != null) mEntry.setEnabled(enable);
/packages/apps/Settings/src/com/android/settings/applications/
H A DProcessStatsDetail.java63 private ProcStatsEntry mEntry; field in class:ProcessStatsDetail
87 mEntry = (ProcStatsEntry)args.getParcelable(EXTRA_ENTRY);
88 mEntry.retrieveUiData(mPm);
117 final double percentOfWeight = (((double)mEntry.mWeight) / mMaxWeight) * 100;
120 String appLevelText = makePercentString(getResources(), mEntry.mDuration, mTotalTime);
124 summary.setText(mEntry.mName);
127 mTitleView.setText(mEntry.mUiBaseLabel);
133 if (mEntry.mUiTargetApp != null) {
134 icon.setImageDrawable(mEntry.mUiTargetApp.loadIcon(mPm));
149 if (mEntry
[all...]
H A DProcessStatsPreference.java30 private final ProcStatsEntry mEntry; field in class:ProcessStatsPreference
36 mEntry = entry;
42 return mEntry;
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DPhotoEditorView.java44 private ValuesDelta mEntry; field in class:PhotoEditorView
98 mEntry = values;
113 mEntry.setFromTemplate(false);
136 mEntry.put(Photo.PHOTO, (byte[])null);
144 mEntry.setFromTemplate(false);
147 mEntry.setSuperPrimary(true);
158 if (compressed != null) mEntry.setPhoto(compressed);
165 mEntry.put(Photo.IS_SUPER_PRIMARY, superPrimary ? 1 : 0);
174 mEntry.setFromTemplate(true);
H A DLabeledEditorView.java77 private ValuesDelta mEntry; field in class:LabeledEditorView
182 mEntry.markDeleted();
266 return mEntry;
301 mEntry.put(column, value);
327 final String dbValue = mEntry.getAsString(column);
336 setValues(mKind, mEntry, mState, mReadOnly, mViewIdGenerator);
347 mEntry = entry;
371 return mEntry;
410 mEntry.put(mKind.typeColumn, mType.rawValue);
411 mEntry
[all...]
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DInLineSettingKnob.java40 private TextView mEntry; field in class:InLineSettingKnob
102 mEntry = (TextView) findViewById(R.id.current_setting);
117 mEntry.setText(mPreference.getEntry());
124 mEntry.setText(mPreference.getEntries()[index]);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDownloadCache.java340 private Entry mEntry; field in class:DownloadCache.TaskProxy
344 mEntry = entry;
359 while (!mIsCancelled && mEntry == null) {
367 return mEntry;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSlidingWindow.java80 public final AlbumEntry mEntry; field in class:AlbumSlidingWindow.PanoSupportListener
82 mEntry = entry;
87 if (mEntry != null) mEntry.isPanorama = isPanorama;

Completed in 210 milliseconds