HomeSort by relevance Sort by last modified time
    Searched refs:allAppsButton (Results 1 - 7 of 7) 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/Launcher3/src/com/android/launcher3/
Hotseat.java 135 TextView allAppsButton = (TextView)
144 allAppsButton.setCompoundDrawables(null, d, null, null);
146 allAppsButton.setContentDescription(context.getString(R.string.all_apps_button_label));
147 allAppsButton.setOnKeyListener(new HotseatIconKeyEventListener());
149 mLauncher.setAllAppsButton(allAppsButton);
150 allAppsButton.setOnTouchListener(mLauncher.getHapticFeedbackTouchListener());
151 allAppsButton.setOnClickListener(mLauncher);
152 allAppsButton.setOnLongClickListener(mLauncher);
153 allAppsButton.setOnFocusChangeListener(mLauncher.mFocusHandler);
162 mContent.addViewToCellLayout(allAppsButton, -1, allAppsButton.getId(), lp, true)
    [all...]
Launcher.java     [all...]
  /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);
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
BaseLauncher3Strategy.java 89 UiObject2 allAppsButton =
91 Assert.assertNotNull("openAllApps: did not find open all apps button.", allAppsButton);
92 allAppsButton.click();

Completed in 120 milliseconds