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

/packages/apps/Settings/src/com/android/settings/applications/
H A DProcessStatsPreference.java29 private ProcStatsPackageEntry mEntry; field in class:ProcessStatsPreference
37 mEntry = entry;
52 return mEntry;
/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/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/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/Contacts/src/com/android/contacts/editor/
H A DPhotoEditorView.java51 private ValuesDelta mEntry; field in class:PhotoEditorView
117 mEntry = values;
132 mEntry.setFromTemplate(false);
177 mEntry.put(Photo.PHOTO, (byte[])null);
187 mEntry.setFromTemplate(false);
190 mEntry.setSuperPrimary(true);
200 mEntry.setPhoto(compressed);
227 mEntry.put(Photo.IS_SUPER_PRIMARY, superPrimary ? 1 : 0);
235 mEntry.setFromTemplate(true);
H A DLabeledEditorView.java76 private ValuesDelta mEntry; field in class:LabeledEditorView
190 mEntry.markDeleted();
316 return mEntry;
351 mEntry.put(column, value);
385 final String dbValue = mEntry.getAsString(column);
394 setValues(mKind, mEntry, mState, mReadOnly, mViewIdGenerator);
406 mEntry = entry;
433 return mEntry;
472 mEntry.put(mKind.typeColumn, mType.rawValue);
473 mEntry
[all...]
/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.java1074 private final View mEntry; field in class:ExpandingEntryCardView.EntryTouchListener
1083 mEntry = entry;
1105 mTouchedView = mEntry;
1112 sendToTouched = mTouchedView != null && mTouchedView != mEntry;
1123 sendToTouched = mTouchedView != null && mTouchedView != mEntry;
1141 if (mEntry.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) {
1157 if (mEntry.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) {

Completed in 633 milliseconds