Home | History | Annotate | Download | only in launcher3

Lines Matching refs:hasCustomContentToLeft

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()) {
3679 if (hasCustomContentToLeft()) {