MCPcopy Create free account

hub / github.com/btate/BTAndroidWebViewSelection / functions

Functions251 in github.com/btate/BTAndroidWebViewSelection

↓ 1 callersMethodallowDrag
This method is called to determine if the DragSource has something to drag. @return True if there is something to drag
src/com/blahti/drag/DragSource.java:36
↓ 1 callersFunctionba
(a,d,h)
assets/rangy-core.js:36
↓ 1 callersFunctionbuildParams
( prefix, obj, traditional, add )
assets/jquery.js:7685
↓ 1 callersFunctionca
(a,d,h,o,G)
assets/rangy-core.js:42
↓ 1 callersMethodcancelDrag
Stop dragging without dropping.
src/com/blahti/drag/DragController.java:272
↓ 1 callersFunctioncreateActiveXHR
()
assets/jquery.js:8072
↓ 1 callersFunctioncreateFlags
( flags )
assets/jquery.js:982
↓ 1 callersMethodcreateSelectionLayer
Creates the selection layer. @param context
src/com/brandontate/androidwebviewselection/BTWebView.java:316
↓ 1 callersFunctioncreateStandardXHR
()
assets/jquery.js:8066
↓ 1 callersFunctiondoScrollCheck
()
assets/jquery.js:941
↓ 1 callersFunctionfixDefaultChecked
( elem )
assets/jquery.js:6241
↓ 1 callersMethodgetActionId
@return Our action id
src/net/londatiga/android/ActionItem.java:119
↓ 1 callersMethodgetActionItem
Get action item at an index @param index Index of item (position from callback) @return Action Item at the position
src/net/londatiga/android/QuickAction.java:107
↓ 1 callersMethodgetContextMenuBounds
Calculates the context menu display rect @param menuBounds @return The display Rect
src/com/brandontate/androidwebviewselection/BTWebView.java:796
↓ 1 callersMethodgetHitRect
(Rect outRect)
src/com/blahti/drag/DropTarget.java:97
↓ 1 callersMethodgetIcon
Get action icon @return {@link Drawable} action icon
src/net/londatiga/android/ActionItem.java:103
↓ 1 callersMethodgetInterfaceName
Gets the interface name @return
src/com/brandontate/androidwebviewselection/TextSelectionJavascriptInterface.java:71
↓ 1 callersMethodgetLeft
()
src/com/blahti/drag/DropTarget.java:99
↓ 1 callersMethodgetTitle
Get action title @return action title
src/net/londatiga/android/ActionItem.java:86
↓ 1 callersMethodgetTop
()
src/com/blahti/drag/DropTarget.java:100
↓ 1 callersMethodgetViewBitmap
Draw the view into a bitmap.
src/com/blahti/drag/DragController.java:223
↓ 1 callersMethodhandleSelection
Puts up the selection view. @param range @param text @param handleBounds @return
src/com/brandontate/androidwebviewselection/BTWebView.java:763
↓ 1 callersMethodisSticky
@return true if button is sticky, menu stays visible after press
src/net/londatiga/android/ActionItem.java:135
↓ 1 callersMethodmove
Move the window containing this view. @param touchX the x coordinate the user touched in screen coordinates @param touchY the y coordinate the user t
src/com/blahti/drag/DragView.java:159
↓ 1 callersFunctiono
(c,a)
assets/rangy-serializer.js:16
↓ 1 callersMethodonDismiss
()
src/net/londatiga/android/QuickAction.java:512
↓ 1 callersMethodonDrag
Used to notify the on drag event
src/com/blahti/drag/DragController.java:124
↓ 1 callersMethodonDrag
Fired while dragging the source to the target.
src/com/blahti/drag/DragListener.java:21
↓ 1 callersMethodonDragEnd
The drag has eneded
src/com/blahti/drag/DragListener.java:26
↓ 1 callersMethodonDragEnter
(DragSource source, int x, int y, int xOffset, int yOffset, DragView dragView, Object dragInfo)
src/com/blahti/drag/DropTarget.java:47
↓ 1 callersMethodonDragOver
(DragSource source, int x, int y, int xOffset, int yOffset, DragView dragView, Object dragInfo)
src/com/blahti/drag/DropTarget.java:50
↓ 1 callersMethodonDragStart
A drag has begun @param source An object representing where the drag originated @param info The data associated with the object that is being dragged
src/com/blahti/drag/DragListener.java:16
↓ 1 callersMethodonDrop
Handle an object being dropped on the DropTarget @param source DragSource where the drag started @param x X coordinate of the drop location @param y
src/com/blahti/drag/DropTarget.java:44
↓ 1 callersMethodonItemClick
(QuickAction source, int pos, int actionId)
src/net/londatiga/android/QuickAction.java:504
↓ 1 callersMethodonShow
On show
src/net/londatiga/android/PopupWindows.java:62
↓ 1 callersFunctionp
(c,a,b)
assets/rangy-serializer.js:18
↓ 1 callersFunctionprogressFunc
( i )
assets/jquery.js:1321
↓ 1 callersFunctionq
(c,a,b)
assets/rangy-serializer.js:18
↓ 1 callersFunctionquickIs
( elem, m )
assets/jquery.js:2875
↓ 1 callersFunctionquickParse
( selector )
assets/jquery.js:2865
↓ 1 callersFunctionr
(c,a,b)
assets/rangy-serializer.js:19
↓ 1 callersMethodrecordScreenSize
Get the screen size so we can clamp events to the screen size so even if you drag off the edge of the screen, we find something.
src/com/blahti/drag/DragController.java:477
↓ 1 callersFunctionresolve
()
assets/jquery.js:2184
↓ 1 callersFunctionresolveFunc
( i )
assets/jquery.js:1313
↓ 1 callersFunctionroot
( elem, cur )
assets/jquery.js:6057
↓ 1 callersFunctions
(c,a,b)
assets/rangy-serializer.js:19
↓ 1 callersMethodsetContentWidth
(final float contentWidth)
src/com/brandontate/androidwebviewselection/TextSelectionJavascriptInterface.java:131
↓ 1 callersMethodsetDragController
This method is used to tell the DragSource which drag controller it is working with. @param dragger DragController
src/com/blahti/drag/DragSource.java:44
↓ 1 callersMethodsetDragListener
Sets the drag listner which will be notified when a drag starts or ends.
src/com/blahti/drag/DragController.java:502
↓ 1 callersMethodsetOnActionItemClickListener
Set listener for action item clicked. @param listener Listener
src/net/londatiga/android/QuickAction.java:147
↓ 1 callersMethodsetOnDismissListener
Set listener for window dismissed. This listener will only be fired if the quicakction dialog is dismissed by clicking outside the dialog or clicking
src/net/londatiga/android/QuickAction.java:486
↓ 1 callersMethodshowArrow
Show arrow @param whichArrow arrow type resource id @param requestedX distance from left screen
src/net/londatiga/android/QuickAction.java:467
↓ 1 callersMethodshowContextMenu
Shows the context menu using the given region as an anchor point. @param displayRect
src/com/brandontate/androidwebviewselection/BTWebView.java:592
↓ 1 callersMethodstartDrag
Start dragging a view.
src/com/brandontate/androidwebviewselection/BTWebView.java:497
↓ 1 callersFunctiont
( gotoEnd )
assets/jquery.js:8714
↓ 1 callersFunctiont
(c,a,b)
assets/rangy-serializer.js:19
↓ 1 callersMethodtsjiEndSelectionMode
The user has stopped dragging the selection handles.
src/com/brandontate/androidwebviewselection/TextSelectionJavascriptInterfaceListener.java:41
↓ 1 callersMethodtsjiJSError
Informs the listener that there was a javascript error. @param error
src/com/brandontate/androidwebviewselection/TextSelectionJavascriptInterfaceListener.java:30
↓ 1 callersMethodtsjiSelectionChanged
Tells the listener to show the context menu for the given range and selected text. The bounds parameter contains a json string representing the select
src/com/brandontate/androidwebviewselection/TextSelectionJavascriptInterfaceListener.java:52
↓ 1 callersMethodtsjiSetContentWidth
Sends the content width to the listener. Necessary because Android web views don't allow you to get the content width. @param contentWidth
src/com/brandontate/androidwebviewselection/TextSelectionJavascriptInterfaceListener.java:59
↓ 1 callersMethodtsjiStartSelectionMode
The user has started dragging the selection handles.
src/com/brandontate/androidwebviewselection/TextSelectionJavascriptInterfaceListener.java:36
MethodActionItem
Constructor @param actionId Action id for case statements @param title Title @param icon Icon to use
src/net/londatiga/android/ActionItem.java:30
MethodBTWebView
(Context context)
src/com/brandontate/androidwebviewselection/BTWebView.java:132
MethodDragController
Used to create a new DragLayer from XML. @param context The application's context.
src/com/blahti/drag/DragController.java:115
MethodDragLayer
Used to create a new DragLayer from XML. @param context The application's context. @param attrs The attribtues set containing the Workspace's customi
src/com/blahti/drag/DragLayer.java:49
MethodDragView
Construct the drag view. <p> The registration point is the point inside our view that the touch events should be centered upon. @param context A cont
src/com/blahti/drag/DragView.java:68
MethodLayoutParams
Creates a new set of layout parameters with the specified width, height and location. @param width the width, either {@link #MATCH_PARENT},
src/com/blahti/drag/MyAbsoluteLayout.java:181
MethodMyAbsoluteLayout
(Context context)
src/com/blahti/drag/MyAbsoluteLayout.java:42
MethodPopupWindows
Constructor. @param context Context
src/net/londatiga/android/PopupWindows.java:33
MethodQuickAction
Constructor for default vertical layout @param context Context
src/net/londatiga/android/QuickAction.java:73
FunctionT
(a)
assets/rangy-core.js:42
MethodTextSelectionJavascriptInterface
Constructor accepting context. @param c
src/com/brandontate/androidwebviewselection/TextSelectionJavascriptInterface.java:36
FunctionW
()
assets/rangy-core.js:35
MethodacceptDrop
Check if a drop action can occur at, or near, the requested location. This may be called repeatedly during a drag, so any calls should return quickly.
src/com/blahti/drag/DragLayer.java:180
MethodallowDrag
This method is called to determine if the DragSource has something to drag. @return True if there is something to drag
src/com/blahti/drag/DragLayer.java:87
Functionc
(a,d,h)
assets/rangy-core.js:33
MethodcheckLayoutParams
(ViewGroup.LayoutParams p)
src/com/blahti/drag/MyAbsoluteLayout.java:144
FunctionclearFxNow
()
assets/jquery.js:8594
Methoddebug
(String output)
src/com/blahti/drag/MyAbsoluteLayout.java:223
FunctiondirCheck
( dir, cur, doneName, checkSet, nodeCheck, isXML )
assets/jquery.js:5263
FunctiondirNodeCheck
( dir, cur, doneName, checkSet, nodeCheck, isXML )
assets/jquery.js:5230
MethoddispatchKeyEvent
(KeyEvent event)
src/com/blahti/drag/DragLayer.java:57
MethoddispatchKeyEvent
Call this from a drag source view like this: <pre> @Override public boolean dispatchKeyEvent(KeyEvent event) { return mDragController.dispatch
src/com/blahti/drag/DragController.java:265
MethoddispatchUnhandledMove
(View focused, int direction)
src/com/blahti/drag/DragLayer.java:72
MethoddispatchUnhandledMove
(View focused, int direction)
src/com/blahti/drag/DragController.java:335
FunctiondoAnimation
()
assets/jquery.js:8404
MethodendSelectionMode
Take the app out of "selection mode".
src/com/brandontate/androidwebviewselection/TextSelectionJavascriptInterface.java:95
MethodestimateDropLocation
Estimate the surface area where this object would land if dropped at the given location. @param source DragSource where the drag started @param x X c
src/com/blahti/drag/DragLayer.java:204
MethodestimateDropLocation
Estimate the surface area where this object would land if dropped at the given location. @param source DragSource where the drag started @param x X c
src/com/blahti/drag/DropTarget.java:93
FunctionevalScript
( i, elem )
assets/jquery.js:6479
FunctionfcamelCase
( all, letter )
assets/jquery.js:73
Functionfescape
(all, num)
assets/jquery.js:4814
MethodgenerateDefaultLayoutParams
Returns a set of layout parameters with a width of {@link android.view.ViewGroup.LayoutParams#WRAP_CONTENT}, a height of {@link android.view.ViewGroup
src/com/blahti/drag/MyAbsoluteLayout.java:105
MethodgenerateLayoutParams
(AttributeSet attrs)
src/com/blahti/drag/MyAbsoluteLayout.java:138
MethodgetThumb
Get thumb image @return Thumb image
src/net/londatiga/android/ActionItem.java:171
MethodhandleMessage
(Message m)
src/com/brandontate/androidwebviewselection/BTWebView.java:368
Functionhandler
( event )
assets/jquery.js:3709
MethodisDragging
Checks to see if the view is currently dragging. @return
src/com/brandontate/androidwebviewselection/BTWebView.java:483
MethodisSelected
Check if item is selected @return true or false
src/net/londatiga/android/ActionItem.java:153
MethodonClick
(View v)
src/net/londatiga/android/QuickAction.java:189
← previousnext →101–200 of 251, ranked by callers