| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
"dots" on the left even if the password chars are RTL"
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
on the left even if the password chars are RTL
- force TextView to LOCALE text heuristic when in "password" mode
- remove TEXT_LAYOUT_DIRECTION_UNKNOWN_DO_NOT_USE
- LocaleUtils.getLayoutDirectionFromLocale() returns "LTR" is locale is NULL or ROOT
Change-Id: I182c46aaf2d73c8b18967fffa230bfabec91ed06
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bug #5204874
Currently disabled.
Change-Id: I5e7b35dce2981b0691f107e39c6394b260466543
|
|/ /
| |
| |
| | |
Change-Id: I02ca34187d93dfe703b90681061c3c7a42fafc15
|
| |
| |
| |
| |
| | |
bug:5062896
Change-Id: I2969e95481d65d5f87ce4399f09becc7b66d540a
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
BUG=5076887
Change-Id: Ic0ce9d45ee20a99add4c780233c0804d05a55e96
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Apparently some system process is occupying this port now
Change-Id: Iaed4c64d7a8ab41830588d91f5deab1caadfdcdd
|
|\ \ \
| |/ /
|/| /
| |/ |
|
| |
| |
| |
| |
| |
| | |
- add a default TextView
Change-Id: I0ce92503204e370d9c928440cdd4876701c6c4cb
|
|\ \ |
|
| |/
| |
| |
| | |
Change-Id: I03328a610c8eae6bb6d63ecbc4104d55997664cc
|
|/
|
|
|
|
| |
Bug #5156689
Change-Id: I635a625885c9b832a60d44ece0de7613ceb84109
|
|
|
|
| |
Change-Id: I3df0a998347c9e3d21e067381bd22eb9a0862f0d
|
|
|
|
|
|
|
| |
If returns true, the SurfaceTexture will be released by TextureView.
If returns false, the client needs to release the SurfaceTexture.
Change-Id: I946f71e337ad4170c168854ac27e028b82489c8c
|
|\ |
|
| |
| |
| |
| |
| |
| | |
BUG=3497315
Change-Id: Ieaa0d64933767d422aa62740d72b31042dcd4a2f
|
|\ \
| | |
| | |
| | | |
spans applied (ICS)"
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
applied (ICS)
- use correct 0 index for computing advance thru the char buffer (the buffer is created from TextUtils.getChars())
- udpate unit tests
Change-Id: Iaeb07658b79ecdf5e17395d55afb7c84965bb0fc
|
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| |
| |
| |
| |
| |
| | |
- update basic layout for having LTR and RTL TextView
Change-Id: Ic4cc6c27d431fe69bb62c55cd76a46ea6e241b4d
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It is not possible for teh user to override the assigned padding values
because the XML attributes are processed in the opposite order.
Also, make the XML and Java examples grid3.xml and Activity2.java
consistent in preparation for a move to API demos.
Change-Id: I47334f9f5a46a8a528067d88350dd70eaa38ff33
|
|/
|
|
|
|
|
|
| |
bug:5062896
Now uses previously unused methods, and has better labelling.
Change-Id: Icc6ec7d1ac915b594c26854aea31710e3f23633c
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
bug:5062896
Depends on external/webkit change:
https://android-git.corp.google.com/g/#change,125566
Loads pages from SD card, and scrolls through them reporting results. Added
contentInvalidateAll hidden WebView method, and made pageSwapCallback
extensible.
Change-Id: I9f7377aad6fd7c101177dde552a72357c8b4e400
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Bug #5112207
Change-Id: Ic34037ace21a5058ba23dd15e51aae58c998454d
|
|\ \ \
| |/ /
|/| | |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
GridLayout needs to call measure on children after it knows how large children should be
Also:
. Remove deprecated methods and XML attributes.
. Stop Spaces having margins by default.
. Remove getSpacers() and findUsed()
. Change default for row/columnOrderPreserved() from false to true.
. Improve automatic index allocation mechanism to use individual maxima.
Change-Id: Id79fbb2e70a0bf2002191ec2a9746547d896de72
|
|/
|
|
| |
Change-Id: I6096f0b44866e532ccd96a29c816bf34d48c1dc2
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
View.setSystemUiVisibility() now properly accepts a
bitfield, including:
* SYSTEM_UI_FLAG_LOW_PROFILE: "lights out mode"
(previously known, erroneously, as STATUS_BAR_HIDDEN)
* SYSTEM_UI_FLAG_HIDE_NAVIGATION: for when you need every
single pixel on a device that also has a navigation bar
These flags are painstakingly aggregated across the entire
view hierarchy and carefully delivered to the status bar
service, which in turn gently passes them along to the bar
implementation.
To really get access to the whole screen, you need to use
HIDE_NAVIGATION in conjunction with FLAG_FULLSCREEN and
FLAG_LAYOUT_IN_SCREEN. See development/samples/Overscan for
an example of how to do this.
Change-Id: I5fbfe009d9ceebbbf71db73f14a7008ea7c1d4da
|
|\ \ |
|
| |/
| |
| |
| | |
Change-Id: I1049282e1996b1020c92cb7bec46e9f28e94e967
|
|/
|
|
|
|
|
| |
This reverts commit 3f9d171e80eea1162c051dd7200dd828fa258e09.
Bug: 5052287
Change-Id: I8cd4a753e3a5a177934757a67880627c5c14e1af
|
|
|
|
|
| |
Bug: 5052287
Change-Id: I9197f116d36c4cddd533f4aa07974f8c2d4678fe
|
|
|
|
| |
Change-Id: Iac664f6a97e8a68f5227011ce0960d25e7d901b4
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
bug 5074640
Change-Id: I395bd8b295beacc979681ccdd3451d9d6cc3d672
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
5064532: GridLayout with initial "stretchy" row and "gone" view in last row doesn't stretch properly
Also:
. Infer stretchibility from whether or not gravity is defined.
. Make algorithms for handling flexibility within cell groups consistent
with those acting between cells groups (via constraint system).
. Hide and deprecate methods taking flexibility argument.
. Hide and deprecate CAN_STRETCH constant.
Both deprecated features will be removed after references are removed from platform.
Change-Id: Iabf2bf19f35cf30b8ec49c99b49a0550fd495125
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
Change-Id: I47776f2c1a567342f0826850237c15a5d6315f71
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
bug:5062896
Added features to TileProfiler, updated jni interface to allow querying of
arbitrary log data via strings. Depends on the following webkit change:
https://android-git.corp.google.com/g/#change,122779
For new logging jni interface, and logging of invalidates.
Change-Id: I80ba6702b87e86ec76e5b0eafde45f4ef3a80ad3
|
|\ \ \ |
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
To profile the looper, run the following command:
adb shell am profile looper start <process> <file>
adb shell am profile looper stop <process>
Change-Id: I781f156e473d7bdbb6d13aaffeeaae88bc01a69f
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1. Added content description to pretty much all animals
in the zoo including buttons in the navigation bar,
notifications and status icons for battery, signal,
data, etc.
2. Rectored to avoid ovelaying views since they block
touch exploratino. In general overlaying views
cause trouble for touch exploration and accessibility
in general.
3. Avoid sending accessibility events in case the user is
touching outside of the StatauBAr panels to avoid
confusion.
4. Added records to accessibility events in the places where
this would help the presentation. So the event comes from
a given "leaf" view and its predecessor is adding a record
to the event for itself to provide more cotext. It is up
to the accessiiblity service to choose how to present that.
bug:4686943
Change-Id: I1c1bd123d828fb10911bca92130e9a05c1f020b3
|
|/
|
|
|
|
|
|
|
|
| |
that are in public.xml
- cleanup public.xml
- make BiDiTest makefile non visible to the build system
- provide file for injecting the new attributes by hand
Change-Id: I5037ec323066ebd254be51fff7070a5a0101dff7
|