index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
Magnifier.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement the floating cursor via the fisheye magnifier.
Shu Chen
2020-08-07
1
-21
/
+32
*
Merge "Update language to comply with Android’s inclusive language guidance...
Treehugger Robot
2020-07-23
1
-1
/
+1
|
\
|
*
Update language to comply with Android’s inclusive language guidance
Seigo Nonaka
2020-07-22
1
-1
/
+1
*
|
Merge "Pass in callsite of SurfaceControl constructor explicitly (1/3)" into ...
Jorim Jaggi
2020-06-27
1
-0
/
+1
|
\
\
|
*
|
Pass in callsite of SurfaceControl constructor explicitly (1/3)
Jorim Jaggi
2020-06-26
1
-0
/
+1
*
|
|
Merge "Remove reduntant variable" am: 5241a207fb am: 202dd72169
Mihai Popa
2020-06-05
1
-2
/
+0
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Remove reduntant variable
jiajia tang
2020-05-28
1
-2
/
+0
|
*
DO NOT MERGE: Deleted SurfaceControl.remove method
chaviw
2019-07-10
1
-1
/
+1
|
*
[Magnifier-87] Fix deadlock causing ANR
Mihai Popa
2019-06-17
1
-44
/
+27
|
*
Merge "[Magnifier-86] Fix deadlock causing ANR" into qt-dev
TreeHugger Robot
2019-05-24
1
-6
/
+12
|
|
\
|
|
*
[Magnifier-86] Fix deadlock causing ANR
Bin Chen
2019-05-23
1
-6
/
+12
|
*
|
[Magnifier-84] Improve PixelCopy failures handling
Mihai Popa
2019-05-22
1
-1
/
+17
|
|
/
*
|
Makes sure the magnifier source bounds doesn't beyond the surface.
Shu Chen
2020-02-24
1
-2
/
+3
*
|
Merge "Supports dynamic height for the new magnifier."
Shu Chen
2020-02-20
1
-8
/
+75
|
\
\
|
*
|
Supports dynamic height for the new magnifier.
Shu Chen
2020-02-19
1
-8
/
+75
*
|
|
Remove more deferTransactionUntilSurface calls
Robert Carr
2020-02-18
1
-1
/
+2
|
/
/
*
|
FISHEYE_RAMP_WIDTH should be in DP instead of pixels.
Shu Chen
2020-02-12
1
-8
/
+13
*
|
Limits the left/right bounds of the magnified text content within the
Shu Chen
2020-02-11
1
-18
/
+57
*
|
Supports flexible config for mimic fisheye via drawBitmapMesh.
Shu Chen
2020-02-03
1
-20
/
+40
*
|
Implement the new magnifier effect.
Shu Chen
2020-01-22
1
-36
/
+170
*
|
Replace com.android.internal.util.Preconditions.checkNotNull with
Daulet Zhanguzin
2020-01-03
1
-1
/
+2
*
|
Avoid global transaction in magnifier
Robert Carr
2019-08-27
1
-6
/
+7
*
|
Deleted SurfaceControl.remove method
chaviw
2019-06-25
1
-1
/
+1
*
|
[Magnifier-87] Fix deadlock causing ANR
Mihai Popa
2019-06-17
1
-44
/
+27
*
|
[Magnifier-84] Improve PixelCopy failures handling
Mihai Popa
2019-05-21
1
-1
/
+17
*
|
[Magnifier-86] Fix deadlock causing ANR
Bin Chen
2019-05-21
1
-6
/
+12
|
/
*
[Magnifier-80] Make API getters relative to window
Mihai Popa
2019-03-20
1
-19
/
+30
*
Merge "[Magnifier-79] Make Magnifier#Builder final"
TreeHugger Robot
2019-03-05
1
-1
/
+1
|
\
|
*
[Magnifier-79] Make Magnifier#Builder final
Mihai Popa
2019-03-05
1
-1
/
+1
*
|
Merge "[Magnifier-78] Fix shadow on first draw"
TreeHugger Robot
2019-02-26
1
-1
/
+1
|
\
\
|
*
|
[Magnifier-78] Fix shadow on first draw
Mihai Popa
2019-02-26
1
-1
/
+1
|
|
/
*
/
Address API council feedback
John Reck
2019-02-22
1
-7
/
+8
|
/
*
Replace SurfaceControl#destroy with #remove
Robert Carr
2019-02-05
1
-1
/
+1
*
[Magnifier-74] Remove MAX_IN_VIEW sourcebound type
Mihai Popa
2019-01-29
1
-29
/
+4
*
[Magnifier-72] Rename Builder#setZoom
Mihai Popa
2019-01-28
1
-4
/
+6
*
Merge "[Magnifier-71] Adapt surface buffer to elevation"
Mihai Popa
2019-01-10
1
-2
/
+2
|
\
|
*
[Magnifier-71] Adapt surface buffer to elevation
Mihai Popa
2019-01-09
1
-2
/
+2
*
|
Merge "[Magnifier-69] Some cleanup in API names and docs"
Mihai Popa
2019-01-09
1
-27
/
+31
|
\
|
|
*
[Magnifier-69] Some cleanup in API names and docs
Mihai Popa
2019-01-09
1
-27
/
+31
*
|
Remove usage of scoped connections.
Robert Carr
2019-01-04
1
-8
/
+15
|
/
*
WM: Removes setSize from buffer-less surfaces
Vishnu Nair
2018-11-28
1
-1
/
+1
*
[Magnifier-65] Separate builder defaults
Mihai Popa
2018-11-21
1
-40
/
+62
*
[Magnifier-57] Add API to set overlay
Mihai Popa
2018-11-19
1
-17
/
+156
*
[Magnifier-55] Add API for content clamping
Mihai Popa
2018-11-16
1
-24
/
+178
*
[Magnifier-53] Add API around outofbounds behavior
Mihai Popa
2018-11-14
1
-0
/
+44
*
WindowInsets: reimplement WindowInsets on top of Insets
Adrian Roos
2018-10-30
1
-1
/
+2
*
Rename & package shuffle
John Reck
2018-10-04
1
-5
/
+5
*
[Magnifier-62] Deprecate constructor
Mihai Popa
2018-09-25
1
-1
/
+2
*
[Magnifier-60] Fix race condition after #dismiss
Mihai Popa
2018-09-03
1
-4
/
+4
*
[Magnifier-48] Allow on-the-fly zoom update
Mihai Popa
2018-08-29
1
-7
/
+45
[next]