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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DAutoReinflateContainer.java36 public class AutoReinflateContainer extends FrameLayout implements class in inherits:FrameLayout,ConfigurationController.ConfigurationListener
42 public AutoReinflateContainer(Context context, @Nullable AttributeSet attrs) { method in class:AutoReinflateContainer
45 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AutoReinflateContainer);
47 throw new IllegalArgumentException("AutoReinflateContainer must contain a layout");

Completed in 155 milliseconds