package com.basic.security.widget; public interface MeasuredDimension { public void onMeasuredDimension2(int width, int height); }