]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Mon, 19 Jun 2023 07:26:07 +0000 (15:26 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 19 Jun 2023 07:26:07 +0000 (15:26 +0800)
commit405d14402f21df3404ce9c5aa3c7f942e6deb3e3
tree074dda76c8e586fceea7eeb63a5daac141772498
parent0bdeb217fce90f17f6b67cf581f2f5f0ebf7e168
Update Android port

* java/org/gnu/emacs/EmacsView.java (EmacsView, dimensionsLock):
New field.
(<init>): Create new lock object.
(handleDirtyBitmap, onLayout, onAttachedToWindow): Make sure
measuredWidth and measuredHeight are extracted and set
atomically.  Send Expose upon layout changes if the view has
grown.
java/org/gnu/emacs/EmacsView.java