Home
last modified time | relevance | path

Searched refs:mIsLayout (Results 1 – 1 of 1) sorted by relevance

/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
DViewClassInfo.java28 private boolean mIsLayout; field in ViewClassInfo
87 mIsLayout = isLayout; in ViewClassInfo()
95 return mIsLayout; in isLayout()
155 if (mIsLayout) { in setLayoutParams()