HomeSort by relevance Sort by last modified time
    Searched full:hotseat (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 30 public class Hotseat extends FrameLayout
41 public Hotseat(Context context) {
45 public Hotseat(Context context, AttributeSet attrs) {
49 public Hotseat(Context context, AttributeSet attrs, int defStyle) {
60 * Returns whether there are other icons than the all apps button in the hotseat.
67 * Registers the specified listener on the cell layout of the hotseat.
74 /* Get the orientation invariant order of the item in the hotseat for persistence. */
79 /* Get the orientation specific coordinates given an invariant order in the hotseat. */
133 // Note: We do this to ensure that the hotseat is always laid out in the orientation of
134 // the hotseat in order regardless of which orientation they were adde
    [all...]
DeviceProfile.java 84 // Hotseat
216 // Hotseat
291 // Pad the left and right of the workspace with search/hotseat bar sizes
315 // Pad the top and bottom of the workspace with search/hotseat bar sizes
370 * When {@code true}, hotseat is on the bottom row when in landscape mode.
371 * If {@code false}, hotseat is on the right column when in landscape mode.
430 // Layout the hotseat
431 View hotseat = launcher.findViewById(R.id.hotseat); local
432 lp = (FrameLayout.LayoutParams) hotseat.getLayoutParams()
    [all...]
FocusHelper.java 39 * A keyboard listener we set on all the hotseat buttons.
179 * the hotseat is on the side in landscape mode. This is to ensure that accessibility
192 "Handle HOTSEAT BUTTONS keyevent=[%s] on hotseat buttons, isVertical=%s",
199 Hotseat hotseat = (Hotseat) hotseatLayout.getParent(); local
225 true /* hotseat horizontal */, profile.inv.hotseatAllAppsRank,
234 false /* hotseat horizontal */, profile.inv.hotseatAllAppsRank,
245 // matrix extended with hotseat
302 final Hotseat hotseat = (Hotseat) dragLayer.findViewById(R.id.hotseat); local
    [all...]
WorkspaceStateTransitionAnimation.java 351 final View hotseat = mLauncher.getHotseat(); local
402 LauncherViewPropertyAnimator hotseatAlpha = new LauncherViewPropertyAnimator(hotseat)
404 hotseatAlpha.addListener(new AlphaUpdateListener(hotseat, accessibilityEnabled));
413 hotseat.setLayerType(View.LAYER_TYPE_HARDWARE, null);
418 layerViews.put(hotseat, LauncherStateTransitionAnimation.BUILD_AND_SET_LAYER);
457 hotseat.setAlpha(finalHotseatAndPageIndicatorAlpha);
458 AlphaUpdateListener.updateVisibility(hotseat, accessibilityEnabled);
  /packages/apps/Launcher3/res/values-sw720dp/
config.xml 9 <!-- Hotseat -->
  /packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java 31 public class Hotseat extends FrameLayout {
33 private static final String TAG = "Hotseat";
45 public Hotseat(Context context) {
49 public Hotseat(Context context, AttributeSet attrs) {
53 public Hotseat(Context context, AttributeSet attrs, int defStyle) {
57 R.styleable.Hotseat, defStyle, 0);
81 /* Get the orientation invariant order of the item in the hotseat for persistence. */
85 /* Get the orientation specific coordinates given an invariant order in the hotseat. */
139 // Note: We do this to ensure that the hotseat is always laid out in the orientation of
140 // the hotseat in order regardless of which orientation they were adde
    [all...]
  /packages/apps/Launcher3/res/layout/
hotseat.xml 16 <com.android.launcher3.Hotseat
24 </com.android.launcher3.Hotseat>
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
AospLauncherStrategy.java 39 private static final BySelector HOTSEAT = By.res(LAUNCHER_PKG, "hotseat");
47 // if we see hotseat, assume at home screen already
48 if (!mDevice.hasObject(HOTSEAT)) {
72 // wait until hotseat disappears, so that we know that we are no longer on home screen
73 mDevice.wait(Until.gone(HOTSEAT), 2000);
111 // wait until hotseat disappears, so that we know that we are no longer on home screen
112 mDevice.wait(Until.gone(HOTSEAT), 2000);
GoogleExperienceLauncherStrategy.java 43 private static final BySelector HOTSEAT = By.res(LAUNCHER_PKG, "hotseat");
59 // if we see hotseat, assume at home screen already
60 if (!mDevice.hasObject(HOTSEAT)) {
63 if (!mDevice.wait(Until.hasObject(By.res(LAUNCHER_PKG, "hotseat")), 5000)) {
90 // wait until hotseat disappears, so that we know that we are no longer on home screen
91 mDevice.wait(Until.gone(HOTSEAT), 2000);
  /packages/apps/Launcher2/res/xml/
update_workspace.xml 18 <!-- Update the db with new hotseat items. Note that we reference the browser's original
20 <!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
default_workspace.xml 62 <!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
  /packages/apps/Launcher2/res/layout-land/
hotseat.xml 16 <com.android.launcher2.Hotseat
36 </com.android.launcher2.Hotseat>
  /packages/apps/Launcher2/res/layout-port/
hotseat.xml 16 <com.android.launcher2.Hotseat
36 </com.android.launcher2.Hotseat>
  /packages/apps/Launcher2/res/layout-sw720dp/
hotseat.xml 16 <com.android.launcher2.Hotseat
36 </com.android.launcher2.Hotseat>
  /packages/apps/Launcher2/
print_db.py 169 # Hotseat
170 hotseat = [] variable
172 hotseat.append(None)
177 hotseat[screen] = row
178 out.write("<br/><b>Hotseat</b><br/>\n")
180 for cell in hotseat:
  /packages/apps/Launcher2/res/values-sw600dp/
config.xml 25 <!-- Hotseat -->
  /packages/apps/Launcher2/res/values-sw600dp-land/
dimens.xml 22 <!-- Hotseat -->
  /packages/apps/Launcher2/res/values-sw720dp/
config.xml 29 <!-- Hotseat -->
  /packages/apps/Launcher3/
print_db.py 230 # Hotseat
231 hotseat = [] variable
233 hotseat.append(None)
238 hotseat[screen] = row
239 out.write("<br/><b>Hotseat</b><br/>\n")
241 for cell in hotseat:
  /packages/apps/Launcher2/res/xml-sw600dp/
default_workspace.xml 62 <!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
  /packages/apps/Launcher3/res/layout-land/
launcher.xml 46 <include layout="@layout/hotseat"
47 android:id="@+id/hotseat"
  /packages/apps/Launcher3/res/layout-port/
launcher.xml 48 <include layout="@layout/hotseat"
49 android:id="@+id/hotseat"
  /packages/apps/Launcher3/res/layout-sw720dp/
launcher.xml 47 <include layout="@layout/hotseat"
48 android:id="@+id/hotseat"
  /packages/apps/Launcher2/res/values-sw340dp/
dimens.xml 21 <!-- Hotseat -->
  /packages/apps/Launcher3/res/values/
attrs.xml 50 <!-- Hotseat specific attributes. These attributes are used to customize
51 the hotseat in XML files. -->
52 <declare-styleable name="Hotseat">

Completed in 1406 milliseconds

1 2 3 4