14#include "ALinearLayout.h"
42 virtual ~AStackedLayout() =
default;
44 void onResize(
int x,
int y,
int width,
int height)
override;
46 int getMinimumWidth()
override;
48 int getMinimumHeight()
override;
Implements addView/removeView/getAllViews and protected mViews field for Vertical,...
Definition ALinearLayout.h:59
void onResize(int x, int y, int width, int height) override
Applies geometry to children.