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

1 2 3

  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 38 private CellLayout mContent;
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.setGridSize(1, (int) grid.numHotseatIcons)
    [all...]
Folder.java 79 protected CellLayout mContent;
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.getCountX()
    [all...]
AppsCustomizeTabHost.java 48 private View mContent;
74 LayoutParams flp = (LayoutParams) mContent.getLayoutParams();
79 mContent.setLayoutParams(flp);
88 mContent = findViewById(R.id.content);
137 mContent.setVisibility(VISIBLE);
146 mContent.setVisibility(GONE);
172 mContent.setVisibility(VISIBLE);
  /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);
  /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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StackScrollerDecorView.java 32 protected View mContent;
44 mContent = findContentView();
89 mContent.animate()
111 mContent.setAlpha(0.0f);
134 mContent.animate().cancel();
DismissView.java 37 mContent.setOnClickListener(listener);
  /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...]
  /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);
  /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);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
HttpHelper.java 100 private String mContent;
110 mContent = content;
114 return mContent;
  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 305 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, "top"
    [all...]
  /frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
DemoModeController.java 44 private View mContent;
58 mContent = new View(mContext);
59 mContent.setBackgroundColor(0xff33b5e5);
60 mContent.setSystemUiVisibility(View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN
63 mContent.setOnTouchListener(this);
64 setContentView(mContent);
120 final int h = mContent.getMeasuredHeight();
121 final int w = mContent.getMeasuredWidth();
134 mContent.setBackgroundColor(color);
  /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;
GameActivity.java 163 Content mContent;
173 mContent = (Content)findViewById(R.id.content);
174 mContent.init(this, (Button)findViewById(R.id.play));
187 mContent.setGamePaused(true);
  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 107 private View mContent;
271 mContent = findViewById(mContentId);
272 if (mContent == null) {
276 mContent.setVisibility(View.GONE);
296 mContent.measure(MeasureSpec.makeMeasureSpec(widthSpecSize, MeasureSpec.EXACTLY),
300 mContent.measure(MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY),
316 final Bitmap cache = mContent.getDrawingCache();
327 drawChild(canvas, mContent, drawingTime);
331 drawChild(canvas, mContent, drawingTime);
352 final View content = mContent;
    [all...]
  /frameworks/av/include/media/stagefright/foundation/
ParsedMessage.h 51 AString mContent;
  /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);
135 final Rect parentRect = new Rect(mContent);
  /developers/build/prebuilts/gradle/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/
AdapterTransitionFragment.java 57 private FrameLayout mContent;
112 mContent = (FrameLayout) view.findViewById(R.id.content);
115 mContent.addView(mAbsListView);
242 mContent.removeAllViews();
243 mContent.addView(mAbsListView);
  /developers/samples/android/ui/transition/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/
AdapterTransitionFragment.java 57 private FrameLayout mContent;
112 mContent = (FrameLayout) view.findViewById(R.id.content);
115 mContent.addView(mAbsListView);
242 mContent.removeAllViews();
243 mContent.addView(mAbsListView);
  /development/samples/browseable/AdapterTransition/src/com.example.android.adaptertransition/
AdapterTransitionFragment.java 57 private FrameLayout mContent;
112 mContent = (FrameLayout) view.findViewById(R.id.content);
115 mContent.addView(mAbsListView);
242 mContent.removeAllViews();
243 mContent.addView(mAbsListView);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/
SetDeviceNameFragment.java 61 private View mContent;
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;
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
DrawerLayoutActivity.java 73 private TextView mContent;
87 mContent = (TextView) findViewById(R.id.content_text);
143 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]);

Completed in 563 milliseconds

1 2 3