A B C D E F G I L M N O P R S T

A

abortAnimation() - Method in class net.simonvt.threepanelayout.FloatScroller
Stops the animation.
abortAnimation() - Method in class net.simonvt.threepanelayout.Scroller
Stops the animation.
animateOffsetTo(float, boolean) - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 

B

BuildConfig - Class in net.simonvt.threepanelayout
 
BuildConfig() - Constructor for class net.simonvt.threepanelayout.BuildConfig
 
BuildLayerFrameLayout - Class in net.simonvt.threepanelayout
FrameLayout which caches the hardware layer if available.
BuildLayerFrameLayout(Context) - Constructor for class net.simonvt.threepanelayout.BuildLayerFrameLayout
 
BuildLayerFrameLayout(Context, AttributeSet) - Constructor for class net.simonvt.threepanelayout.BuildLayerFrameLayout
 
BuildLayerFrameLayout(Context, AttributeSet, int) - Constructor for class net.simonvt.threepanelayout.BuildLayerFrameLayout
 

C

computeScrollOffset() - Method in class net.simonvt.threepanelayout.FloatScroller
 
computeScrollOffset() - Method in class net.simonvt.threepanelayout.Scroller
Call this when you want to know the new location.

D

DEBUG - Static variable in class net.simonvt.threepanelayout.BuildConfig
 
dispatchDraw(Canvas) - Method in class net.simonvt.threepanelayout.BuildLayerFrameLayout
 
dispatchDraw(Canvas) - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 

E

extendDuration(int) - Method in class net.simonvt.threepanelayout.FloatScroller
Extend the scroll animation.
extendDuration(int) - Method in class net.simonvt.threepanelayout.Scroller
Extend the scroll animation.

F

fling(int, int, int, int, int, int, int, int) - Method in class net.simonvt.threepanelayout.Scroller
Start scrolling based on a fling gesture.
FloatScroller - Class in net.simonvt.threepanelayout
This class encapsulates scrolling.
FloatScroller(Interpolator) - Constructor for class net.simonvt.threepanelayout.FloatScroller
Create a Scroller with the specified interpolator.
forceFinished(boolean) - Method in class net.simonvt.threepanelayout.FloatScroller
Force the finished field to a particular value.
forceFinished(boolean) - Method in class net.simonvt.threepanelayout.Scroller
Force the finished field to a particular value.

G

getCurr() - Method in class net.simonvt.threepanelayout.FloatScroller
Returns the current offset in the scroll.
getCurrVelocity() - Method in class net.simonvt.threepanelayout.Scroller
Returns the current velocity.
getCurrX() - Method in class net.simonvt.threepanelayout.Scroller
Returns the current X offset in the scroll.
getCurrY() - Method in class net.simonvt.threepanelayout.Scroller
Returns the current Y offset in the scroll.
getDuration() - Method in class net.simonvt.threepanelayout.FloatScroller
Returns how long the scroll event will take, in milliseconds.
getDuration() - Method in class net.simonvt.threepanelayout.Scroller
Returns how long the scroll event will take, in milliseconds.
getFinal() - Method in class net.simonvt.threepanelayout.FloatScroller
Returns where the scroll will end.
getFinalX() - Method in class net.simonvt.threepanelayout.Scroller
Returns where the scroll will end.
getFinalY() - Method in class net.simonvt.threepanelayout.Scroller
Returns where the scroll will end.
getInterpolation(float) - Method in class net.simonvt.threepanelayout.SmoothInterpolator
 
getStart() - Method in class net.simonvt.threepanelayout.FloatScroller
Returns the start offset in the scroll.
getStartX() - Method in class net.simonvt.threepanelayout.Scroller
Returns the start X offset in the scroll.
getStartY() - Method in class net.simonvt.threepanelayout.Scroller
Returns the start Y offset in the scroll.

I

ic_launcher - Static variable in class net.simonvt.threepanelayout.R.drawable
 
isFinished() - Method in class net.simonvt.threepanelayout.FloatScroller
Returns whether the scroller has finished scrolling.
isFinished() - Method in class net.simonvt.threepanelayout.Scroller
Returns whether the scroller has finished scrolling.
isLeftPaneVisible() - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
isMiddlePaneCollapsible() - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
isMiddlePaneShowing() - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
isRightPaneVisible() - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
isScrollingInDirection(float, float) - Method in class net.simonvt.threepanelayout.Scroller
 
isViewDescendant(View) - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 

L

leftActiveIndicator - Static variable in class net.simonvt.threepanelayout.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
leftPaneLayout - Static variable in class net.simonvt.threepanelayout.R.attr
Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
leftPaneWidth - Static variable in class net.simonvt.threepanelayout.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

M

main - Static variable in class net.simonvt.threepanelayout.R.layout
 
