HomeSort by relevance Sort by last modified time
    Searched refs:rightPos (Results 1 - 3 of 3) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
CustomLayout.java 138 int rightPos = right - left - getPaddingRight();
142 final int middleRight = rightPos - mRightWidth;
162 mTmpContainerRect.right = rightPos - lp.rightMargin;
163 mTmpContainerRect.left = rightPos - width - lp.leftMargin;
164 rightPos = mTmpContainerRect.left;
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 214 int rightPos = getNextOpPos(leftPos);
216 operation.setLeftRight(compile(leftPos), compile(rightPos));
235 int rightPos = getFirstChildPos(opPos);
237 unary.setRight(compile(rightPos));
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 456 int rightPos = compiler.getNextOpPos(leftPos);
460 isProx = isProximateInnerExpr(compiler, rightPos);
524 int rightPos = compiler.getNextOpPos(leftPos);
528 isProx = isProximateInnerExpr(compiler, rightPos);
    [all...]

Completed in 206 milliseconds