Searched refs:configChange (Results 1 – 3 of 3) sorted by relevance
304 boolean configChange = mLastConfig.applyNewConfig(getContext().getResources()); in onStartLoading()306 if (takeContentChanged() || mApps == null || configChange) { in onStartLoading()
110 virtual Return<void> configChange(Result result, const BandConfig& config);168 Return<void> NativeCallback::configChange(Result result, const BandConfig& config) { in configChange() function in android::server::BroadcastRadio::TunerCallback::NativeCallback
1737 public boolean onShowInputRequested(int flags, boolean configChange) { in onShowInputRequested() argument1742 if (!configChange && onEvaluateFullscreenMode()) { in onShowInputRequested()1774 private boolean dispatchOnShowInputRequested(int flags, boolean configChange) { in dispatchOnShowInputRequested() argument1775 final boolean result = onShowInputRequested(flags, configChange); in dispatchOnShowInputRequested()