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

/frameworks/base/core/java/android/view/
H A DViewGroup.java6627 private static final int UNDEFINED_MARGIN = DEFAULT_MARGIN_RELATIVE; field in class:ViewGroup.MarginLayoutParams
6655 UNDEFINED_MARGIN);
6656 if (leftMargin == UNDEFINED_MARGIN) {
6662 UNDEFINED_MARGIN);
6663 if (rightMargin == UNDEFINED_MARGIN) {

Completed in 40 milliseconds