Skip navigation links
A B C F G I O P R S 

A

application - Static variable in class org.robolectric.RuntimeEnvironment
 
asCharSequence(TypedResource) - Method in class org.robolectric.shadows.Converter
 
asCharSequence(TypedResource) - Method in class org.robolectric.shadows.Converter.FromAttrData
 
asCharSequence(TypedResource) - Method in class org.robolectric.shadows.Converter.FromCharSequence
 
asInt(TypedResource) - Method in class org.robolectric.shadows.Converter
 
asInt(TypedResource) - Method in class org.robolectric.shadows.Converter.FromCharSequence
 
asInt(TypedResource) - Method in class org.robolectric.shadows.Converter.FromColor
 

B

bind(Application, AndroidManifest) - Method in interface org.robolectric.ShadowsAdapter
 

C

cloneInContext(Context) - Method in class org.robolectric.shadows.RoboLayoutInflater
 
convertAndFill(Attribute, TypedValue, ResourceLoader, String, boolean) - Static method in class org.robolectric.shadows.Converter
 
convertAndFill(Attribute, TypedValue, ResourceLoader, String, AttrData, boolean) - Static method in class org.robolectric.shadows.Converter
 
Converter<T> - Class in org.robolectric.shadows
 
Converter() - Constructor for class org.robolectric.shadows.Converter
 
Converter.FromArray - Class in org.robolectric.shadows
 
Converter.FromAttrData - Class in org.robolectric.shadows
 
Converter.FromCharSequence - Class in org.robolectric.shadows
 
Converter.FromColor - Class in org.robolectric.shadows
 

F

fillTypedValue(T, TypedValue) - Method in class org.robolectric.shadows.Converter
 
fillTypedValue(AttrData, TypedValue) - Method in class org.robolectric.shadows.Converter.FromAttrData
 
fillTypedValue(String, TypedValue) - Method in class org.robolectric.shadows.Converter.FromCharSequence
 
fillTypedValue(String, TypedValue) - Method in class org.robolectric.shadows.Converter.FromColor
 
FromArray() - Constructor for class org.robolectric.shadows.Converter.FromArray
 
FromAttrData() - Constructor for class org.robolectric.shadows.Converter.FromAttrData
 
FromCharSequence() - Constructor for class org.robolectric.shadows.Converter.FromCharSequence
 
FromColor() - Constructor for class org.robolectric.shadows.Converter.FromColor
 

G

getActivityThread() - Static method in class org.robolectric.RuntimeEnvironment
 
getApiLevel() - Static method in class org.robolectric.RuntimeEnvironment
 
getApplicationAdapter(Activity) - Method in interface org.robolectric.ShadowsAdapter
 
getAppManifest() - Method in interface org.robolectric.ShadowsAdapter.ShadowApplicationAdapter
 
getAppResourceLoader() - Static method in class org.robolectric.RuntimeEnvironment
 
getBackgroundScheduler() - Method in interface org.robolectric.ShadowsAdapter
 
getColor(String) - Static method in class org.robolectric.shadows.ResourceHelper
Returns the color value represented by the given string value
getConverter(ResType) - Static method in class org.robolectric.shadows.Converter
 
getItems(TypedResource) - Method in class org.robolectric.shadows.Converter.FromArray
 
getItems(TypedResource) - Method in class org.robolectric.shadows.Converter
 
getMainLooper() - Method in interface org.robolectric.ShadowsAdapter
 
getMainThread() - Static method in class org.robolectric.RuntimeEnvironment
Retrieves the main thread.
getMasterScheduler() - Static method in class org.robolectric.RuntimeEnvironment
Retrieves the current master scheduler.
getMavenRepositoryId() - Static method in class org.robolectric.RoboSettings
 
getMavenRepositoryUrl() - Static method in class org.robolectric.RoboSettings
 
getPackageManager() - Static method in class org.robolectric.RuntimeEnvironment
 
getQualifiers() - Static method in class org.robolectric.RuntimeEnvironment
 
getRobolectricPackageManager() - Static method in class org.robolectric.RuntimeEnvironment
 
getShadowActivityAdapter(Activity) - Method in interface org.robolectric.ShadowsAdapter
 
