Searched defs:UNDEFINED_MARGIN (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewGroup.java7202 private static final int UNDEFINED_MARGIN = DEFAULT_MARGIN_RELATIVE; field in class:ViewGroup.MarginLayoutParams
7230 UNDEFINED_MARGIN);
7231 if (leftMargin == UNDEFINED_MARGIN) {
7237 UNDEFINED_MARGIN);
7238 if (rightMargin == UNDEFINED_MARGIN) {

Completed in 55 milliseconds