Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
e48d983d
Kaydet (Commit)
e48d983d
authored
Mar 18, 2015
tarafından
Tomaž Vajngerl
Kaydeden (comit)
Miklos Vajna
Mar 23, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
android: draw also the center handles for graphic selection
Change-Id: Ic466e9efc0cb97fb39e94624f018ab5b98a54929
üst
907583d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
TextCursorView.java
...l/LOAndroid3/src/java/org/libreoffice/TextCursorView.java
+12
-0
No files found.
android/experimental/LOAndroid3/src/java/org/libreoffice/TextCursorView.java
Dosyayı görüntüle @
e48d983d
...
@@ -184,6 +184,18 @@ public class TextCursorView extends View implements View.OnTouchListener {
...
@@ -184,6 +184,18 @@ public class TextCursorView extends View implements View.OnTouchListener {
canvas
.
drawCircle
(
mGraphicScaledSelection
.
right
,
mGraphicScaledSelection
.
bottom
,
mRadius
,
mGraphicHandleFillPaint
);
canvas
.
drawCircle
(
mGraphicScaledSelection
.
right
,
mGraphicScaledSelection
.
bottom
,
mRadius
,
mGraphicHandleFillPaint
);
canvas
.
drawCircle
(
mGraphicScaledSelection
.
right
,
mGraphicScaledSelection
.
bottom
,
mRadius
,
mGraphicSelectionPaint
);
canvas
.
drawCircle
(
mGraphicScaledSelection
.
right
,
mGraphicScaledSelection
.
bottom
,
mRadius
,
mGraphicSelectionPaint
);
canvas
.
drawCircle
(
mGraphicScaledSelection
.
left
,
mGraphicScaledSelection
.
centerY
(),
mRadius
,
mGraphicHandleFillPaint
);
canvas
.
drawCircle
(
mGraphicScaledSelection
.
left
,
mGraphicScaledSelection
.
centerY
(),
mRadius
,
mGraphicSelectionPaint
);
canvas
.
drawCircle
(
mGraphicScaledSelection
.
right
,
mGraphicScaledSelection
.
centerY
(),
mRadius
,
mGraphicHandleFillPaint
);
canvas
.
drawCircle
(
mGraphicScaledSelection
.
right
,
mGraphicScaledSelection
.
centerY
(),
mRadius
,
mGraphicSelectionPaint
);
canvas
.
drawCircle
(
mGraphicScaledSelection
.
centerX
(),
mGraphicScaledSelection
.
top
,
mRadius
,
mGraphicHandleFillPaint
);
canvas
.
drawCircle
(
mGraphicScaledSelection
.
centerX
(),
mGraphicScaledSelection
.
top
,
mRadius
,
mGraphicSelectionPaint
);
canvas
.
drawCircle
(
mGraphicScaledSelection
.
centerX
(),
mGraphicScaledSelection
.
bottom
,
mRadius
,
mGraphicHandleFillPaint
);
canvas
.
drawCircle
(
mGraphicScaledSelection
.
centerX
(),
mGraphicScaledSelection
.
bottom
,
mRadius
,
mGraphicSelectionPaint
);
if
(
mGraphicSelectionMove
)
{
if
(
mGraphicSelectionMove
)
{
RectF
one
=
new
RectF
(
mGraphicScaledSelection
);
RectF
one
=
new
RectF
(
mGraphicScaledSelection
);
one
.
offset
(
mDeltaPoint
.
x
,
mDeltaPoint
.
y
);
one
.
offset
(
mDeltaPoint
.
x
,
mDeltaPoint
.
y
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment