OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasCustomContentToLeft
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherCallbacks.java
73
public boolean
hasCustomContentToLeft
();
LauncherExtension.java
191
public boolean
hasCustomContentToLeft
() {
Launcher.java
515
protected boolean
hasCustomContentToLeft
() {
517
return mLauncherCallbacks.
hasCustomContentToLeft
();
525
* {@link #
hasCustomContentToLeft
()} is {@code true}.
543
if (!mWorkspace.hasCustomContent() &&
hasCustomContentToLeft
()) {
547
} else if (mWorkspace.hasCustomContent() && !
hasCustomContentToLeft
()) {
[
all
...]
Completed in 525 milliseconds