OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allAppsButton
(Results
1 - 5
of
5
) sorted by null
/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
LaunchSettings.java
38
UiObject
allAppsButton
= new UiObject(new UiSelector().description("Apps"));
43
// first check if the object exists we can use
allAppsButton
.exists() which
48
allAppsButton
.clickAndWaitForNewWindow();
LogBuildNumber.java
79
UiObject
allAppsButton
= new UiObject(LauncherHelper.ALL_APPS_BUTTON);
80
allAppsButton
.click();
SetTwoMinuteAlarm.java
57
UiObject
allAppsButton
= new UiObject(LauncherHelper.ALL_APPS_BUTTON);
58
allAppsButton
.click();
/packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java
114
BubbleTextView
allAppsButton
= (BubbleTextView)
116
allAppsButton
.setCompoundDrawablesWithIntrinsicBounds(null,
118
allAppsButton
.setContentDescription(context.getString(R.string.all_apps_button_label));
119
allAppsButton
.setOnTouchListener(new View.OnTouchListener() {
130
allAppsButton
.setOnClickListener(new View.OnClickListener() {
145
mContent.addViewToCellLayout(
allAppsButton
, -1, 0, lp, true);
/packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java
150
TextView
allAppsButton
= (TextView)
154
allAppsButton
.setCompoundDrawables(null, d, null, null);
156
allAppsButton
.setContentDescription(context.getString(R.string.all_apps_button_label));
158
allAppsButton
.setOnTouchListener(mLauncher.getHapticFeedbackTouchListener());
160
allAppsButton
.setOnClickListener(new View.OnClickListener() {
175
mContent.addViewToCellLayout(
allAppsButton
, -1, 0, lp, true);
Completed in 932 milliseconds