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

/frameworks/base/core/java/android/view/
H A DViewGroup.java6103 private static final int UNDEFINED_MARGIN = DEFAULT_MARGIN_RELATIVE; field in class:ViewGroup.MarginLayoutParams
6131 UNDEFINED_MARGIN);
6132 if (leftMargin == UNDEFINED_MARGIN) {
6138 UNDEFINED_MARGIN);
6139 if (rightMargin == UNDEFINED_MARGIN) {

Completed in 49 milliseconds