HomeSort by relevance Sort by last modified time
    Searched refs:LEFT (Results 101 - 125 of 147) sorted by null

1 2 3 45 6

  /external/webkit/WebKit/android/nav/
CachedRoot.cpp 257 virtual void drawSprite(const SkBitmap& bitmap, int left, int top,
261 SkCanvas::drawSprite(bitmap, left, top, paint);
340 and returns via left() the position of the left edge of the paragraph.
341 It first looks at the left edge of the test point, then looks above and below
342 it for more lines of text to determine the div's left edge.
354 int left() { function in class:android::LeftCheck
419 /* If the considered text is completely to the left or right of the
427 /* record the smallest margins on the left and right */
462 a view-width to the left or right, is considered
    [all...]
WebView.cpp 160 m_javaGlue.m_rectLeft = env->GetFieldID(rectClass, "left", "I");
166 m_javaGlue.m_rectFLeft = env->GetFieldID(rectClassF, "left", "F");
313 int left = rect.x(); local
315 if (left < visible.fLeft) {
316 dx = left - visible.fLeft;
318 } else if (right > visible.fRight && right - left < visible.width()) {
624 int left = (int) env->GetIntField(jRect, m_javaGlue.m_rectLeft); local
626 rect->setX(left);
647 DBG_NAV_LOGD("keyCode=%s", "left");
648 return CachedFrame::LEFT;
    [all...]
  /external/webkit/WebCore/rendering/
RenderMenuList.cpp 94 m_innerBlock->style()->setTextAlign(LEFT);
284 // Compute the top left taking transforms into account, but use
RenderBlockLineLayout.cpp 386 case LEFT:
389 // particular with RTL blocks, wide lines should still spill out to the left.
411 // for right to left fall through to right aligned
562 // and the current object is not float:right in LTR or not float:left in RTL,
563 // and text align is auto, or justify or left in LTR, or right in RTL, we
587 ((ta == LEFT || ta == WEBKIT_LEFT) && (dir == LTR)) ||
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceView.java 292 protected boolean setFrame(int left, int top, int right, int bottom) {
293 boolean result = super.setFrame(left, top, right, bottom);
435 + " left=" + (mLeft != mLocation[0])
475 mLayout.gravity = Gravity.LEFT|Gravity.TOP;
507 mSurfaceFrame.left = 0;
  /frameworks/base/core/java/android/widget/
ProgressBar.java 274 return (clip) ? new ClipDrawable(shapeDrawable, Gravity.LEFT,
804 invalidate(dirty.left + scrollX, dirty.top + scrollY,
GridView.java 59 private int mGravity = Gravity.LEFT;
241 int nextLeft = mListPadding.left +
    [all...]
TextView.java 352 // If we get the paint from the skin, we should set it to left, since
353 // the layout always wants it to be left.
354 // mTextPaint.setTextAlign(Paint.Align.LEFT);
3634 int left = getCompoundPaddingLeft(); local
3682 int left = getCompoundPaddingLeft() + mScrollX; local
3915 final int left = mLeft; local
5549 int left = (int) FloatMath.floor(mLayout.getLineLeft(line)); local
5617 int left = (int) FloatMath.floor(mLayout.getLineLeft(line)); local
7848 final int left = 0; local
    [all...]
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 493 * @param gravity A combination of (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL,
517 case Gravity.LEFT:
526 // Same as left -- do nothing
536 * (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL, RIGHT)
558 * (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL, RIGHT)
591 * (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL, RIGHT)
613 * (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL, RIGHT)
643 * (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL, RIGHT)
664 * (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL, RIGHT)
690 * (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL, RIGHT
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 258 formText.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
503 // look for how many segments we have left.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdateChooserDialog.java 150 // Left part of Sash Form
212 placeholder.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, true, false, 1, 1));
233 * <li>Inserts a help label on the left of the first button.
257 // Label at the left of the install/cancel buttons
  /external/webkit/WebCore/css/
CSSPrimitiveValueMappings.h     [all...]
  /external/webkit/WebCore/editing/
SelectionController.cpp 241 // FIXME: This is probably not correct for right and left when the direction is RTL.
248 case LEFT:
503 pos = VisiblePosition(m_selection.extent(), m_selection.affinity()).left(true);
594 case LEFT:
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
MonthView.java 801 r.left = x;
807 // Adjust the left column, right column, and bottom row to leave
810 r.left = -1;
826 r.left--;
860 r.left++;
863 r.left--;
867 r.left++;
925 int left = rect.right - BUSY_BITS_MARGIN - BUSY_BITS_WIDTH; local
961 int left = rect.right - BUSY_BITS_MARGIN - BUSY_BITS_WIDTH; local
    [all...]
CalendarView.java 159 //Update the current time line every five minutes if the window is left open that long
485 mEventTextPaint.setTextAlign(Paint.Align.LEFT);
1936 float left = mHoursWidth; local
2224 int left = (int) ev.left; local
3175 int left = mHoursWidth + (mSelectionDay - mFirstJulianDay) * (cellWidth + DAY_GAP); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 236 final TableColumn fullTableColumn = new TableColumn(fullTable, SWT.LEFT);
270 // 2nd column is the left/right arrow button
334 final TableColumn selectionTableColumn = new TableColumn(selectionTable, SWT.LEFT);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 386 assertEquals(Gravity.TOP | Gravity.LEFT, mTextView.getGravity());
389 assertEquals(Gravity.BOTTOM | Gravity.LEFT, mTextView.getGravity());
411 assertEquals(Gravity.TOP | Gravity.LEFT, mTextView.getGravity());
417 assertEquals(Gravity.FILL_VERTICAL | Gravity.LEFT, mTextView.getGravity());
656 // shadow is placed to the left and below the text
2968 Drawable left = mActivity.getResources().getDrawable(R.drawable.red); local
    [all...]
GridViewTest.java 282 mGridView.setGravity(Gravity.LEFT);
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 512 mLayout.gravity = Gravity.LEFT|Gravity.TOP;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas.java 312 public boolean clipRect(float left, float top, float right, float bottom, Op op) {
313 return clipRect(left, top, right, bottom);
320 public boolean clipRect(float left, float top, float right, float bottom) {
321 getGraphics2d().clipRect((int)left, (int)top, (int)(right-left), (int)(bottom-top));
329 public boolean clipRect(int left, int top, int right, int bottom) {
330 getGraphics2d().clipRect(left, top, right-left, bottom-top);
339 return clipRect(rect.left, rect.top, rect.right, rect.bottom);
347 return clipRect(rect.left, rect.top, rect.right, rect.bottom)
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java     [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java 540 TableHelper.createTableColumn(tab, "Type", SWT.LEFT,
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactWindow.java 480 l.gravity = Gravity.TOP | Gravity.LEFT;
587 // Clear track actions and scroll to hard left
    [all...]

Completed in 260 milliseconds

1 2 3 45 6