HomeSort by relevance Sort by last modified time
    Searched refs:hasCustomContentToLeft (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherCallbacks.java 84 boolean hasCustomContentToLeft();
Launcher.java 573 protected boolean hasCustomContentToLeft() {
575 return mLauncherCallbacks.hasCustomContentToLeft();
583 * {@link #hasCustomContentToLeft()} is {@code true}.
601 if (!mWorkspace.hasCustomContent() && hasCustomContentToLeft()) {
605 } else if (mWorkspace.hasCustomContent() && !hasCustomContentToLeft()) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/testing/
LauncherExtension.java 169 public boolean hasCustomContentToLeft() {

Completed in 106 milliseconds