OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentTopMatch
(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
164
* The best vertical match will be found in {@link #
mCurrentTopMatch
} or
187
protected Match
mCurrentTopMatch
;
248
return mCurrentLeftMatch != null ||
mCurrentTopMatch
!= null
307
if (checkCycle(feedback,
mCurrentTopMatch
, true /* vertical */)
499
mCurrentTopMatch
= mCurrentBottomMatch = null;
518
if (
mCurrentTopMatch
== null && mCurrentBottomMatch == null) {
562
if (mMoveTop &&
mCurrentTopMatch
!= null) {
563
applyConstraint(n,
mCurrentTopMatch
.getConstraint(true /* generateId */));
564
if (
mCurrentTopMatch
.type == ALIGN_BASELINE) {
566
String c =
mCurrentTopMatch
.getConstraint(true)
[
all
...]
GuidelinePainter.java
103
showMatch(gc, state.
mCurrentTopMatch
, state, strings,
126
if (state.
mCurrentTopMatch
!= null) {
ResizeHandler.java
228
mCurrentTopMatch
= match;
234
mCurrentTopMatch
= match;
MoveHandler.java
265
mCurrentTopMatch
= match;
271
mCurrentTopMatch
= match;
Completed in 83 milliseconds