package com.basic.security.widget; public interface AttributeInterface { public void setMeasuredDimension1(int measuredWidth, int measuredHeight); }