HomeSort by relevance Sort by last modified time
    Searched refs:getRight (Results 51 - 75 of 216) sorted by null

1 23 4 5 6 7 8 9

  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ALtExpression.java 67 public PExpression getRight()
ALteExpression.java 67 public PExpression getRight()
AModuloExpression.java 67 public PExpression getRight()
AMultiplyExpression.java 67 public PExpression getRight()
ANeExpression.java 67 public PExpression getRight()
ANumericAddExpression.java 67 public PExpression getRight()
ANumericEqExpression.java 67 public PExpression getRight()
ANumericNeExpression.java 67 public PExpression getRight()
AOrExpression.java 67 public PExpression getRight()
ASubtractExpression.java 67 public PExpression getRight()
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContainer.java 89 mActionBarView.getRight(), mActionBarView.getBottom());
107 mTabContainer.getRight(), mTabContainer.getBottom());
311 mActionBarView.getRight(), mActionBarView.getBottom());
316 mTabContainer.getRight(), mTabContainer.getBottom());
  /external/chromium_org/third_party/angle/src/compiler/depgraph/
DependencyGraphBuilder.cpp 129 if (TIntermTyped* intermRight = intermAssignment->getRight()) {
159 if (TIntermTyped* intermRight = intermLogicalOp->getRight()) {
170 if (TIntermTyped* intermRight = intermBinary->getRight()) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java 562 if (getRight() != that.getRight()) return false;
572 result = 31 * result + getRight();
582 ", right=" + getRight() +
595 public int getRight() {
  /cts/tests/tests/widget/src/android/widget/cts/
GridViewTest.java 255 assertEquals(0, child1.getLeft() - child0.getRight());
266 assertEquals(5, child1.getLeft() - child0.getRight());
335 childRight[STRETCH_SPACING][INDEX_RIGHTMOST] = child.getRight();
338 childRight[STRETCH_SPACING][INDEX_0] = child.getRight();
341 childRight[STRETCH_SPACING][INDEX_1] = child.getRight();
354 childRight[STRETCH_COLUMN_WIDTH][INDEX_RIGHTMOST] = child.getRight();
357 childRight[STRETCH_COLUMN_WIDTH][INDEX_0] = child.getRight();
360 childRight[STRETCH_COLUMN_WIDTH][INDEX_1] = child.getRight();
373 childRight[STRETCH_SPACING_UNIFORM][INDEX_RIGHTMOST] = child.getRight();
376 childRight[STRETCH_SPACING_UNIFORM][INDEX_0] = child.getRight();
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
HorizontalScrollView.java 172 final int span = getChildAt(0).getRight() - mScrollX - rightEdge;
385 || x >= child.getRight() - scrollX);
831 && (preferredFocusable.getRight() > leftWithoutFadingEdge)) {
872 int viewRight = view.getRight();
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 203 // child.layout(child.getLeft(), child.getTop(), child.getRight(), child.getBottom());
482 child.getRight() + offset, child.getBottom());
492 getChildAt(childCount - 1).getRight() <= getWidth() - getPaddingRight();
508 int end = (getRight() - getLeft()) + overhang;
510 int nextLeft = getChildCount() == 0 ? 0 : getChildAt(getChildCount() - 1).getRight();
513 nextLeft = getChildAt(getChildCount() - 1).getRight();
516 return getChildAt(getChildCount() - 1).getRight() - gridRight;
  /cts/tests/tests/view/src/android/view/cts/
View_LayoutPositionTest.java 73 assertEquals(right, view.getRight());
  /external/chromium/chrome/browser/resources/net_internals/
resizableverticalsplitview.js 71 this.sizerView_.setGeometry(this.leftView_.getRight(), top,
73 this.rightView_.setGeometry(this.sizerView_.getRight(), top,
  /external/javassist/src/main/javassist/compiler/ast/
ASTList.java 44 public ASTree getRight() { return right; }
  /packages/apps/Camera2/src/com/android/camera/ui/
ModuleSwitcher.java 310 mPopup.layout(getRight() - w, getBottom() - h, getRight(), getBottom());
316 mPopup.layout(getRight() - w, getTop(), getRight(), getTop() + h);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
ZoomControlBar.java 142 pos = mBar.getRight() - sliderPosition;
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 183 final int span = getChildAt(0).getRight() - mScrollX - rightEdge;
396 || x >= child.getRight() - scrollX);
855 && (preferredFocusable.getRight() > leftWithoutFadingEdge)) {
    [all...]
Gallery.java 492 if (child.getRight() >= galleryLeft) {
577 if (selView.getLeft() <= galleryCenter && selView.getRight() >= galleryCenter) {
588 if (child.getLeft() <= galleryCenter && child.getRight() >= galleryCenter) {
595 Math.abs(child.getRight() - galleryCenter));
778 curLeftEdge = prevIterationView.getRight() + itemSpacing;
793 curLeftEdge = prevIterationView.getRight() + itemSpacing;
811 curLeftEdge = prevIterationView.getRight() + itemSpacing;
823 curLeftEdge = prevIterationView.getRight() + itemSpacing;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContainer.java 293 mActionBarView.getRight(), mActionBarView.getBottom());
298 mTabContainer.getRight(), mTabContainer.getBottom());
  /packages/apps/Browser/src/com/android/browser/
TabScrollView.java 170 // tab, "TranslationX", 0, getScrollX() - tab.getRight());
236 int nextLeft = getChildAt(0).getRight() - mTabOverlap;
239 int w = tab.getRight() - tab.getLeft();

Completed in 504 milliseconds

1 23 4 5 6 7 8 9