middleActiveIndicator - Static variable in class net.simonvt.threepanelayout.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
middlePaneCollapsedWidth - Static variable in class net.simonvt.threepanelayout.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
middlePaneCollapsible - Static variable in class net.simonvt.threepanelayout.R.attr
Must be a boolean value, either "true" or "false".
middlePaneLayout - Static variable in class net.simonvt.threepanelayout.R.attr
Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

N

net.simonvt.threepanelayout - package net.simonvt.threepanelayout
 
NoClickThroughFrameLayout - Class in net.simonvt.threepanelayout
FrameLayout which doesn't let touch events propagate to views positioned behind it in the view hierarchy.
NoClickThroughFrameLayout(Context) - Constructor for class net.simonvt.threepanelayout.NoClickThroughFrameLayout
 
NoClickThroughFrameLayout(Context, AttributeSet) - Constructor for class net.simonvt.threepanelayout.NoClickThroughFrameLayout
 
NoClickThroughFrameLayout(Context, AttributeSet, int) - Constructor for class net.simonvt.threepanelayout.NoClickThroughFrameLayout
 

O

onAttachedToWindow() - Method in class net.simonvt.threepanelayout.BuildLayerFrameLayout
 
onAttachedToWindow() - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
onDetachedFromWindow() - Method in class net.simonvt.threepanelayout.BuildLayerFrameLayout
 
onDetachedFromWindow() - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
onLayout(boolean, int, int, int, int) - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
onMeasure(int, int) - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
onPaneStateChange(int, int) - Method in interface net.simonvt.threepanelayout.ThreePaneLayout.OnPaneStateChangeListener
 
onRestoreInstanceState(Parcelable) - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
onSaveInstanceState() - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
onSizeChanged(int, int, int, int) - Method in class net.simonvt.threepanelayout.BuildLayerFrameLayout
 
onTouchEvent(MotionEvent) - Method in class net.simonvt.threepanelayout.NoClickThroughFrameLayout
 

P

PANE_LEFT - Static variable in class net.simonvt.threepanelayout.ThreePaneLayout
 
PANE_MIDDLE - Static variable in class net.simonvt.threepanelayout.ThreePaneLayout
 
PANE_RIGHT - Static variable in class net.simonvt.threepanelayout.ThreePaneLayout
 

R

R - Class in net.simonvt.threepanelayout
 
R() - Constructor for class net.simonvt.threepanelayout.R
 
R.attr - Class in net.simonvt.threepanelayout
 
R.attr() - Constructor for class net.simonvt.threepanelayout.R.attr
 
R.drawable - Class in net.simonvt.threepanelayout
 
R.drawable() - Constructor for class net.simonvt.threepanelayout.R.drawable
 
R.id - Class in net.simonvt.threepanelayout
 
R.id() - Constructor for class net.simonvt.threepanelayout.R.id
 
R.layout - Class in net.simonvt.threepanelayout
 
R.layout() - Constructor for class net.simonvt.threepanelayout.R.layout
 
R.styleable - Class in net.simonvt.threepanelayout
 
R.styleable() - Constructor for class net.simonvt.threepanelayout.R.styleable
 
rightPaneLayout - Static variable in class net.simonvt.threepanelayout.R.attr
Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

S

Scroller - Class in net.simonvt.threepanelayout
This class encapsulates scrolling.
Scroller(Context) - Constructor for class net.simonvt.threepanelayout.Scroller
Create a Scroller with the default duration and interpolator.
Scroller(Context, Interpolator) - Constructor for class net.simonvt.threepanelayout.Scroller
Create a Scroller with the specified interpolator.
Scroller(Context, Interpolator, boolean) - Constructor for class net.simonvt.threepanelayout.Scroller
Create a Scroller with the specified interpolator.
setFinal(float) - Method in class net.simonvt.threepanelayout.FloatScroller
 
setFinalX(int) - Method in class net.simonvt.threepanelayout.Scroller
Sets the final position (X) for this scroller.
setFinalY(int) - Method in class net.simonvt.threepanelayout.Scroller
Sets the final position (Y) for this scroller.
setFriction(float) - Method in class net.simonvt.threepanelayout.Scroller
The amount of friction applied to flings.
setLeftActiveView(View) - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
setLeftActiveView(View, int) - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
setLeftActiveView(View, int, boolean) - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
setLeftPaneLayout(int) - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
setMiddleActiveView(View) - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
setMiddleActiveView(View, int) - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
setMiddleActiveView(View, int, boolean) - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
setMiddlePaneLayout(int) - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
setPaneStateChangeListener(ThreePaneLayout.OnPaneStateChangeListener) - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
setRightPaneLayout(int) - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
showLeftPane() - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
showLeftPane(boolean) - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
showRightPane() - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
showRightPane(boolean) - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 
SmoothInterpolator - Class in net.simonvt.threepanelayout
 
SmoothInterpolator() - Constructor for class net.simonvt.threepanelayout.SmoothInterpolator
 
