OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cling
(Results
26 - 46
of
46
) sorted by null
1
2
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
AospLauncherStrategy.java
54
// remove
cling
if it exists
55
UiObject2
cling
= mDevice.findObject(By.res(LAUNCHER_PKG, "workspace_cling"));
local
56
if (
cling
!= null) {
57
cling
.findObject(By.clazz(Button.class).text("OK")).click();
/frameworks/base/services/core/java/com/android/server/policy/
ImmersiveModeConfirmation.java
211
// Set touchable region to cover the
cling
layout.
251
// create the confirmation
cling
265
final View
cling
= mClingLayout;
local
266
cling
.setAlpha(0f);
267
cling
.setTranslationY(-OFFSET_DP * density);
272
cling
.animate()