getShadowActivityThreadClassName() - Method in interface org.robolectric.ShadowsAdapter
 
getShadowContextImplClassName() - Method in interface org.robolectric.ShadowsAdapter
 
getSystemResourceLoader() - Static method in class org.robolectric.RuntimeEnvironment
 
getValue(String, String, boolean) - Static method in class org.robolectric.shadows.ResourceHelper
Returns the raw value from the given attribute float-type value string.

I

isMainThread(Thread) - Static method in class org.robolectric.RuntimeEnvironment
Tests if the given thread is currently set as the main thread.
isMainThread() - Static method in class org.robolectric.RuntimeEnvironment
Tests if the current thread is currently set as the main thread.
isUseGlobalScheduler() - Static method in class org.robolectric.RoboSettings
 

O

onCreateView(String, AttributeSet) - Method in class org.robolectric.shadows.RoboLayoutInflater
Override onCreateView to instantiate names that correspond to the widgets known to the Widget factory.
org.robolectric - package org.robolectric
 
org.robolectric.shadows - package org.robolectric.shadows
 
overrideQualifiers(Configuration, String) - Method in interface org.robolectric.ShadowsAdapter
 

P

parseFloatAttribute(String, String, TypedValue, boolean) - Static method in class org.robolectric.shadows.ResourceHelper
Parse a float attribute and return the parsed value into a given TypedValue.

R

ResourceHelper - Class in org.robolectric.shadows
Helper class to provide various conversion method used in handling android resources.
ResourceHelper() - Constructor for class org.robolectric.shadows.ResourceHelper
 
RoboLayoutInflater - Class in org.robolectric.shadows
Robolectric implementation of LayoutInflater.
RoboLayoutInflater(Context) - Constructor for class org.robolectric.shadows.RoboLayoutInflater
Instead of instantiating directly, you should retrieve an instance through Context.getSystemService(java.lang.String)
RoboSettings - Class in org.robolectric
Class that encapsulates reading global configuration options from the Java system properties file.
RoboSettings() - Constructor for class org.robolectric.RoboSettings
 
runPaused(Runnable) - Method in interface org.robolectric.ShadowsAdapter.ShadowLooperAdapter
 
RuntimeEnvironment - Class in org.robolectric
 
RuntimeEnvironment() - Constructor for class org.robolectric.RuntimeEnvironment
 

S

setActivityThread(Object) - Static method in class org.robolectric.RuntimeEnvironment
 
setApiLevel(int) - Static method in class org.robolectric.RuntimeEnvironment
 
setAppResourceLoader(ResourceLoader) - Static method in class org.robolectric.RuntimeEnvironment
 
setMainThread(Thread) - Static method in class org.robolectric.RuntimeEnvironment
Sets the main thread.
setMasterScheduler(Scheduler) - Static method in class org.robolectric.RuntimeEnvironment
Sets the current master scheduler.
setMavenRepositoryId(String) - Static method in class org.robolectric.RoboSettings
 
setMavenRepositoryUrl(String) - Static method in class org.robolectric.RoboSettings
 
setQualifiers(String) - Static method in class org.robolectric.RuntimeEnvironment
 
setRobolectricPackageManager(RobolectricPackageManager) - Static method in class org.robolectric.RuntimeEnvironment
 
setSystemResourceLoader(ResourceLoader) - Static method in class org.robolectric.RuntimeEnvironment
 
setThemeFromManifest() - Method in interface org.robolectric.ShadowsAdapter.ShadowActivityAdapter
 
setupLogging() - Method in interface org.robolectric.ShadowsAdapter
 
setUseGlobalScheduler(boolean) - Static method in class org.robolectric.RoboSettings
 
ShadowsAdapter - Interface in org.robolectric
Interface between robolectric and shadows-core modules.
ShadowsAdapter.ShadowActivityAdapter - Interface in org.robolectric
 
ShadowsAdapter.ShadowApplicationAdapter - Interface in org.robolectric
 
ShadowsAdapter.ShadowLooperAdapter - Interface in org.robolectric
 
A B C F G I O P R S 
Skip navigation links

Copyright © 2016. All rights reserved.