startLayerTranslation() - Method in class net.simonvt.threepanelayout.ThreePaneLayout
If possible, set the layer type to View.LAYER_TYPE_HARDWARE.
startScroll(float, float, int) - Method in class net.simonvt.threepanelayout.FloatScroller
 
startScroll(int, int, int, int) - Method in class net.simonvt.threepanelayout.Scroller
Start scrolling by providing a starting point and the distance to travel.
startScroll(int, int, int, int, int) - Method in class net.simonvt.threepanelayout.Scroller
Start scrolling by providing a starting point and the distance to travel.
STATE_ANIMATE_LEFT - Static variable in class net.simonvt.threepanelayout.ThreePaneLayout
State when the layout is animating to the left pane.
STATE_ANIMATE_RIGHT - Static variable in class net.simonvt.threepanelayout.ThreePaneLayout
State when the layout is animating to the right pane.
STATE_LEFT_VISIBLE - Static variable in class net.simonvt.threepanelayout.ThreePaneLayout
State when the layout is not animating and the left pane is visible.
STATE_RIGHT_VISIBLE - Static variable in class net.simonvt.threepanelayout.ThreePaneLayout
State when the layout is not animating and the right pane is visible.
stopAnimation() - Method in class net.simonvt.threepanelayout.ThreePaneLayout
 

T

ThreePaneLayout - Static variable in class net.simonvt.threepanelayout.R.styleable
Attributes that can be used with a ThreePaneLayout.
ThreePaneLayout - Class in net.simonvt.threepanelayout
 
ThreePaneLayout(Context) - Constructor for class net.simonvt.threepanelayout.ThreePaneLayout
 
ThreePaneLayout(Context, AttributeSet) - Constructor for class net.simonvt.threepanelayout.ThreePaneLayout
 
ThreePaneLayout(Context, AttributeSet, int) - Constructor for class net.simonvt.threepanelayout.ThreePaneLayout
 
ThreePaneLayout.OnPaneStateChangeListener - Interface in net.simonvt.threepanelayout
 
ThreePaneLayout_leftActiveIndicator - Static variable in class net.simonvt.threepanelayout.R.styleable
This symbol is the offset where the R.attr.leftActiveIndicator attribute's value can be found in the R.styleable.ThreePaneLayout array.
ThreePaneLayout_leftPaneLayout - Static variable in class net.simonvt.threepanelayout.R.styleable
This symbol is the offset where the R.attr.leftPaneLayout attribute's value can be found in the R.styleable.ThreePaneLayout array.
ThreePaneLayout_leftPaneWidth - Static variable in class net.simonvt.threepanelayout.R.styleable
This symbol is the offset where the R.attr.leftPaneWidth attribute's value can be found in the R.styleable.ThreePaneLayout array.
ThreePaneLayout_middleActiveIndicator - Static variable in class net.simonvt.threepanelayout.R.styleable
This symbol is the offset where the R.attr.middleActiveIndicator attribute's value can be found in the R.styleable.ThreePaneLayout array.
ThreePaneLayout_middlePaneCollapsedWidth - Static variable in class net.simonvt.threepanelayout.R.styleable
This symbol is the offset where the R.attr.middlePaneCollapsedWidth attribute's value can be found in the R.styleable.ThreePaneLayout array.
ThreePaneLayout_middlePaneCollapsible - Static variable in class net.simonvt.threepanelayout.R.styleable
This symbol is the offset where the R.attr.middlePaneCollapsible attribute's value can be found in the R.styleable.ThreePaneLayout array.
ThreePaneLayout_middlePaneLayout - Static variable in class net.simonvt.threepanelayout.R.styleable
This symbol is the offset where the R.attr.middlePaneLayout attribute's value can be found in the R.styleable.ThreePaneLayout array.
ThreePaneLayout_rightPaneLayout - Static variable in class net.simonvt.threepanelayout.R.styleable
This symbol is the offset where the R.attr.rightPaneLayout attribute's value can be found in the R.styleable.ThreePaneLayout array.
threePaneLayoutStyle - Static variable in class net.simonvt.threepanelayout.R.attr
Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
timePassed() - Method in class net.simonvt.threepanelayout.FloatScroller
Returns the time elapsed since the beginning of the scrolling.
timePassed() - Method in class net.simonvt.threepanelayout.Scroller
Returns the time elapsed since the beginning of the scrolling.
tplActiveViewPosition - Static variable in class net.simonvt.threepanelayout.R.id
 
tplLeftPane - Static variable in class net.simonvt.threepanelayout.R.id
 
tplMiddlePane - Static variable in class net.simonvt.threepanelayout.R.id
 
tplRightPane - Static variable in class net.simonvt.threepanelayout.R.id
 

A B C D E F G I L M N O P R S T

Copyright © 2013. All Rights Reserved.