OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:leftResult
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java
235
int[]
leftResult
= getBiggestMarginInDirection(node, 0 /*horizontal*/,
250
(
leftResult
!= null ?
leftResult
[0] : 0) +
/libcore/ojluni/src/main/java/java/util/stream/
ReduceOps.java
753
S
leftResult
= leftChild.getLocalResult();
754
leftResult
.combine(rightChild.getLocalResult());
755
setLocalResult(
leftResult
);
/frameworks/base/libs/hwui/
RenderProperties.h
402
bool
leftResult
= setLeft(left);
404
return
leftResult
|| topResult;
Completed in 273 milliseconds