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
d5c32b45
Kaydet (Commit)
d5c32b45
authored
Mar 06, 2015
tarafından
Tomaž Vajngerl
Kaydeden (comit)
Miklos Vajna
Mar 09, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
android: minor code clean-up in TextSelectionHandle
Change-Id: I5ad3c0f853efe1cf314f3c1afd77cecfdfc59134
üst
58c89e41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
TextSelectionHandle.java
...roid3/src/java/org/mozilla/gecko/TextSelectionHandle.java
+2
-2
No files found.
android/experimental/LOAndroid3/src/java/org/mozilla/gecko/TextSelectionHandle.java
Dosyayı görüntüle @
d5c32b45
...
@@ -52,8 +52,8 @@ public class TextSelectionHandle extends ImageView implements View.OnTouchListen
...
@@ -52,8 +52,8 @@ public class TextSelectionHandle extends ImageView implements View.OnTouchListen
super
(
context
,
attrs
);
super
(
context
,
attrs
);
setOnTouchListener
(
this
);
setOnTouchListener
(
this
);
TypedArray
a
=
context
.
obtainStyledAttributes
(
attrs
,
R
.
styleable
.
TextSelectionHandle
);
TypedArray
a
rray
=
context
.
obtainStyledAttributes
(
attrs
,
R
.
styleable
.
TextSelectionHandle
);
int
handleType
=
a
.
getInt
(
R
.
styleable
.
TextSelectionHandle_handleType
,
0x01
);
int
handleType
=
a
rray
.
getInt
(
R
.
styleable
.
TextSelectionHandle_handleType
,
0x01
);
switch
(
handleType
)
{
switch
(
handleType
)
{
case
1
:
case
1
:
...
...
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