Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X Y 

O

off() - Method in class haberman.rhizomatics.map.Overlay
Removes this overlay from the map.
off() - Method in class haberman.rhizomatics.map.PolyDrawer
 
on() - Method in class haberman.rhizomatics.map.PolyDrawer
 
on_ - Variable in class haberman.rhizomatics.map.Overlay
A boolean that indicates if this overlay is on the map.
on_animate_end() - Method in interface haberman.rhizomatics.ui.anim.ValueAnimator.AnimateListener
 
on_animate_repeat() - Method in interface haberman.rhizomatics.ui.anim.ValueAnimator.AnimateListener
 
on_animate_update(float) - Method in interface haberman.rhizomatics.ui.anim.ValueAnimator.AnimateListener
 
on_event(IEvent) - Method in interface haberman.rhizomatics.events.IEventHandler
 
on_event(IEvent) - Method in class haberman.rhizomatics.MainActivity
IEventHandler implementation that switch / case over every events shared between different FSM.
onAccuracyChanged(Sensor, int) - Method in class haberman.rhizomatics.MainActivity
 
onAnimationEnd(Animation) - Method in class haberman.rhizomatics.ui.HeaderFragment
Tweaks some bits of ui when animations end, meaning: when ending from HeaderFragment.resize_animation_: consumes an eventual HeaderFragment.reading_id_ into a new adapter and hides the HeaderFragment.reading_pager_ if ending into ResizeAnimation.State#COLLAPSED state; when ending from HeaderFragment.slide_animation_ into SlideAnimation.State#HIDDEN state: ensures that the HeaderFragment.reading_pager_ is in ResizeAnimation.State#COLLAPSED state and takes the HeaderFragment.wrapper_ off the screen.
onAnimationRepeat(Animation) - Method in class haberman.rhizomatics.ui.HeaderFragment
 
onAnimationStart(Animation) - Method in class haberman.rhizomatics.ui.HeaderFragment
Makes the HeaderFragment.wrapper_ visible if the HeaderFragment.slide_animation_ has been started.
onBufferingUpdate(MediaPlayer, int) - Method in class haberman.rhizomatics.fsm.AudioPlayer
MediaPlayer.onBufferingUpdate implementation -> updates AudioPlayer.buffer_progress_
onClick(View) - Method in class haberman.rhizomatics.ui.HeaderFragment
Global click listeners that respond to both play/pause interactions expand/collapse interactions.
onClick(View) - Method in class haberman.rhizomatics.ui.toggle.ToggleButton
 
onClick(View) - Method in class haberman.rhizomatics.ui.toggle.ToggleLocation
 
onCompletion(MediaPlayer) - Method in class haberman.rhizomatics.fsm.AudioPlayer
MediaPlayer.OnCompletionListener implementation -> SharedBuffer#set_audio_state(AppState) to AudioPlayer.AppState.COMPLETED and notify SharedBuffer.dispatcher().
onConnected() - Method in class haberman.rhizomatics.MainActivity
 
onCreate(SQLiteDatabase) - Method in class haberman.rhizomatics.data.DataManager
Creates table structure after database creation.
onCreate(Bundle) - Method in class haberman.rhizomatics.MainActivity
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class haberman.rhizomatics.ui.HeaderFragment
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class haberman.rhizomatics.ui.MapMenuFragment
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class haberman.rhizomatics.ui.pager.PagerFragment
 
onDestroy() - Method in class haberman.rhizomatics.MainActivity
 
onDestroyView() - Method in class haberman.rhizomatics.ui.HeaderFragment
 
onDowngrade(SQLiteDatabase, int, int) - Method in class haberman.rhizomatics.data.DataManager
Called on database version downgrade.
onDrawFrame(GL10) - Method in class haberman.rhizomatics.gl.GLRenderer
 
OneEuroFilter - Class in haberman.rhizomatics.data
 
OneEuroFilter(double) - Constructor for class haberman.rhizomatics.data.OneEuroFilter
 
OneEuroFilter(double, double) - Constructor for class haberman.rhizomatics.data.OneEuroFilter
 
OneEuroFilter(double, double, double) - Constructor for class haberman.rhizomatics.data.OneEuroFilter
 
OneEuroFilter(double, double, double, double) - Constructor for class haberman.rhizomatics.data.OneEuroFilter
 
onLocationChanged(Location) - Method in class haberman.rhizomatics.MainActivity
 
onLowMemory() - Method in class haberman.rhizomatics.MainActivity
 
onMapReady(MapboxMap) - Method in class haberman.rhizomatics.fsm.Map
OnMapReadyCallback implementation.
onMeasure(int, int) - Method in class haberman.rhizomatics.ui.pager.PagerWrapper
 
onPause() - Method in class haberman.rhizomatics.MainActivity
 
onPrepared(MediaPlayer) - Method in class haberman.rhizomatics.fsm.AudioPlayer
MediaPlayer.OnPreparedListener implementation -> triggers AudioPlayer.play().
onRequestPermissionsResult(int, String[], int[]) - Method in class haberman.rhizomatics.MainActivity
Where we respond to permissions user response.
onResume() - Method in class haberman.rhizomatics.MainActivity
 
onSensorChanged(SensorEvent) - Method in class haberman.rhizomatics.MainActivity
 
onStart() - Method in class haberman.rhizomatics.MainActivity
 
onStop() - Method in class haberman.rhizomatics.MainActivity
 
onSurfaceChanged(GL10, int, int) - Method in class haberman.rhizomatics.gl.GLRenderer
 
onSurfaceCreated(GL10, EGLConfig) - Method in class haberman.rhizomatics.gl.GLRenderer
 
onUpgrade(SQLiteDatabase, int, int) - Method in class haberman.rhizomatics.data.DataManager
Called on database version upgrade.
opacity_ - Variable in class haberman.rhizomatics.map.Overlay
OPACITY_BUILDING - Static variable in class haberman.rhizomatics.data.Constants
How opaque is the 3D buildings' layer?
OPACITY_OVERLAY - Static variable in class haberman.rhizomatics.data.Constants
How opaque are the overlay (when SharedBuffer.location() is OUTSIDE)?
out(float) - Method in class haberman.rhizomatics.map.Overlay
The user is outside.
Overlay - Class in haberman.rhizomatics.map
This class is the root polygon which describes every markers within Rhizomatics.
Overlay(PlaceEntity) - Constructor for class haberman.rhizomatics.map.Overlay
Constructor.
OverlayCircle - Class in haberman.rhizomatics.map
Overlay's child class used for parametric generated polygon.
OverlayCircle(PlaceEntity) - Constructor for class haberman.rhizomatics.map.OverlayCircle
 
OverlayPolygon - Class in haberman.rhizomatics.map
Overlay's child class used for raw polygon's points.
OverlayPolygon(PlaceEntity) - Constructor for class haberman.rhizomatics.map.OverlayPolygon
 
overlays_ - Variable in class haberman.rhizomatics.fsm.Place
A list of Overlay indexed by SoundEntity.Where.
A B C D E F G H I J L M N O P R S T U V W X Y 
Skip navigation links