Esempio n. 1
0
 /**
  * Set the location at which the notification should appear on the screen.
  *
  * @see android.view.Gravity
  * @see #getGravity
  */
 public void setGravity(int gravity, int xOffset, int yOffset) {
   mTN.mGravity = gravity;
   mTN.mX = xOffset;
   mTN.mY = yOffset;
 }