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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DAppInfo.java32 private ApplicationsState.AppEntry mEntry; field in class:AppInfo
36 mEntry = entry;
41 mEntry = entry;
47 mEntry.ensureLabel(mContext);
48 return mEntry.label;
54 return mEntry.sizeStr;
60 return mEntry.info.icon;
66 return mEntry.info.packageName;
72 return mEntry.info;
78 return (mEntry
[all...]
/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/Settings/src/com/android/settings/applications/
H A DProcessStatsDetail.java63 private ProcStatsEntry mEntry; field in class:ProcessStatsDetail
82 mEntry = (ProcStatsEntry)args.getParcelable(EXTRA_ENTRY);
83 mEntry.retrieveUiData(mPm);
112 final double percentOfWeight = (((double)mEntry.mWeight) / mMaxWeight) * 100;
115 String appLevelText = Utils.formatPercentage(mEntry.mDuration, mTotalTime);
119 summary.setText(mEntry.mName);
122 mTitleView.setText(mEntry.mUiBaseLabel);
128 if (mEntry.mUiTargetApp != null) {
129 icon.setImageDrawable(mEntry.mUiTargetApp.loadIcon(mPm));
144 if (mEntry
[all...]
H A DProcessStatsPreference.java32 private ProcStatsEntry mEntry; field in class:ProcessStatsPreference
55 mEntry = entry;
60 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;
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DExpandingEntryCardView.java996 private final View mEntry; field in class:ExpandingEntryCardView.EntryTouchListener
1005 mEntry = entry;
1027 mTouchedView = mEntry;
1034 sendToTouched = mTouchedView != null && mTouchedView != mEntry;
1045 sendToTouched = mTouchedView != null && mTouchedView != mEntry;
1063 if (mEntry.isLayoutRtl()) {
1079 if (mEntry.isLayoutRtl()) {
/packages/apps/Settings/src/com/android/settings/notification/
H A DZenModeSettings.java142 private Preference mEntry; field in class:ZenModeSettings
318 mEntry = findPreference(KEY_ENTRY);
319 mEntry.setOnPreferenceClickListener(new OnPreferenceClickListener() {
416 mEntry.setSummary(R.string.zen_mode_entry_conditions_summary_none);
418 mEntry.setSummary(entrySummary);

Completed in 518 milliseconds