HomeSort by relevance Sort by last modified time
    Searched refs:lp (Results 126 - 150 of 549) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/tcpdump/
print-atalk.c 96 register const struct LAP *lp; local
102 if (length < sizeof(*lp)) {
106 lp = (const struct LAP *)bp;
107 bp += sizeof(*lp);
108 length -= sizeof(*lp);
109 hdrlen = sizeof(*lp);
110 switch (lp->type) {
119 ataddr_string(0, lp->src), ddpskt_string(sdp->srcSkt));
121 ataddr_string(0, lp->dst), ddpskt_string(sdp->dstSkt));
125 ddp_print(bp, length, sdp->type, 0, lp->src, sdp->srcSkt)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorDrawTabletUI.java 89 public EditorDrawTabletUI(EditorDraw editorDraw, Context context, LinearLayout lp) {
95 LinearLayout buttonContainer = (LinearLayout) lp.findViewById(R.id.listStyles);
97 mdrawSizeSeekBar = (SeekBar) lp.findViewById(R.id.drawSizeSeekBar);
98 mDrawSizeValue = (TextView) lp.findViewById(R.id.drawSizeValue);
100 Button clearButton = (Button) lp.findViewById(R.id.clearButton);
157 final LinearLayout ctls = (LinearLayout) lp.findViewById(R.id.controls);
158 final LinearLayout pick = (LinearLayout) lp.findViewById(R.id.colorPicker);
159 Button b = (Button) lp.findViewById(R.id.draw_color_popupbutton);
175 mColorButton[i] = (Button) lp.findViewById(ids[i]);
210 mHueView = (ColorHueView) lp.findViewById(R.id.ColorHueView)
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
MenuItemPresenter.java 78 ViewGroup.MarginLayoutParams lp = (ViewGroup.MarginLayoutParams) local
81 lp.bottomMargin = (int) res.getDimension(R.dimen.browse_item_title_marginBottom);
85 lp.bottomMargin = (int) res.getDimension(R.dimen.browse_item_description_marginBottom);
89 menuItemViewHolder.mTitleView.setLayoutParams(lp);
116 LayoutParams lp = menuItemViewHolder.mIconView.getLayoutParams(); local
133 .resource(Uri.parse(imageUri)).height(lp.height).width(lp.width).build();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_fs.c 761 generate_fragment(struct llvmpipe_context *lp,
    [all...]
lp_surface.c 176 llvmpipe_init_surface_functions(struct llvmpipe_context *lp)
178 lp->pipe.resource_copy_region = lp_resource_copy;
179 lp->pipe.clear_render_target = util_clear_render_target;
180 lp->pipe.clear_depth_stencil = util_clear_depth_stencil;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 761 generate_fragment(struct llvmpipe_context *lp,
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
convert.c 353 BN_ULONG *bn_data = NULL, *lp; local
376 lp = bn_data;
386 *lp = BN_div_word(t, BN_DEC_CONV);
387 lp++;
389 lp--;
393 BIO_snprintf(p, BUF_REMAIN, BN_DEC_FMT1, *lp);
397 while (lp != bn_data) {
398 lp--;
399 BIO_snprintf(p, BUF_REMAIN, BN_DEC_FMT2, *lp);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GradientsActivity.java 72 FrameLayout.LayoutParams lp = new FrameLayout.LayoutParams(200, 200, Gravity.CENTER); local
73 lp.setMargins(220, 0, 0, 0);
74 layout.addView(radialGradientView, lp);
76 lp = new FrameLayout.LayoutParams(200, 200, Gravity.CENTER);
77 lp.setMargins(440, 0, 0, 0);
78 layout.addView(sweepGradientView, lp);
80 lp = new FrameLayout.LayoutParams(200, 200, Gravity.CENTER);
81 lp.setMargins(220, -220, 0, 0);
82 layout.addView(bitmapView, lp);
TextGammaActivity.java 92 final LinearLayout.LayoutParams lp = new LinearLayout.LayoutParams( local
95 lp.setMargins(0, 74, 0, 0);
96 layout.addView(gamma, lp);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContainer.java 217 final ViewGroup.LayoutParams lp = tabView.getLayoutParams(); local
218 lp.width = LayoutParams.MATCH_PARENT;
219 lp.height = LayoutParams.WRAP_CONTENT;
245 final LayoutParams lp = (LayoutParams) view.getLayoutParams(); local
246 return view.getMeasuredHeight() + lp.topMargin + lp.bottomMargin;
288 final LayoutParams lp = (LayoutParams) tabContainer.getLayoutParams(); local
290 tabContainer.layout(l, containerHeight - tabHeight - lp.bottomMargin, r,
291 containerHeight - lp.bottomMargin);
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 617 final LayoutParams lp = params; local
636 if (lp.cellX >= 0 && lp.cellX <= mCountX - 1 && lp.cellY >= 0 && lp.cellY <= mCountY - 1) {
639 if (lp.cellHSpan < 0) lp.cellHSpan = mCountX;
640 if (lp.cellVSpan < 0) lp.cellVSpan = mCountY;
644 mShortcutsAndWidgets.addView(child, index, lp);
721 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
1104 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
1237 MarginLayoutParams lp = (MarginLayoutParams) v.getLayoutParams(); local
1876 LayoutParams lp = (LayoutParams) v.getLayoutParams(); local
2097 LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
2199 LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
2221 LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
2269 LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
2409 LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
2430 LayoutParams lp = (LayoutParams) mShortcutsAndWidgets.getChildAt(i).getLayoutParams(); local
2517 LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
2541 LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
2949 LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
    [all...]
PagedViewCellLayout.java 103 final PagedViewCellLayout.LayoutParams lp = params; local
107 if (lp.cellX >= 0 && lp.cellX <= (mCellCountX - 1) &&
108 lp.cellY >= 0 && (lp.cellY <= mCellCountY - 1)) {
111 if (lp.cellHSpan < 0) lp.cellHSpan = mCellCountX;
112 if (lp.cellVSpan < 0) lp.cellVSpan = mCellCountY;
115 mChildren.addView(child, index, lp);
309 PagedViewCellLayout.LayoutParams lp = (PagedViewCellLayout.LayoutParams) child.getLayoutParams(); local
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkMorphology_opts_SSE2.cpp 35 const SkPMColor* lp = src; local
40 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) {
46 lp += srcStrideY;
SkMorphology_opts_neon.cpp 38 const SkPMColor* lp = src; local
43 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) {
49 lp += srcStrideY;
  /external/skia/src/opts/
SkMorphology_opts_SSE2.cpp 35 const SkPMColor* lp = src; local
40 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) {
46 lp += srcStrideY;
SkMorphology_opts_neon.cpp 38 const SkPMColor* lp = src; local
43 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) {
49 lp += srcStrideY;
  /frameworks/base/core/java/android/content/
SyncActivityTooManyDeletes.java 86 final LinearLayout.LayoutParams lp = new LinearLayout.LayoutParams( local
88 ll.addView(textView, lp);
89 ll.addView(listView, lp);
99 // ll.addView(imageView, lp);
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewCellLayout.java 97 final PagedViewCellLayout.LayoutParams lp = params; local
101 if (lp.cellX >= 0 && lp.cellX <= (mCellCountX - 1) &&
102 lp.cellY >= 0 && (lp.cellY <= mCellCountY - 1)) {
105 if (lp.cellHSpan < 0) lp.cellHSpan = mCellCountX;
106 if (lp.cellVSpan < 0) lp.cellVSpan = mCellCountY;
109 mChildren.addView(child, index, lp);
303 PagedViewCellLayout.LayoutParams lp = (PagedViewCellLayout.LayoutParams) child.getLayoutParams(); local
    [all...]
CellLayout.java 596 final LayoutParams lp = params; local
609 if (lp.cellX >= 0 && lp.cellX <= mCountX - 1 && lp.cellY >= 0 && lp.cellY <= mCountY - 1) {
612 if (lp.cellHSpan < 0) lp.cellHSpan = mCountX;
613 if (lp.cellVSpan < 0) lp.cellVSpan = mCountY;
617 mShortcutsAndWidgets.addView(child, index, lp);
982 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
1109 MarginLayoutParams lp = (MarginLayoutParams) v.getLayoutParams(); local
1750 LayoutParams lp = (LayoutParams) v.getLayoutParams(); local
1971 LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
2076 LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
2098 LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
2151 LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
2302 LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
2323 LayoutParams lp = (LayoutParams) mShortcutsAndWidgets.getChildAt(i).getLayoutParams(); local
2410 LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
2435 LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
2862 LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
DropDownPreference.java 123 final ViewGroup.LayoutParams lp = mSpinner.getLayoutParams(); local
124 lp.width = 0;
125 mSpinner.setLayoutParams(lp);
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 488 ViewGroup.LayoutParams lp = mSurfaceView.getLayoutParams(); local
492 lp.width = surfaceWidth;
493 lp.height = surfaceWidth * height / width;
497 lp.width = surfaceHeight * width / height;
498 lp.height = surfaceHeight;
500 Log.i(TAG, "video rect is " + lp.width + "x" + lp.height);
501 mSurfaceView.setLayoutParams(lp);
559 ViewGroup.LayoutParams lp = mPresentationSurfaceView.getLayoutParams(); local
561 lp.width = surfaceWidth
    [all...]
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 488 ViewGroup.LayoutParams lp = mSurfaceView.getLayoutParams(); local
492 lp.width = surfaceWidth;
493 lp.height = surfaceWidth * height / width;
497 lp.width = surfaceHeight * width / height;
498 lp.height = surfaceHeight;
500 Log.i(TAG, "video rect is " + lp.width + "x" + lp.height);
501 mSurfaceView.setLayoutParams(lp);
559 ViewGroup.LayoutParams lp = mPresentationSurfaceView.getLayoutParams(); local
561 lp.width = surfaceWidth
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java 491 ViewGroup.LayoutParams lp = mSurfaceView.getLayoutParams(); local
495 lp.width = surfaceWidth;
496 lp.height = surfaceWidth * height / width;
500 lp.width = surfaceHeight * width / height;
501 lp.height = surfaceHeight;
503 Log.i(TAG, "video rect is " + lp.width + "x" + lp.height);
504 mSurfaceView.setLayoutParams(lp);
562 ViewGroup.LayoutParams lp = mPresentationSurfaceView.getLayoutParams(); local
564 lp.width = surfaceWidth
    [all...]
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
LocalPlayer.java 488 ViewGroup.LayoutParams lp = mSurfaceView.getLayoutParams(); local
492 lp.width = surfaceWidth;
493 lp.height = surfaceWidth * height / width;
497 lp.width = surfaceHeight * width / height;
498 lp.height = surfaceHeight;
500 Log.i(TAG, "video rect is " + lp.width + "x" + lp.height);
501 mSurfaceView.setLayoutParams(lp);
559 ViewGroup.LayoutParams lp = mPresentationSurfaceView.getLayoutParams(); local
561 lp.width = surfaceWidth
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 114 SVGA3dLinePattern lp; local
115 lp.repeat = templ->line_stipple_factor + 1;
116 lp.pattern = templ->line_stipple_pattern;
117 rast->linepattern = lp.uintValue;

Completed in 831 milliseconds

1 2 3 4 56 7 8 91011>>