OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:leftPos
(Results
1 - 4
of
4
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
CustomLayout.java
137
int
leftPos
= getPaddingLeft();
141
final int middleLeft =
leftPos
+ mLeftWidth;
158
mTmpContainerRect.left =
leftPos
+ lp.leftMargin;
159
mTmpContainerRect.right =
leftPos
+ width + lp.rightMargin;
160
leftPos
= mTmpContainerRect.right;
/external/chromium_org/ui/accessibility/extensions/caretbrowsing/
caretbrowsing.js
949
var
leftPos
= end.clone();
960
evt.shiftKey ? start :
leftPos
,
leftPos
)) {
968
range.setStart(
leftPos
.node,
leftPos
.index);
988
evt.shiftKey ? start :
leftPos
,
leftPos
)) {
998
(
leftPos
.node != end.node ||
leftPos
.index != end.index)) {
999
bestPos =
leftPos
.clone()
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java
213
int
leftPos
= getFirstChildPos(opPos);
214
int rightPos = getNextOpPos(
leftPos
);
216
operation.setLeftRight(compile(
leftPos
), compile(rightPos));
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java
455
int
leftPos
= OpMap.getFirstChildPos(op);
456
int rightPos = compiler.getNextOpPos(
leftPos
);
457
isProx = isProximateInnerExpr(compiler,
leftPos
);
523
int
leftPos
= OpMap.getFirstChildPos(innerExprOpPos);
524
int rightPos = compiler.getNextOpPos(
leftPos
);
525
isProx = isProximateInnerExpr(compiler,
leftPos
);
[
all
...]
Completed in 109 milliseconds