HomeSort by relevance Sort by last modified time
    Searched defs:mContent (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/av/include/media/stagefright/foundation/
ParsedMessage.h 51 AString mContent;
  /frameworks/base/core/java/com/android/internal/app/
PlatLogoActivity.java 44 FrameLayout mContent;
59 mContent = new FrameLayout(this);
60 mContent.setBackgroundColor(0xC0000000);
96 mContent.addView(bg);
97 mContent.addView(letter, lp);
98 mContent.addView(logo, lp);
104 mContent.addView(tv, lp2);
106 mContent.setOnClickListener(new View.OnClickListener() {
112 mContent.performLongClick();
124 mContent.setOnLongClickListener(new View.OnLongClickListener()
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java 36 private CellLayout mContent;
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.addViewToCellLayout(allAppsButton, -1, 0, lp, true)
    [all...]
Folder.java 72 protected CellLayout mContent;
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.getChildAt(0, 0)
    [all...]
AppsCustomizeTabHost.java 52 private LinearLayout mContent;
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/
MimeRecord.java 40 private final byte[] mContent;
45 mContent = Arrays.copyOf(content, content.length);
55 return Arrays.copyOf(mContent, mContent.length);
  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 38 private CellLayout mContent;
71 return mContent;
79 mContent.setOnLongClickListener(l);
88 return hasVerticalHotseat() ? (mContent.getCountY() - y - 1) : x;
95 return hasVerticalHotseat() ? (mContent.getCountY() - (rank + 1)) : 0;
108 mContent.cellToRect(cellX, cellY, 1, 1, coords);
115 int cWidth = mContent.getShortcutsAndWidgets().getCellContentWidth();
116 int cHeight = mContent.getShortcutsAndWidgets().getCellContentHeight();
131 mContent = (CellLayout) findViewById(R.id.layout);
133 mContent.setGridSize(1, (int) grid.numHotseatIcons)
    [all...]
Folder.java 78 protected CellLayout mContent;
172 mContent = (CellLayout) findViewById(R.id.folder_content);
177 mContent.setCellDimensions(grid.folderCellWidthPx, grid.folderCellHeightPx);
178 mContent.setGridSize(0, 0);
179 mContent.getShortcutsAndWidgets().setMotionEventSplittingEnabled(false);
180 mContent.setInvertIfRtl(true);
246 mContent.removeView(mCurrentDragView);
359 final int countX = mContent.getCountX();
447 mContent.getCountX(), mContent.getCountY()))
    [all...]
AppsCustomizeTabHost.java 52 private LinearLayout mContent;
88 FrameLayout.LayoutParams flp = (LayoutParams) mContent.getLayoutParams();
93 mContent.setLayoutParams(flp);
112 mContent = (LinearLayout) findViewById(R.id.apps_customize_content);
370 return mContent;
385 mContent.setVisibility(VISIBLE);
460 mContent.setVisibility(VISIBLE);
469 mContent.setVisibility(GONE);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextureViewActivity.java 43 private FrameLayout mContent;
50 mContent = new FrameLayout(this);
83 mContent.removeView(mTextureView);
85 mContent.addView(mTextureView);
91 mContent.addView(mTextureView, new FrameLayout.LayoutParams(
94 mContent.addView(button, new FrameLayout.LayoutParams(
97 setContentView(mContent);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete4.java 59 mContent = context.getContentResolver();
91 return mContent.query(uri, CONTACT_PROJECTION, null, null, null);
94 private ContentResolver mContent;
ContentBrowserActivity.java 161 Content mContent;
173 mContent = (Content)findViewById(R.id.content);
174 mContent.init((TextView)findViewById(R.id.title),
233 mContent.setBaseSystemUiVisibility(item.isChecked()
ContentBrowserNavActivity.java 163 Content mContent;
175 mContent = (Content)findViewById(R.id.content);
176 mContent.init((TextView)findViewById(R.id.title),
235 mContent.setBaseSystemUiVisibility(item.isChecked()
VideoPlayerActivity.java 184 Content mContent;
196 mContent = (Content)findViewById(R.id.content);
197 mContent.init(this, (TextView)findViewById(R.id.title),
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarOverlayLayout.java 38 private View mContent;
93 if (mContent == null) {
94 mContent = findViewById(R.id.action_bar_activity_content);
95 if (mContent == null) {
96 mContent = findViewById(android.R.id.content);
  /packages/apps/Mms/src/com/android/mms/transaction/
ProgressCallbackEntity.java 37 private final byte[] mContent;
44 mContent = b;
58 int pos = 0, totalLen = mContent.length;
64 outstream.write(mContent, pos, len);
  /development/samples/Support4Demos/src/com/example/android/supportv4/media/
TransportControllerActivity.java 43 private Content mContent;
53 mContent.start();
57 mContent.pause();
61 mContent.pause();
65 return mContent.getDuration();
69 return mContent.getCurrentPosition();
73 mContent.seekTo((int)pos);
77 return mContent.isPlaying();
81 return mContent.getBufferPercentage();
88 if (mContent.canPause())
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h 32 sp<ABuffer> mContent;
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 44 private View mContent;
317 applyInsets(mContent, mContentInsets, true, true, true, true);
327 measureChildWithMargins(mContent, widthMeasureSpec, 0, heightMeasureSpec, 0);
328 lp = (LayoutParams) mContent.getLayoutParams();
330 mContent.getMeasuredWidth() + lp.leftMargin + lp.rightMargin);
332 mContent.getMeasuredHeight() + lp.topMargin + lp.bottomMargin);
333 childState = combineMeasuredStates(childState, mContent.getMeasuredState());
397 if (mContent == null) {
398 mContent = findViewById(com.android.internal.R.id.content);
  /packages/apps/Browser/src/com/android/browser/
NavTabView.java 32 private ViewGroup mContent;
58 mContent = (ViewGroup) findViewById(R.id.main);
PhoneUi.java 308 ObjectAnimator tx = ObjectAnimator.ofInt(mAnimScreen.mContent, "left",
310 ObjectAnimator ty = ObjectAnimator.ofInt(mAnimScreen.mContent, "top",
312 ObjectAnimator tr = ObjectAnimator.ofInt(mAnimScreen.mContent, "right",
314 ObjectAnimator tb = ObjectAnimator.ofInt(mAnimScreen.mContent, "bottom",
396 mAnimScreen.mContent.setLeft(fromLeft);
397 mAnimScreen.mContent.setTop(fromTop);
398 mAnimScreen.mContent.setRight(fromRight);
399 mAnimScreen.mContent.setBottom(fromBottom);
407 ObjectAnimator l = ObjectAnimator.ofInt(mAnimScreen.mContent, "left",
409 ObjectAnimator t = ObjectAnimator.ofInt(mAnimScreen.mContent, "top"
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
HttpHelper.java 100 private String mContent;
110 mContent = content;
114 return mContent;
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
DrawerLayoutActivity.java 73 private TextView mContent;
87 mContent = (TextView) findViewById(R.id.content_text);
138 mContent.setText(Shakespeare.DIALOGUE[position]);
SlidingPaneLayoutActivity.java 67 private TextView mContent;
79 mContent = (TextView) findViewById(R.id.content_text);
115 mContent.setText(Shakespeare.DIALOGUE[position]);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartView.java 49 private Rect mContent = new Rect();
97 mContent.set(getPaddingLeft(), getPaddingTop(), r - l - getPaddingRight(),
99 final int width = mContent.width();
100 final int height = mContent.height();
113 parentRect.set(mContent);
129 final Rect parentRect = new Rect(mContent);

Completed in 2514 milliseconds

1 2