Home
last modified time | relevance | path

Searched refs:appear (Results 1 – 25 of 174) sorted by relevance

1234567

/frameworks/compile/slang/tests/F_root_compute_too_many_args/
Dstderr.txt.expect1 …rscript:6:20: error: In compute kernel root(), parameter 'extra1' cannot appear after any of the s…
2 …rscript:6:37: error: In compute kernel root(), parameter 'extra2' cannot appear after any of the s…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingLayoutTransformState.java146 appear(ownGroup, groupTransformationAmount); in transformViewInternal()
153 private void appear(MessagingGroup ownGroup, float transformationAmount) { in appear() method in MessagingLayoutTransformState
160 appear(child, transformationAmount); in appear()
163 appear(ownGroup.getAvatar(), transformationAmount); in appear()
164 appear(ownGroup.getSenderView(), transformationAmount); in appear()
165 appear(ownGroup.getIsolatedMessage(), transformationAmount); in appear()
203 private void appear(View child, float transformationAmount) { in appear() method in MessagingLayoutTransformState
208 ownState.appear(transformationAmount, null); in appear()
356 ownState.appear(transformationAmount, null); in transformView()
366 ownState.appear(transformationAmount, null); in transformView()
DImageTransformState.java62 public void appear(float transformationAmount, TransformableView otherView) { in appear() method in ImageTransformState
76 super.appear(transformationAmount, otherView); in appear()
/frameworks/compile/slang/tests/F_root_compute_really_bad/
Dstderr.txt.expect3 …rscript:6:19: error: In compute kernel root(), parameter 'extra1' cannot appear after any of the s…
4 …rscript:6:36: error: In compute kernel root(), parameter 'extra2' cannot appear after any of the s…
15 …16:50: error: In compute kernel root_kernel(), parameter 'extra1' cannot appear after any of the s…
16 …16:67: error: In compute kernel root_kernel(), parameter 'extra2' cannot appear after any of the s…
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzwar/
Dstderr.txt.expect6 …zwar.rscript:6:44: error: In compute kernel root(), parameter 'w' cannot appear after any of the s…
7 …war.rscript:6:53: error: In compute kernel root(), parameter 'ar' cannot appear after any of the s…
/frameworks/base/tests/Camera2Tests/SmartCamera/
DREADME.txt26 then appear in the launcher of your device.
37 should appear. From there, you can go to the gallery with the gallery button or
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/
Dstderr.txt.expect6 …zar.rscript:5:45: error: In compute kernel root(), parameter 'ar' cannot appear after any of the s…
/frameworks/native/opengl/tests/testViewport/
DREADME9 (Therefore the whole screen should appear to be white.)
/frameworks/opt/telephony/tests/telephonytests/
Djarjar-rules-tests.txt3 # This causes two NetworkFactory classes to appear in the test package (one used
/frameworks/base/data/sounds/
DREADME.txt26 does not appear to be related to the other files in any obvious way
/frameworks/base/core/proto/android/app/
Dnotification_channel_group.proto40 // Allows the notifications to appear outside of the shade in floating windows
Dnotification_channel.proto61 // Allows the notifications to appear outside of the shade in floating windows
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java220 mStackScroller.addOnExpandedHeightChangedListener((height, appear) -> { in testSetExpandedHeight_blockingHelperManagerReceivedCallbacks() argument
222 Assert.assertEquals(expectedAppear[0], appear, .1); in testSetExpandedHeight_blockingHelperManagerReceivedCallbacks()
239 mStackScroller.addOnExpandedHeightChangedListener((expandedHeight, appear) -> { in testSetExpandedHeight_withSplitShade_doesntInterpolateStackHeight() argument
/frameworks/compile/mclinker/include/mcld/LD/
DDiagCommonKinds.inc140 "section `%0' should not appear in input file `%1': %2",
141 "section `%0' should not appear in input file `%1': %2")
/frameworks/base/core/proto/android/os/
Dps.proto38 // spid). This value may also appear as: a process ID (pid); a process
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DViewTransformationHelper.java206 ownState.appear(transformationAmount, notification); in transformFrom()
/frameworks/av/media/ndk/
DNOTICE211 wherever such third-party notices normally appear. The contents
305 notice appear with all copies of the Data Files or Software, (b) both the
306 above copyright notice(s) and this permission notice appear in associated
/frameworks/av/
DNOTICE211 wherever such third-party notices normally appear. The contents
305 notice appear with all copies of the Data Files or Software, (b) both the
306 above copyright notice(s) and this permission notice appear in associated
/frameworks/av/camera/ndk/
DNOTICE211 wherever such third-party notices normally appear. The contents
305 notice appear with all copies of the Data Files or Software, (b) both the
306 above copyright notice(s) and this permission notice appear in associated
/frameworks/native/
DNOTICE211 wherever such third-party notices normally appear. The contents
305 notice appear with all copies of the Data Files or Software, (b) both the
306 above copyright notice(s) and this permission notice appear in associated
/frameworks/base/
DNOTICE222 wherever such third-party notices normally appear. The contents
316 notice appear with all copies of the Data Files or Software, (b) both the
317 above copyright notice(s) and this permission notice appear in associated
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardHostViewController.java237 public void appear(int statusBarHeight) { in appear() method in KeyguardHostViewController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBouncerTest.java198 verify(mKeyguardHostViewController).appear(anyInt()); in testShow_animatesKeyguardView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java248 mKeyguardViewController.appear(mStatusBarHeight);
/frameworks/wilhelm/doc/
DDoxyfile268 # typedef struct TypeS {} TypeT, will appear in the documentation as a struct
269 # with name TypeT. When disabled the typedef will appear as a member of a file,
327 # extracted and appear in the documentation as a namespace called
403 # alphabetically by member name. If set to NO the members will appear in
410 # by member name. If set to NO (the default) the members will appear in
418 # the constructors will appear in the respective orders defined by
427 # the group names will appear in their defined order.
471 # the initial value of a variable or define consists of for it to appear in

1234567