OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:appearance
(Results
76 - 100
of
594
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/text/method/
SingleLineTransformationMethod.java
22
* carriage return characters (\r) to have no
appearance
.
/frameworks/base/core/tests/coretests/src/android/text/
SpannedTest.java
100
TextAppearanceSpan[]
appearance
= s2.getSpans(7, 8,
local
102
assertEquals(1,
appearance
.length);
103
assertEquals(7, s2.getSpanStart(
appearance
[0]));
104
assertEquals(8, s2.getSpanEnd(
appearance
[0]));
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/activity/
ExitRecentsWindowFirstAnimationFrameEvent.java
24
* This is sent so parts of UI can synchronize on this event and adjust their
appearance
. An example
/packages/apps/DeskClock/res/drawable/
action_bar_shadow.xml
18
<!-- Used at the top of scrollable content to give an
appearance
of height to the action bar. -->
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
AppearanceSettingsFragment.java
26
* "
Appearance
" settings sub screen.
/prebuilts/tools/common/m2/repository/me/zhanghai/android/materialprogressbar/library/1.1.4/
library-1.1.4.pom
10
<description>A Material design ProgressBar with consistent
appearance
</description>
/external/skia/include/utils/
SkShadowUtils.h
36
* @param flags Options controlling opaque occluder optimizations and shadow
appearance
. See
61
* @param flags Options controlling opaque occluder optimizations and shadow
appearance
. See
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
TestUtilsActions.java
61
* Sets text
appearance
on {@code TextView}.
72
return "TextView set text
appearance
";
/developers/build/prebuilts/gradle/DocumentCentricRelinquishIdentity/Application/src/main/java/com/example/android/documentcentricrelinquishidentity/
NewDocumentActivity.java
40
*
appearance
of this activity in the recents stack.
/developers/build/prebuilts/gradle/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/
DownloadCallback.java
37
* Indicates that the callback handler needs to update its
appearance
or information based on
/developers/samples/android/connectivity/network/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/
DownloadCallback.java
37
* Indicates that the callback handler needs to update its
appearance
or information based on
/developers/samples/android/ui/activitytasks/DocumentCentricRelinquishIdentity/Application/src/main/java/com/example/android/documentcentricrelinquishidentity/
NewDocumentActivity.java
40
*
appearance
of this activity in the recents stack.
/development/samples/browseable/DocumentCentricRelinquishIdentity/src/com.example.android.documentcentricrelinquishidentity/
NewDocumentActivity.java
40
*
appearance
of this activity in the recents stack.
/development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/
DownloadCallback.java
37
* Indicates that the callback handler needs to update its
appearance
or information based on
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
FontUtils.java
50
* This ensures a more uniform
appearance
for things that have dynamic text.
/external/curl/docs/
CODE_OF_CONDUCT.md
11
identity and expression, sexual orientation, disability, personal
appearance
,
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
MovieBox.java
44
* @return the tracknumbers (IDs) of the tracks in their order of
appearance
in the file
/external/selinux/libsemanage/src/
semanage_conf.h
59
* order of
appearance
within the configuration file.
/external/valgrind/none/tests/ppc32/
opcodes.h
13
* the order of the
appearance
of its definition in the Power ISA.
/packages/apps/Contacts/res/layout/
select_dialog_item.xml
20
except the text
appearance
is medium and the padding is set to match the material spec.
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
TouchTargetEnforcer.java
27
* accessibility guidelines, while not modifying the UI
appearance
.
41
* accessibility guidelines, while not modifying the UI
appearance
.
51
* accessibility guidelines, while not modifying the UI
appearance
.
/external/fmtlib/doc/bootstrap/
normalize.less
294
-webkit-
appearance
: button; // 2
352
// 1. Address `
appearance
` set to `searchfield` in Safari and Chrome.
358
-webkit-
appearance
: textfield; // 1
367
// padding (and `textfield`
appearance
).
372
-webkit-
appearance
: none;
/toolchain/binutils/binutils-2.25/binutils/
sysroff.info
63
(("unit
appearance
number") (2 bytes) ("uan"))
64
(("section
appearance
number") (2 bytes) ("sa")))
144
(("section
appearance
number") (2 bytes) ("section"))
159
(("unit
appearance
number") (2 bytes) ("unit"))
160
(("section
appearance
number") (2 bytes) ("section")))
213
(("section
appearance
number") (2 bytes) ("san"))
/external/autotest/client/site_tests/policy_BlockThirdPartyCookies/
policy_BlockThirdPartyCookies.py
14
This test verifies the behaviour and
appearance
of the 'Block third-party
/external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/
control.Stress
15
This test simulates the cases where multiple disconnect and SSID
appearance
Completed in 1323 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>