HomeSort by relevance Sort by last modified time
    Searched refs:top (Results 226 - 250 of 1937) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Browser/src/com/android/browser/view/
StopProgressView.java 73 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
74 super.onLayout(changed, left, top, right, bottom);
76 mHeight = (bottom - top) * 2 / 3;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventLogImporter.java 37 String top = System.getenv("ANDROID_BUILD_TOP"); local
38 if (top == null) {
41 final String tagFile = top + "/system/core/logcat/event-log-tags";
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
PixelPerfectControls.java 53 overlayTransparencyRightData.top = new FormAttachment(0, 2);
60 refreshRightData.top = new FormAttachment(overlayTransparencyRight, 2);
68 zoomRightData.top = new FormAttachment(refreshRight, 2);
78 overlayTransparencyData.top = new FormAttachment(0, 2);
84 refreshData.top = new FormAttachment(overlayTransparency, 2);
92 zoomData.top = new FormAttachment(refresh, 2);
99 overlayTransparencyLeftData.top = new FormAttachment(0, 2);
106 refreshLeftData.top = new FormAttachment(overlayTransparencyLeft, 2);
113 zoomLeftData.top = new FormAttachment(refreshLeft, 2);
128 overlaySliderData.top = new FormAttachment(0, 2)
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
View_LayoutPositionTest.java 67 int top = vLocation[1] - pLocation[1]; local
69 int bottom = top + vRect.height();
72 assertEquals(top, view.getTop());
99 assertEquals(top + v_offset, ntop);
  /dalvik/vm/alloc/
MarkSweep.h 27 /* Current top of the stack (exclusive)
29 const Object **top; member in struct:GcMarkStack
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Focus3.java 34 mTopButton = (Button) findViewById(R.id.top);
  /external/chromium/chrome/browser/resources/gpu_internals/
timeline.css 20 padding-top: 1px;
25 border-top: 1px solid #D0D0D0;
  /external/chromium/chrome/browser/resources/net_internals/
view.js 18 View.prototype.setGeometry = function(left, top, width, height) {
20 this.top_ = top;
94 DivView.prototype.setGeometry = function(left, top, width, height) {
95 DivView.superClass_.setGeometry.call(this, left, top, width, height);
98 setNodePosition(this.node_, left, top, width, height);
130 WindowView.prototype.setGeometry = function(left, top, width, height) {
131 WindowView.superClass_.setGeometry.call(this, left, top, width, height);
132 this.childView_.setGeometry(left, top, width, height);
  /external/chromium/chrome/browser/ui/gtk/
nine_box.h 18 // height, only pass in images for the top row.
26 NineBox(int top_left, int top, int top_right, int left, int center, int right,
42 // Render the top row of images to |dst| between |x1| and |x1| + |width|.
50 // must have its own window and be allocated. Also, currently only the top
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_button_border.h 34 SkBitmap* top; member in struct:InfoBarButtonBorder::MBBImageSet
  /external/chromium/chrome/browser/ui/
window_sizer_win.cc 46 monitor_info.rcWork.top - monitor_info.rcMonitor.top);
88 gfx::Point corner(area.left, area.top);
97 std::min(browser.top + kWindowTilePixels, area.bottom-size.height())
99 // Adjust corner to now overflow the work area left and top edges, so
  /external/chromium/chrome/common/
thumbnail_score.cc 45 ThumbnailScore::ThumbnailScore(double score, bool clipping, bool top)
48 at_top(top),
53 ThumbnailScore::ThumbnailScore(double score, bool clipping, bool top,
57 at_top(top),
  /external/chromium-trace/src/shared/css/
chrome_shared.css 28 padding-top: 13px;
39 top: 0;
54 top: 0;
74 border-top: 1px solid transparent;
81 padding-top: 7px;
89 border-top: 1px solid rgb(143, 170, 217);
107 top: 0;
200 padding-top: 13px;
trash.css 28 top: 2px;
60 margin-top: 4px;
  /external/clang/test/Sema/
pragma-ms_struct.c 11 #pragma ms_struct on top of spaghetti // expected-warning {{extra tokens at end of '#pragma ms_struct' - ignored}}
  /external/skia/src/core/
SkEdge.cpp 56 int top = SkFDot6Round(y0); local
60 if (top == bot) {
64 if (NULL != clip && (top >= clip->fBottom || bot <= clip->fTop)) {
72 fFirstY = top;
96 int top = SkFDot6Round(y0); local
99 // SkASSERT(top >= fFirstY);
102 if (top == bot)
112 fFirstY = top;
120 int top = fFirstY; local
122 SkASSERT(top < clip.fBottom)
202 int top = SkFDot6Round(y0); local
348 int top = SkFDot6Round(y0); local
    [all...]
  /external/skia/src/svg/
SkSVGRect.cpp 31 SVG_ADD_ATTRIBUTE_ALIAS(top, y);
  /external/webkit/Source/WebCore/xml/
XMLViewer.css 40 margin-top: 1em;
64 background-position: left top;
  /external/webkit/Source/WebKit/android/plugins/
SkANP.cpp 33 SkFloatToScalar(src.top),
40 dst->set(src.left, src.top, src.right, src.bottom);
46 dst->top = src.fTop;
54 dst->top = SkScalarToFloat(src.fTop);
  /frameworks/base/core/java/android/text/style/
ReplacementSpan.java 30 int top, int y, int bottom, Paint paint);
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/filters/
CropFilter.java 40 dst.crop((int) (src.width() * bounds.left), (int) (src.height() * bounds.top),
  /hardware/ti/omap4xxx/libI420colorconvert/
ColorConvert.cpp 29 srcWidth * srcRect.top + srcRect.left;
31 srcWidth * (srcHeight - srcRect.top / 2);
34 int dstHeight = srcRect.bottom - srcRect.top + 1;
100 encoderRect->top = 0;
  /packages/apps/Launcher2/src/com/android/launcher2/
ButtonDropTarget.java 128 int top = to.top + (getMeasuredHeight() - height) / 2; local
129 to.set(left, top, left + width, top + height);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PercentageBarChart.java 69 final int top = getPaddingTop(); local
87 canvas.drawRect(lastX, top, right, bottom, e.paint);
91 canvas.drawRect(lastX, top, nextX, bottom, e.paint);
96 canvas.drawRect(lastX, top, right, bottom, mEmptyPaint);
  /packages/apps/VideoEditor/src/com/android/videoeditor/
KenBurnsActivity.java 438 + mStartRect.left + ", " + mStartRect.top + ", "
443 mStartRect.top * scale * mImageViewScale);
456 + mEndRect.left + ", " + mEndRect.top + ", "
461 mEndRect.top * scale * mImageViewScale);
489 + ", " + mMatrixRect.top + ", " + mMatrixRect.right
494 final int top = (int)((-mMatrixRect.top/scale) / mImageViewScale); local
496 final int bottom = (int)(((-mMatrixRect.top + lp.height)/scale) / mImageViewScale);
498 mStartRect.set(left, top, right, bottom);
500 Log.d(TAG, "START: " + mStartRect.left + ", " + mStartRect.top + ",
521 final int top = (int)((-mMatrixRect.top\/scale) \/ mImageViewScale); local
    [all...]

Completed in 490 milliseconds

1 2 3 4 5 6 7 8 91011>>