Searched defs:ccHintStr (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherClings.java132 private void setCustomContentHintVisibility(Cling cling, String ccHintStr, boolean visible, argument
136 if (visible && !ccHintStr.isEmpty()) {
137 ccHint.setText(ccHintStr);
169 String ccHintStr = mLauncher.getFirstRunCustomContentHint();
172 // Show the custom content hint if ccHintStr is not empty
174 setCustomContentHintVisibility(cling, ccHintStr, true, true);
179 setCustomContentHintVisibility(cling, ccHintStr, false, true);
217 String ccHintStr = mLauncher.getFirstRunCustomContentHint();
223 setCustomContentHintVisibility(cling, ccHintStr, true, false);

Completed in 34 milliseconds