Searched refs:configChange (Results 1 – 4 of 4) sorted by relevance
183 boolean configChange = mLastConfig.applyNewConfig(getContext().getResources()); in onStartLoading()185 if (takeContentChanged() || mApps == null || configChange) { in onStartLoading()
170 public boolean onShowInputRequested(int flags, boolean configChange) { in onShowInputRequested() argument
1267 public boolean onShowInputRequested(final int flags, final boolean configChange) { in onShowInputRequested() argument1271 return super.onShowInputRequested(flags, configChange); in onShowInputRequested()