Searched refs:mContent (Results 1 - 22 of 22) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/
H A DTermsDocument.java27 private final String mContent; field in class:TermsDocument
47 mContent = checkStringNotEmpty(content);
57 return mContent;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DHotseat.java36 private CellLayout mContent; field in class:Hotseat
74 return mContent;
83 return hasVerticalHotseat() ? (mContent.getCountY() - y - 1) : x;
90 return hasVerticalHotseat() ? (mContent.getCountY() - (rank + 1)) : 0;
101 mContent = (CellLayout) findViewById(R.id.layout);
102 mContent.setGridSize(mCellCountX, mCellCountY);
103 mContent.setIsHotseat(true);
109 mContent.removeAllViewsInLayout();
115 inflater.inflate(R.layout.application, mContent, false);
145 mContent
[all...]
H A DFolder.java72 protected CellLayout mContent; field in class:Folder
155 mContent = (CellLayout) findViewById(R.id.folder_content);
156 mContent.setGridSize(0, 0);
157 mContent.getShortcutsAndWidgets().setMotionEventSplittingEnabled(false);
158 mContent.setInvertIfRtl(true);
230 mContent.removeView(mCurrentDragView);
343 final int countX = mContent.getCountX();
431 mContent.getCountX(), mContent.getCountY()));
462 View firstChild = mContent
[all...]
H A DAppsCustomizeTabHost.java52 private LinearLayout mContent; field in class:AppsCustomizeTabHost
106 mContent = (LinearLayout) findViewById(R.id.apps_customize_content);
365 return mContent;
383 mContent.setVisibility(VISIBLE);
464 mContent.setVisibility(VISIBLE);
473 mContent.setVisibility(GONE);
/packages/apps/Tag/src/com/android/apps/tag/record/
H A DMimeRecord.java40 private final byte[] mContent; field in class:MimeRecord
45 mContent = Arrays.copyOf(content, content.length);
55 return Arrays.copyOf(mContent, mContent.length);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DHotseat.java47 private CellLayout mContent; field in class:Hotseat
81 return mContent;
88 return mContent.getShortcutsAndWidgets().getChildCount() > 1;
96 mContent.setOnLongClickListener(l);
101 return mHasVerticalHotseat ? (mContent.getCountY() - y - 1) : x;
110 return mHasVerticalHotseat ? (mContent.getCountY() - (rank + 1)) : 0;
117 mContent = (CellLayout) findViewById(R.id.layout);
119 mContent.setGridSize(1, grid.inv.numHotseatIcons);
121 mContent.setGridSize(grid.inv.numHotseatIcons, 1);
128 mContent
[all...]
H A DBaseContainerView.java48 private View mContent; field in class:BaseContainerView
101 mContent = findViewById(R.id.main_content);
139 mContent.setBackground(new InsetDrawable(mBaseDrawable,
174 return mContent;
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DHttpHelper.java100 private String mContent; field in class:HttpHelper.PostRequest
110 mContent = content;
114 return mContent;
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java97 * We avoid measuring {@link #mContent} with a 0 width or height, as this
150 @Thunk FolderPagedView mContent; field in class:Folder
224 mContent = (FolderPagedView) findViewById(R.id.folder_content);
225 mContent.setFolder(this);
293 mContent, CellLayout.FOLDER_ACCESSIBILITY_DRAG) {
316 mContent.removeItem(mCurrentDragView);
435 ArrayList<ShortcutInfo> overflow = mContent.bindItems(children);
558 mContent.setAlpha(0f);
559 Animator iconsAlpha = ObjectAnimator.ofFloat(mContent, "alpha", 0f, 1f);
576 layerSet.addView(mContent);
[all...]
H A DFolderAnimationManager.java57 private FolderPagedView mContent; field in class:FolderAnimationManager
93 mContent = folder.mContent;
151 final int paddingOffsetX = (int) ((mFolder.getPaddingLeft() + mContent.getPaddingLeft())
153 final int paddingOffsetY = (int) ((mFolder.getPaddingTop() + mContent.getPaddingTop())
186 for (BubbleTextView icon : mFolder.getItemsOnPage(mFolder.mContent.getCurrentPage())) {
246 boolean isOnFirstPage = mFolder.mContent.getCurrentPage() == 0;
249 : mFolderIcon.getPreviewItemsOnPage(mFolder.mContent.getCurrentPage());
257 ShortcutAndWidgetContainer cwc = mContent.getPageAt(0).getShortcutsAndWidgets();
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationTipView.java56 private View mContent; field in class:ConversationTipView
73 mContent = LayoutInflater.from(mContext).inflate(getChildLayout(), this, false);
74 addView(mContent);
95 mSwipeableContent = mContent.findViewById(R.id.conversation_tip_swipeable_content);
96 mText = (TextView) mContent.findViewById(R.id.conversation_tip_text);
97 final ImageView startImage = (ImageView) mContent.findViewById(R.id.conversation_tip_icon1);
98 final ImageView dismiss = (ImageView) mContent.findViewById(R.id.dismiss_icon);
H A DMailboxSelectionActivity.java82 private View mContent; field in class:MailboxSelectionActivity
91 mContent = findViewById(R.id.content);
247 mContent.setVisibility(View.VISIBLE);
334 mContent.setVisibility(View.GONE);
381 mContent.setVisibility(View.VISIBLE);
/packages/apps/Settings/src/com/android/settings/dashboard/
H A DSupportFragment.java72 private View mContent; field in class:SupportFragment
101 mContent = inflater.inflate(R.layout.support_fragment, container, false);
102 mRecyclerView = (RecyclerView) mContent.findViewById(R.id.support_items);
106 return mContent;
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartView.java49 private Rect mContent = new Rect(); field in class:ChartView
97 mContent.set(getPaddingLeft(), getPaddingTop(), r - l - getPaddingRight(),
99 final int width = mContent.width();
100 final int height = mContent.height();
113 parentRect.set(mContent);
135 final Rect parentRect = new Rect(mContent);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DDialogActivity.java103 private View mContent; field in class:DialogActivity
170 return mContent;
189 mContent = helium.inflate(mLayoutResId, null);
190 setContentView(mContent);
192 helium.inflate(R.layout.dialog_container, (ViewGroup) mContent);
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DMessageNotificationState.java100 protected CharSequence mContent = null; field in class:MessageNotificationState
372 mTickerText = state.mContent;
435 mContent = senders;
479 mContent = messageInfo.mText;
494 if (!TextUtils.isEmpty(mContent)) {
495 spanBuilder.append(mContent).append(System.getProperty("line.separator"));
501 mContent = spanBuilder;
506 mTickerText = mContent;
509 mContent = BugleNotifications.buildSpaceSeparatedMessage(
510 messageInfo.mAuthorFullName, mContent, mAttachmentUr
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DShortcutsItemView.java62 private LinearLayout mContent; field in class:ShortcutsItemView
89 mContent = findViewById(R.id.content);
146 R.layout.system_shortcut_icons, mContent, false);
148 mContent.addView(mSystemShortcutIcons, iconsAreBelowShortcuts ? -1 : 0);
/packages/apps/Email/tests/src/com/android/email/provider/
H A DProviderTestUtils.java246 att.mContent = "content " + fileName;
444 assertEquals(caller + " mContent", expect.mContent, actual.mContent);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java338 WeakReference<EmailContent> mContent; field in class:EmailContent.SelfContentObserver
342 mContent = new WeakReference<EmailContent>(content);
352 EmailContent content = mContent.get();
1364 public String mContent; // Not currently used field in class:EmailContent.Attachment
1554 mContent = cursor.getString(CONTENT_CONTENT_COLUMN);
1575 values.put(AttachmentColumns.CONTENT, mContent);
1603 dest.writeString(mContent);
1629 mContent = in.readString();
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java308 protected LinearLayout mContent; field in class:ContactEditorFragment
523 mContent = (LinearLayout) view.findViewById(R.id.raw_contacts_editor_view);
1193 if (mContent != null) {
1194 int count = mContent.getChildCount();
1196 mContent.getChildAt(i).setEnabled(enabled);
1748 return (RawContactEditorView) mContent;
/packages/apps/Settings/src/com/android/settings/
H A DSettingsActivity.java193 private ViewGroup mContent; field in class:SettingsActivity
301 mContent = findViewById(R.id.main_content);
725 TransitionManager.beginDelayedTransition(mContent);
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java3806 private HashMap<String, Integer> mContent = new HashMap<String, Integer>(); field in class:ComposeActivity.RecipientTextWatcher
3828 for (Entry<String, Integer> entry : mContent.entrySet()) {
3836 if (!mContent.containsKey(recip)) {
3839 int count = mContent.get(recip) - 1;
3843 mContent.put(recip, count);
3854 if (!mContent.containsKey(recip)) {
3855 mContent.put(recip, 1);
3857 mContent.put(recip, (mContent.get(recip)) + 1);

Completed in 537 milliseconds