HomeSort by relevance Sort by last modified time
    Searched refs:mViewInfo (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 83 private ViewInfo mViewInfo;
113 mViewInfo = viewInfo;
316 if (mViewInfo != null) {
317 int baseline = mViewInfo.getBaseLine();
333 if (mViewInfo != null) {
334 int leftMargin = mViewInfo.getLeftMargin();
335 int topMargin = mViewInfo.getTopMargin();
336 int rightMargin = mViewInfo.getRightMargin();
337 int bottomMargin = mViewInfo.getBottomMargin();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringTest.java 306 testInfo.mViewInfo = info;
324 protected ViewInfo mViewInfo;

Completed in 2867 milliseconds