protected void onLayout(boolean bl2, int n2, int n3, int n4, int n5) {
   super.onLayout(bl2, n2, n3, n4, n5);
   if (this.runnable != null) {
     this.runnable.run();
     this.runnable = null;
   }
 }
 protected void onSizeChanged(int n2, int n3, int n4, int n5) {
   super.onSizeChanged(n2, n3, n4, n5);
 }