MCPcopy Create free account

hub / github.com/Fuusio/Robopupu / functions

Functions2,104 in github.com/Fuusio/Robopupu

↓ 3 callersMethodmatches
(final Class<?> providedType, final Class<?> concreteType)
robopupu-api/src/main/java/com/robopupu/api/dependency/DependencyQuery.java:73
↓ 3 callersMethodnth
Attaches a {@link NthNode} with the given index parameter to this {@link Node}. @param steps The index value. @return The attached {@link Node}.
robopupu-api/src/main/java/com/robopupu/api/graph/Node.java:538
↓ 3 callersMethodonEnter
Invoked by {@link StateEngine#enter(int)}.
robopupu-api/src/main/java/com/robopupu/api/fsm/StateEngine.java:382
↓ 3 callersMethodonError
Invoked when the specified error has occurred while in the given state. @param state A state object. @param error An {@link Error} value specifying t
robopupu-api/src/main/java/com/robopupu/api/fsm/StateEngine.java:463
↓ 3 callersMethodonUrlLoadingFailed
(final WebView webView, final String url, final int errorCode)
app/src/main/java/com/robopupu/app/view/DelegatedWebViewClient.java:129
↓ 3 callersMethodpause
Invoked to pause this {@link Feature}. @param finishing A {@code boolean} value indicating if the {@link Feature} is going to be fin
robopupu-api/src/main/java/com/robopupu/api/feature/Feature.java:170
↓ 3 callersMethodplug
Plugs an instance of specific {@link Class} to {@link PluginBus}. @param pluginClass A {@link Class} @return The plugged instance as an {@link Object
robopupu-api/src/main/java/com/robopupu/api/feature/AbstractFeature.java:370
↓ 3 callersMethodregisterAdapterDataObserver
(RecyclerView.AdapterDataObserver observer)
robopupu-api/src/main/java/com/robopupu/api/mvp/ListModel.java:38
↓ 3 callersMethodrepeat
Attaches a {@link RepeatNode} with the given times parameter value to the current {@link OutputNode}. @param times The steps value. @return This {@lin
robopupu-api/src/main/java/com/robopupu/api/graph/Graph.java:462
↓ 3 callersMethodreset
()
robopupu-api/src/test/java/com/robopupu/api/graph/NodeTest.java:581
↓ 3 callersMethodresolvePresenter
Resolves the {@link Presenter} assigned for this {@link ViewCompatActivity}. @return A {@link Presenter}.
robopupu-api/src/main/java/com/robopupu/api/mvp/ViewFragment.java:80
↓ 3 callersMethodresolvePresenter
Resolves the {@link Presenter} assigned for this {@link ViewCompatActivity}. @return A {@link Presenter}.
robopupu-api/src/main/java/com/robopupu/api/mvp/ViewCompatFragment.java:80
↓ 3 callersMethodresume
Invoked to resume this {@link PluginStateComponent}.
robopupu-api/src/main/java/com/robopupu/api/plugin/PluginStateComponent.java:47
↓ 3 callersMethodsetGraph
Sets the {@link Graph} that contains this {@link InputNode}. @param graph A {@link Graph}.
robopupu-api/src/main/java/com/robopupu/api/graph/InputNode.java:15
↓ 3 callersMethodsetImageButtonSelected
(final ImageButton button)
app/src/main/java/com/robopupu/feature/fsm/view/FsmDemoFragment.java:224
↓ 3 callersMethodsetMessage
Sets the error message. @param message The message as a {@link String}.
robopupu-api/src/main/java/com/robopupu/api/network/RequestError.java:85
↓ 3 callersMethodsetMessageArgs
(final Object... args)
robopupu-api/src/main/java/com/robopupu/api/util/MessageContext.java:72
↓ 3 callersMethodsetSayHelloText
(String text)
app/src/main/java/com/robopupu/feature/viewdelegate/view/TestView.java:24
↓ 3 callersMethodsetText
Set text of the bound {@link TextView}. @param text A {@link String} containing the text.
robopupu-api/src/main/java/com/robopupu/api/binding/TextViewBinding.java:49
↓ 3 callersMethodsetView
Sets the {@link View} bound to this {@link ViewBinding}. @param view A {@link View}.
robopupu-api/src/main/java/com/robopupu/api/binding/ViewBinding.java:97
↓ 3 callersMethodtoB
()
app/src/main/java/com/robopupu/feature/fsm/statemachine/TriggerEvents.java:23
↓ 2 callersMethodaddBackStackView
Adds the given {@link FeatureView} to the {@link HashMap} that contains all the {@link FeatureView}s of this {@link Feature} that has been added to ba
robopupu-api/src/main/java/com/robopupu/api/feature/AbstractFeature.java:134
↓ 2 callersMethodaddCache
(final String cacheName)
robopupu-api/src/main/java/com/robopupu/api/component/BitmapManagerImpl.java:61
↓ 2 callersMethodaddDependant
Adds the given {@link Object} as a dependant to this {@link DependencyScope}. @param dependant An {@link Object}.
robopupu-api/src/main/java/com/robopupu/api/dependency/DependencyScope.java:186
↓ 2 callersMethodaddDependant
Adds the given {@link Object} as an dependant to currently active scope - if one exists. @param dependant An {@link Object} to be added as dependant.
robopupu-api/src/main/java/com/robopupu/api/dependency/Dependency.java:518
↓ 2 callersMethodaddPlugin
(final Object plugin)
robopupu-api/src/main/java/com/robopupu/api/plugin/PlugInvoker.java:56
↓ 2 callersMethodcanBind
Tests if the given {@link View} can be bound to this {@link ViewBinding}. @param view A {@link View}. @return A {@code boolean} value.
robopupu-api/src/main/java/com/robopupu/api/binding/ViewBinding.java:123
↓ 2 callersMethodcancelTimers
()
app/src/main/java/com/robopupu/component/TimerManagerImpl.java:65
↓ 2 callersMethodconcatStrings
Attaches a {@link ConcatStringsNode} to this {@link Node}. @return The attached {@link Node}.
robopupu-api/src/main/java/com/robopupu/api/graph/Node.java:432
↓ 2 callersMethodcontainsAnyValues
Tests if the given {@link Params} contains any values. @param params A {@link Params}. May be {@code null}. @return A {@code boolean} values.
robopupu-api/src/main/java/com/robopupu/api/util/Params.java:126
↓ 2 callersMethodcreate
(final FeatureContainerProvider provider, final int containerViewId)
robopupu-api/src/main/java/com/robopupu/api/feature/FeatureContainerAdapter.java:26
↓ 2 callersMethodcreateFeatureContainer
(final @IdRes int containerViewId)
robopupu-api/src/main/java/com/robopupu/api/mvp/PluginActivity.java:43
↓ 2 callersMethodcreateTimer
Creates and starts a timer that expires after the specified delay. @param callback A {@link Callback} to be invoked when a timer expires. @param delay
app/src/main/java/com/robopupu/component/TimerManager.java:30
↓ 2 callersMethoddestroy
Invoked to set the state of {@link PluginStateComponent} to be destroyed. This method is automatically invoked for a stopped {@link PluginStateCompone
robopupu-api/src/main/java/com/robopupu/api/plugin/PluginStateComponent.java:75
↓ 2 callersMethoddisableTrigger
(final TransitionId id)
app/src/main/java/com/robopupu/feature/fsm/view/FsmDemoFragment.java:255
↓ 2 callersMethoddoGetPlugs
(final Class<T> plugInterface, final boolean includeExtendedInterfaces)
robopupu-api/src/main/java/com/robopupu/api/plugin/PluginBus.java:88
↓ 2 callersMethoddoubleValue
Invokes emit on {@link Graph} and converts the emitted output to {@code double} value. @return A {@code double} value.
robopupu-api/src/main/java/com/robopupu/api/graph/Graph.java:671
↓ 2 callersMethodemitOutput
()
robopupu-api/src/main/java/com/robopupu/api/graph/nodes/RequestNode.java:21
↓ 2 callersMethodencodeFileName
(final String fileName)
robopupu-api/src/main/java/com/robopupu/api/util/StringToolkit.java:274
↓ 2 callersMethodexit
Invoked to exit the state represented by this instance of {@link StateEngine}. The state machine will enter the given new target state. @param newSt
robopupu-api/src/main/java/com/robopupu/api/fsm/StateEngine.java:439
↓ 2 callersMethodexitApplication
Exists the application.
app/src/main/java/com/robopupu/component/AppManager.java:135
↓ 2 callersMethodfailed
()
robopupu-api/src/test/java/com/robopupu/api/graph/NodeTest.java:601
↓ 2 callersMethodfirst
Attaches a {@link FirstNode} with the given {@link BooleanFunction} to this {@link Node}. @param condition A {@link BooleanFunction}. @return The atta
robopupu-api/src/main/java/com/robopupu/api/graph/Node.java:474
↓ 2 callersMethodfoundDependencies
()
robopupu-api/src/main/java/com/robopupu/api/dependency/DependencyQuery.java:60
↓ 2 callersMethodgetActivity
()
robopupu-api/src/main/java/com/robopupu/api/mvp/ViewCompatFragmentDelegate.java:64
↓ 2 callersMethodgetAppContext
()
app/src/main/java/com/robopupu/component/AppManagerImpl.java:72
↓ 2 callersMethodgetAppContext
()
robopupu-api/src/main/java/com/robopupu/api/app/AppConfig.java:54
↓ 2 callersMethodgetApplicationDirectory
Gets application directory using the given {@link Context}. @param context A {@link Context}. @return The directory as a {@link File}. If accessing t
robopupu-api/src/main/java/com/robopupu/api/util/AppToolkit.java:55
↓ 2 callersMethodgetAttachedView
Gets the {@link View} attached to this {@link AbstractPresenter}. @return A {@link View}.
robopupu-api/src/main/java/com/robopupu/api/mvp/AbstractPresenter.java:66
↓ 2 callersMethodgetBanana
()
robopupu-api/src/androidTest/java/com/robopupu/api/dependency/Monkey.java:11
↓ 2 callersMethodgetBytes
()
robopupu-api/src/main/java/com/robopupu/api/util/TypedValue.java:143
↓ 2 callersMethodgetChars
()
robopupu-api/src/main/java/com/robopupu/api/util/TypedValue.java:153
↓ 2 callersMethodgetDependency
This method is meant to be implemented by each concrete implementation of {@link DependencyScope}. The requested dependency instance is returned by th
robopupu-api/src/main/java/com/robopupu/api/dependency/DependencyScope.java:294
↓ 2 callersMethodgetDependency
()
robopupu-api/src/androidTest/java/com/robopupu/api/dependency/PubScope.java:5
↓ 2 callersMethodgetDependencyType
()
robopupu-api/src/main/java/com/robopupu/api/dependency/DependencyQuery.java:42
↓ 2 callersMethodgetDisplay
()
robopupu-api/src/main/java/com/robopupu/api/util/UIToolkit.java:68
↓ 2 callersMethodgetErrorMsg
()
robopupu-api/src/test/java/com/robopupu/api/graph/NodeTest.java:552
↓ 2 callersMethodgetExternalStorageDirectory
()
app/src/main/java/com/robopupu/component/FileManager.java:33
↓ 2 callersMethodgetFeatureContainer
(final int featureContainerId)
robopupu-api/src/main/java/com/robopupu/api/feature/AbstractFeatureManager.java:193
↓ 2 callersMethodgetFeatureScope
()
robopupu-api/src/main/java/com/robopupu/api/feature/AbstractFeature.java:85
↓ 2 callersMethodgetId
()
app/src/main/java/com/robopupu/component/TimerHandle.java:52
↓ 2 callersMethodgetItem
(int position)
robopupu-api/src/main/java/com/robopupu/api/mvp/ListModel.java:24
↓ 2 callersMethodgetKey
()
robopupu-api/src/main/java/com/robopupu/api/util/KeyValue.java:33
↓ 2 callersMethodgetMainFeatureContainer
()
app/src/main/java/com/robopupu/feature/main/view/MainView.java:25
↓ 2 callersMethodgetMockFeature
Gets an instance of {@link Feature} that is used a mock. Mock {@link Feature}s are made available by setting a {@link DependencyScope} that provides t
robopupu-api/src/main/java/com/robopupu/api/feature/AbstractFeatureManager.java:137
↓ 2 callersMethodgetPackageInfo
()
app/src/main/java/com/robopupu/component/AppManagerImpl.java:99
↓ 2 callersMethodgetParams
Gets the {@link Params} provided for the {@link Feature} when started. @return A {@link Params}. May return {@code null}.
robopupu-api/src/main/java/com/robopupu/api/feature/Feature.java:59
↓ 2 callersMethodgetParentFeature
Gets the parent {@link Feature} of this {@link Feature}. @return A {@link Feature}.
robopupu-api/src/main/java/com/robopupu/api/feature/Feature.java:104
↓ 2 callersMethodgetPluggedObject
Gets the {@link Object} that is attached to given plug. @param plug A plug as an {@link Object} @return An {@link Object}.
robopupu-api/src/main/java/com/robopupu/api/plugin/PluginBus.java:390
↓ 2 callersMethodgetPresenter
Gets the {@link Presenter} assigned for this {@link ViewCompatActivity}. @return A {@link Presenter}.
robopupu-api/src/main/java/com/robopupu/api/mvp/ViewCompatDialogFragment.java:86
↓ 2 callersMethodgetPresenter
Gets the {@link Presenter} assigned for this {@link ViewActivity}. @return A {@link Presenter}.
robopupu-api/src/main/java/com/robopupu/api/mvp/ViewActivity.java:69
↓ 2 callersMethodgetPresenter
Gets the {@link Presenter} assigned for this {@link ViewCompatActivity}. @return A {@link Presenter}.
robopupu-api/src/main/java/com/robopupu/api/mvp/ViewCompatFragmentDelegate.java:81
↓ 2 callersMethodgetPresenter
Gets the {@link Presenter} assigned for this {@link ViewCompatActivity}. @return A {@link Presenter}.
robopupu-api/src/main/java/com/robopupu/api/mvp/ViewDialogFragment.java:86
↓ 2 callersMethodgetPresenter
Gets the {@link Presenter} assigned for this {@link ViewCompatActivity}. @return A {@link Presenter}.
robopupu-api/src/main/java/com/robopupu/api/mvp/ViewFragmentDelegate.java:81
↓ 2 callersMethodgetPresenter
Gets the {@link Presenter} assigned for this {@link ViewCompatActivity}. @return A {@link Presenter}.
robopupu-api/src/main/java/com/robopupu/api/mvp/ViewCompatActivity.java:70
↓ 2 callersMethodgetStackTraceString
Handy function to get a loggable stack trace from a {@link Throwable} @param throwable An exception to log
robopupu-api/src/main/java/com/robopupu/api/util/LogDelegate.java:153
↓ 2 callersMethodgetSuperState
Gets the super state of this state. @param <T> A type parameter for the state type. @return The state object.
robopupu-api/src/main/java/com/robopupu/api/fsm/StateEngine.java:169
↓ 2 callersMethodgetType
()
robopupu-api/src/main/java/com/robopupu/api/mvp/ViewHolder.java:30
↓ 2 callersMethodgetValue
(final String methodName)
robopupu-api/src/main/java/com/robopupu/api/network/HttpMethod.java:68
↓ 2 callersMethodgetValue
(final int value)
robopupu-api/src/main/java/com/robopupu/api/app/AppConfig.java:41
↓ 2 callersMethodgetValue
()
robopupu-api/src/main/java/com/robopupu/api/util/KeyValue.java:41
↓ 2 callersMethodhasForegroundView
Tests if this {@link Feature} is in foreground i.e. it has at least one visible {@link FeatureView}. @return A {@code boolean} value.
robopupu-api/src/main/java/com/robopupu/api/feature/Feature.java:132
↓ 2 callersMethodhasPlugins
()
robopupu-api/src/main/java/com/robopupu/api/plugin/PlugInvoker.java:40
↓ 2 callersMethodhasSuperState
Tests if this the state represented by this instance of {@link StateEngine} has a super state that is not {@link StateEngine}. @return A {@code boole
robopupu-api/src/main/java/com/robopupu/api/fsm/StateEngine.java:566
↓ 2 callersMethodisDialog
Tests if this {@link FeatureView} is a dialog, e.g. {@code DialogFragment}. @return A {@code boolean} value.
robopupu-api/src/main/java/com/robopupu/api/feature/FeatureView.java:22
↓ 2 callersMethodisLoggable
Checks to see whether or not a log for the specified tag is loggable at the specified level. The default level of any tag is set to INFO. This means
robopupu-api/src/main/java/com/robopupu/api/util/LogDelegate.java:96
↓ 2 callersMethodisMovedToBackground
()
robopupu-api/src/main/java/com/robopupu/api/mvp/ViewState.java:191
↓ 2 callersMethodisNotEmpty
Test if the given {@link String} is not {@code null}, empty, nor contains just white space @param string A {@link String} to be tested. @return A {@co
robopupu-api/src/main/java/com/robopupu/api/util/StringToolkit.java:505
↓ 2 callersMethodisStopped
()
robopupu-api/src/main/java/com/robopupu/api/plugin/AbstractPluginStateComponent.java:172
↓ 2 callersMethodisSuperStateFor
Tests if the state object represented by this instance of {@link StateEngine} is a direct or an indirect super state of the given state. @param state
robopupu-api/src/main/java/com/robopupu/api/fsm/StateEngine.java:616
↓ 2 callersMethodisValidValue
Tests if the given text represents a valid input value for the assigned {@link View}. @param text The input value given as a {@link String}. @return
robopupu-api/src/main/java/com/robopupu/api/binding/TextViewBinding.java:161
↓ 2 callersMethoditemClicked
This method should be overridden for dispatching {@link android.widget.AdapterView.OnItemClickListener#onItemClick(android.widget.AdapterView, android
robopupu-api/src/main/java/com/robopupu/api/binding/AdapterViewBinding.java:211
↓ 2 callersMethoditemSelected
This method should be overridden for dispatching {@link android.widget.AdapterView.OnItemSelectedListener#onItemSelected(android.widget.AdapterView, a
robopupu-api/src/main/java/com/robopupu/api/binding/AdapterViewBinding.java:183
↓ 2 callersMethodlast
Attaches a {@link LastNode} with the given {@link BooleanFunction} to this {@link Node}. @param condition A {@link BooleanFunction}. @return The attac
robopupu-api/src/main/java/com/robopupu/api/graph/Node.java:506
↓ 2 callersMethodmerge
Merges the given array of {@link Params} to single instance of {@link Params}. @param params An array of {@link Params}. May be {@code null}. @return
robopupu-api/src/main/java/com/robopupu/api/util/Params.java:102
↓ 2 callersMethodnext
()
app/src/main/java/com/robopupu/feature/fsm/presenter/FsmDemoPresenterImpl.java:238
↓ 2 callersMethodnext
()
robopupu-api/src/main/java/com/robopupu/api/util/Id.java:25
↓ 2 callersMethodonClicked
(View view)
robopupu-api/src/main/java/com/robopupu/api/binding/ViewBinding.java:182
↓ 2 callersMethodonCreate
(final Params params)
robopupu-api/src/main/java/com/robopupu/api/plugin/AbstractPluginStateComponent.java:116
↓ 2 callersMethodonDestroy
()
robopupu-api/src/main/java/com/robopupu/api/plugin/AbstractPluginStateComponent.java:147
← previousnext →201–300 of 2,104, ranked by callers