OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentLeftMatch
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java
172
* The best vertical match will be found in {@link #
mCurrentLeftMatch
} or
181
protected Match
mCurrentLeftMatch
;
248
return
mCurrentLeftMatch
!= null || mCurrentTopMatch != null
311
if (checkCycle(feedback,
mCurrentLeftMatch
, false)
498
mCurrentLeftMatch
= mCurrentRightMatch = null;
521
if (
mCurrentLeftMatch
== null && mCurrentRightMatch == null) {
576
if (mMoveLeft &&
mCurrentLeftMatch
!= null) {
577
applyConstraint(n,
mCurrentLeftMatch
.getConstraint(true));
643
if (
mCurrentLeftMatch
!= null) {
644
applyConstraint(node,
mCurrentLeftMatch
.getConstraint(true))
[
all
...]
GuidelinePainter.java
99
showMatch(gc, state.
mCurrentLeftMatch
, state, strings,
121
if (state.
mCurrentLeftMatch
!= null) {
ResizeHandler.java
253
mCurrentLeftMatch
= match;
258
mCurrentLeftMatch
= match;
MoveHandler.java
288
mCurrentLeftMatch
= match;
293
mCurrentLeftMatch
= match;
Completed in 26 milliseconds