OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentBottomMatch
(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
165
* {@link #
mCurrentBottomMatch
}.
199
protected Match
mCurrentBottomMatch
;
249
|| mCurrentRightMatch != null ||
mCurrentBottomMatch
!= null;
308
|| checkCycle(feedback,
mCurrentBottomMatch
, true)) {
499
mCurrentTopMatch =
mCurrentBottomMatch
= null;
518
if (mCurrentTopMatch == null &&
mCurrentBottomMatch
== null) {
572
if (mMoveBottom &&
mCurrentBottomMatch
!= null) {
573
applyConstraint(n,
mCurrentBottomMatch
.getConstraint(true));
638
if (mCurrentTopMatch != null ||
mCurrentBottomMatch
!= null) {
658
} else if (
mCurrentBottomMatch
!= null)
[
all
...]
GuidelinePainter.java
105
showMatch(gc, state.
mCurrentBottomMatch
, state, strings,
128
} else if (state.
mCurrentBottomMatch
!= null) {
ResizeHandler.java
230
mCurrentBottomMatch
= match;
MoveHandler.java
267
mCurrentBottomMatch
= match;
Completed in 22 milliseconds