HomeSort by relevance Sort by last modified time
    Searched full:selfpos (Results 1 - 1 of 1) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 299 int selfPos = -1;
322 selfPos = pos;
354 return new DropFeedback(new LinearDropData(indexes, posCount, isVertical, selfPos),
381 int selfPos = data.getSelfPos();
389 if (pos != selfPos) {
413 if (data.getInsertPos() != selfPos || selfPos == -1) {
687 boolean isVertical, int selfPos) {
691 mSelfPos = selfPos;
702 + ", selfPos=" + mSelfPos //$NON-NLS-1
    [all...]

Completed in 52 milliseconds