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 82 public boolean hasCustomContentToLeft();
Launcher.java 618 protected boolean hasCustomContentToLeft() {
620 return mLauncherCallbacks.hasCustomContentToLeft();
628 * {@link #hasCustomContentToLeft()} is {@code true}.
646 if (!mWorkspace.hasCustomContent() && hasCustomContentToLeft()) {
650 } else if (mWorkspace.hasCustomContent() && !hasCustomContentToLeft()) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/testing/
LauncherExtension.java 209 public boolean hasCustomContentToLeft() {

Completed in 169 milliseconds