Searched defs:mContent (Results 1 - 21 of 21) sorted by relevance

/packages/apps/Mms/src/com/android/mms/transaction/
H A DProgressCallbackEntity.java37 private final byte[] mContent; field in class:ProgressCallbackEntity
44 mContent = b;
58 int pos = 0, totalLen = mContent.length;
64 outstream.write(mContent, pos, len);
/packages/apps/Browser/src/com/android/browser/
H A DNavTabView.java32 private ViewGroup mContent; field in class:NavTabView
58 mContent = (ViewGroup) findViewById(R.id.main);
H A DPhoneUi.java305 ObjectAnimator tx = ObjectAnimator.ofInt(mAnimScreen.mContent, "left",
307 ObjectAnimator ty = ObjectAnimator.ofInt(mAnimScreen.mContent, "top",
309 ObjectAnimator tr = ObjectAnimator.ofInt(mAnimScreen.mContent, "right",
311 ObjectAnimator tb = ObjectAnimator.ofInt(mAnimScreen.mContent, "bottom",
393 mAnimScreen.mContent.setLeft(fromLeft);
394 mAnimScreen.mContent.setTop(fromTop);
395 mAnimScreen.mContent.setRight(fromRight);
396 mAnimScreen.mContent.setBottom(fromBottom);
404 ObjectAnimator l = ObjectAnimator.ofInt(mAnimScreen.mContent, "left",
406 ObjectAnimator t = ObjectAnimator.ofInt(mAnimScreen.mContent, "to
460 private ImageView mContent; field in class:PhoneUi.AnimScreen
[all...]
/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 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);
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...]
/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 DAppsCustomizeTabHost.java34 private View mContent; field in class:AppsCustomizeTabHost
60 LayoutParams flp = (LayoutParams) mContent.getLayoutParams();
65 mContent.setLayoutParams(flp);
74 mContent = findViewById(R.id.content);
127 mContent.setVisibility(VISIBLE);
154 mContent.setVisibility(VISIBLE);
H A DHotseat.java38 private CellLayout mContent; field in class:Hotseat
70 return mContent;
78 mContent.setOnLongClickListener(l);
87 return hasVerticalHotseat() ? (mContent.getCountY() - y - 1) : x;
94 return hasVerticalHotseat() ? (mContent.getCountY() - (rank + 1)) : 0;
107 mContent.cellToRect(cellX, cellY, 1, 1, coords);
114 int cWidth = mContent.getShortcutsAndWidgets().getCellContentWidth();
115 int cHeight = mContent.getShortcutsAndWidgets().getCellContentHeight();
130 mContent = (CellLayout) findViewById(R.id.layout);
132 mContent
[all...]
H A DFolder.java79 protected CellLayout mContent; field in class:Folder
183 mContent = (CellLayout) findViewById(R.id.folder_content);
186 mContent.addView(mFocusIndicatorHandler, 0);
193 mContent.setCellDimensions(grid.folderCellWidthPx, grid.folderCellHeightPx);
194 mContent.setGridSize(0, 0);
195 mContent.getShortcutsAndWidgets().setMotionEventSplittingEnabled(false);
196 mContent.setInvertIfRtl(true);
258 mContent.removeView(mCurrentDragView);
313 return mContent;
371 final int countX = mContent
[all...]
/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/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/name/
H A DSetDeviceNameFragment.java61 private View mContent; field in class:SetDeviceNameFragment
89 mContent = inflater.inflate(LAYOUT_MAIN, null);
90 mAction = (FrameLayout) mContent.findViewById(R.id.action);
91 mDescription = (FrameLayout) mContent.findViewById(R.id.description);
102 return mContent;
/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/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DDialogActivity.java105 private View mContent; field in class:DialogActivity
172 return mContent;
191 mContent = helium.inflate(mLayoutResId, null);
192 setContentView(mContent);
194 helium.inflate(R.layout.dialog_container, (ViewGroup) mContent);
/packages/apps/Settings/src/com/android/settings/
H A DSettingsActivity.java346 private ViewGroup mContent; field in class:SettingsActivity
532 mContent = (ViewGroup) findViewById(R.id.main_content);
956 TransitionManager.beginDelayedTransition(mContent);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DSettingsLayoutAdapter.java194 private View mContent; field in class:SettingsLayoutAdapter.LayoutRowViewHolder
220 mContent = itemView.findViewById(R.id.action_content);
266 ViewGroup.LayoutParams contentLp = mContent.getLayoutParams();
274 mContent.setLayoutParams(contentLp);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java252 private LinearLayout mContent; field in class:ContactEditorFragment
358 if (mContent != null) {
359 int count = mContent.getChildCount();
361 mContent.getChildAt(i).setEnabled(enabled);
401 mContent = (LinearLayout) view.findViewById(R.id.editors);
831 mContent.removeAllViews();
849 R.layout.raw_contact_readonly_editor_view, mContent, false);
852 mContent, false);
870 mContent.addView(editor);
937 mContent
[all...]
/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/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java3795 private HashMap<String, Integer> mContent = new HashMap<String, Integer>(); field in class:ComposeActivity.RecipientTextWatcher
3817 for (Entry<String, Integer> entry : mContent.entrySet()) {
3825 if (!mContent.containsKey(recip)) {
3828 int count = mContent.get(recip) - 1;
3832 mContent.put(recip, count);
3843 if (!mContent.containsKey(recip)) {
3844 mContent.put(recip, 1);
3846 mContent.put(recip, (mContent.get(recip)) + 1);

Completed in 426 milliseconds