Ejemplo n.º 1
0
 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;
   }
 }
Ejemplo n.º 2
0
 protected void onSizeChanged(int n2, int n3, int n4, int n5) {
   super.onSizeChanged(n2, n3, n4, n5);
 }