HomeSort by relevance Sort by last modified time
    Searched defs: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 116 TextView allAppsButton = (TextView)
121 allAppsButton.setCompoundDrawables(null, d, null, null);
123 allAppsButton.setContentDescription(context.getString(R.string.all_apps_button_label));
124 allAppsButton.setOnKeyListener(new HotseatIconKeyEventListener());
126 mLauncher.setAllAppsButton(allAppsButton);
127 allAppsButton.setOnTouchListener(mLauncher.getHapticFeedbackTouchListener());
128 allAppsButton.setOnClickListener(mLauncher);
129 allAppsButton.setOnLongClickListener(mLauncher);
130 allAppsButton.setOnFocusChangeListener(mLauncher.mFocusHandler);
139 mContent.addViewToCellLayout(allAppsButton, -1, allAppsButton.getId(), lp, true)
    [all...]

Completed in 270 milliseconds