MCPcopy Create free account

hub / github.com/ccliu2015/love / functions

Functions2,057 in github.com/ccliu2015/love

↓ 2 callersMethodrefreshLoadingViewsSize
Re-measure the Loading Views height, and adjust internal padding as necessary
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:954
↓ 2 callersMethodregisterDataSetObserver
Register an observer that is called when changes happen to the data used by this adapter. @param observer the observer to be registered
sdk/spinnerwheel/src/antistatic/spinnerwheel/adapters/WheelViewAdapter.java:65
↓ 2 callersMethodremoveAttribute
Remove an attribute from the list. @param index The index of the attribute (zero-based). @exception ArrayIndexOutOfBoundsException When the
app/src/main/java/com/wisedu/scc/love/widget/html/AttributesImpl.java:445
↓ 2 callersMethodremoveIndicatorViews
()
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:498
↓ 2 callersMethodrequestAutoFocus
Asks the camera hardware to perform an autofocus. @param handler The Handler to notify when the autofocus completes. @param message The message to de
app/src/main/java/com/wisedu/scc/love/widget/qrcode/camera/CameraManager.java:174
↓ 2 callersMethodrequestPreviewFrame
A single preview frame will be returned to the handler supplied. The data will arrive as byte[] in the message.obj field, with width and height encode
app/src/main/java/com/wisedu/scc/love/widget/qrcode/camera/CameraManager.java:157
↓ 2 callersMethodrestart
(Element e)
app/src/main/java/com/wisedu/scc/love/widget/html/Parser.java:733
↓ 2 callersMethodrestartPreviewAndDecode
()
app/src/main/java/com/wisedu/scc/love/widget/qrcode/decoding/CaptureActivityHandler.java:110
↓ 2 callersMethodrestartablyPop
()
app/src/main/java/com/wisedu/scc/love/widget/html/Parser.java:770
↓ 2 callersMethodrotateImage
(Bitmap src, float degree)
app/src/main/java/com/wisedu/scc/love/widget/crop/Util.java:224
↓ 2 callersMethodrun
()
app/src/main/java/com/wisedu/scc/love/widget/crop/CropImage.java:282
↓ 2 callersMethodrun
()
app/src/main/java/com/wisedu/scc/love/widget/qrcode/decoding/FinishListener.java:43
↓ 2 callersMethodsaveBitmap
保存Bitmap @param context @param bitmap @return
app/src/main/java/com/wisedu/scc/love/utils/BitmapUtil.java:402
↓ 2 callersMethodscroll
Scroll the spinnerwheel @param itemsToScroll items to scroll @param time scrolling duration
sdk/spinnerwheel/src/antistatic/spinnerwheel/AbstractWheel.java:336
↓ 2 callersMethodsendMessage
(Message msg)
app/src/main/java/com/wisedu/scc/love/widget/http/AutoHttpResponseHandler.java:31
↓ 2 callersMethodsetArray
(int arrayRes)
app/src/main/java/com/wisedu/scc/love/widget/dialog/MenuDialog.java:69
↓ 2 callersMethodsetAttribute
Set an attribute and its value into this element. @param name The attribute name (Qname) @param type The attribute type @param value The attribute
app/src/main/java/com/wisedu/scc/love/widget/html/Element.java:149
↓ 2 callersMethodsetAttributes
扩展属性
app/src/main/java/com/wisedu/scc/love/widget/http/Platform.java:308
↓ 2 callersMethodsetBackground
(View view, Drawable background)
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/internal/ViewCompat.java:35
↓ 2 callersMethodsetCompoundDrawables
(Drawable left, Drawable top, Drawable right, Drawable bottom)
app/src/main/java/com/wisedu/scc/love/widget/sortlist/CustomEditText.java:69
↓ 2 callersMethodsetDrawable
()
app/src/main/java/com/wisedu/scc/love/widget/sortlist/CustomEditText.java:61
↓ 2 callersMethodsetFlags
Sets the flags of this element type. @param flags associated with this element type The flags as a vector of bits
app/src/main/java/com/wisedu/scc/love/widget/html/ElementType.java:267
↓ 2 callersMethodsetFlashlight
设置Flash @param active
app/src/main/java/com/wisedu/scc/love/widget/qrcode/camera/FlashlightManager.java:149
↓ 2 callersMethodsetHorizontalPadding
对外公布设置边距的方法,单位为dp
app/src/main/java/com/wisedu/scc/love/widget/image/ClipImageLayout.java:53
↓ 2 callersMethodsetImageViewScaleTypeMatrix
Set's the ImageView's ScaleType to Matrix.
app/src/main/java/com/wisedu/scc/love/widget/gallery/PhotoViewAttacher.java:103
↓ 2 callersMethodsetLastUpdatedLabel
Set the Last Updated Text. This displayed under the main label when Pulling @param label - Label to set
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/ILoadingLayout.java:14
↓ 2 callersMethodsetLayerType
(View view, int layerType)
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/internal/ViewCompat.java:43
↓ 2 callersMethodsetMode
(Mode mode)
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:502
↓ 2 callersMethodsetOnDoubleTapListener
Sets the listener which will be called for double-tap and related gestures. @param onDoubleTapListener the listener invoked for all the ca
app/src/main/java/com/wisedu/scc/love/widget/gallery/GestureDetector.java:459
↓ 2 callersMethodsetOnMenuClick
(OnMenuClick mOnMenuClick)
app/src/main/java/com/wisedu/scc/love/widget/dialog/MenuDialog.java:102
↓ 2 callersMethodsetOutput
(OutputStream os, String encoding)
app/src/main/java/com/wisedu/scc/love/widget/html/FastXmlSerializer.java:286
↓ 2 callersMethodsetReleaseLabel
Set Text to show when the Widget is being pulled, and will refresh when released. This is the same as calling <code>setReleaseLabel(releaseLabel, Mode
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/ILoadingLayout.java:47
↓ 2 callersMethodsetScrollingWhileRefreshingEnabled
By default the Widget disables scrolling on the Refreshable View while refreshing. This method can change this behaviour. @param scrollingWhileRefres
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/IPullToRefresh.java:236
↓ 2 callersMethodsetSelectorPaintCoeff
Sets the <code>coeff</code> of the {@link Paint} for drawing the selector spinnerwheel. @param coeff Coefficient from 0 (selector is passive) to 1 (s
sdk/spinnerwheel/src/antistatic/spinnerwheel/AbstractWheelView.java:207
↓ 2 callersMethodsetTextAppearance
(int value)
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:375
↓ 2 callersMethodsetTextColor
(ColorStateList color)
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:384
↓ 2 callersMethodsetup
(Matrix m, Rect imageRect, RectF cropRect, boolean circle, boolean maintainAspectRatio)
app/src/main/java/com/wisedu/scc/love/widget/crop/HighlightView.java:416
↓ 2 callersMethodshow
()
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/internal/IndicatorLayout.java:112
↓ 2 callersMethodshowInvisibleViews
()
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:314
↓ 2 callersMethodshowProgress
(Context context)
app/src/main/java/com/wisedu/scc/love/utils/ProgressUtil.java:12
↓ 2 callersMethodsmoothScrollToAndBack
(int y)
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1363
↓ 2 callersMethodstartBackgroundJob
(MonitoredActivity activity, String title, String message, Runnable
app/src/main/java/com/wisedu/scc/love/widget/crop/Util.java:205
↓ 2 callersMethodstartDocument
()
app/src/main/java/com/wisedu/scc/love/widget/html/PYXWriter.java:180
↓ 2 callersMethodstartPhotoZoom
图片裁剪 @param uri
app/src/main/java/com/wisedu/scc/love/activity/RegisterActivity.java:214
↓ 2 callersMethodstartScrolling
Starts scrolling
sdk/spinnerwheel/src/antistatic/spinnerwheel/WheelScroller.java:255
↓ 2 callersMethodstopScrolling
Stops scrolling
sdk/spinnerwheel/src/antistatic/spinnerwheel/AbstractWheel.java:317
↓ 2 callersMethodtoMap
将javaBean转换成Map @param javaBean @return Map对象
app/src/main/java/com/wisedu/scc/love/utils/BeanConverter.java:24
↓ 2 callersMethodtrimquotes
(String in)
app/src/main/java/com/wisedu/scc/love/widget/html/Parser.java:890
↓ 2 callersMethodunregisterDataSetObserver
Unregister an observer that has previously been registered @param observer the observer to be unregistered
sdk/spinnerwheel/src/antistatic/spinnerwheel/adapters/WheelViewAdapter.java:71
↓ 2 callersMethodupdate
修改一条数据 @param tableName @param whereClause @param whereArgs @return
app/src/main/java/com/wisedu/scc/love/sqlite/SqliteHelper.java:60
↓ 2 callersMethodupdateUIForMode
Updates the View State when the mode has been set. This does not do any checking that the mode is different to current state so always updates.
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1104
↓ 2 callersMethodzoomTo
(float scale, float centerX, float centerY)
app/src/main/java/com/wisedu/scc/love/widget/crop/ImageViewTouchBase.java:326
↓ 2 callersMethodzoomTo
Zooms to the specified scale, around the focal point given. @param scale - Scale to zoom to @param focalX - X Focus Point @param focalY - Y Focus Po
app/src/main/java/com/wisedu/scc/love/widget/gallery/IPhotoView.java:149
↓ 1 callersMethodaddAttribute
Add an attribute to the end of the list. <p>For the sake of speed, this method does no checking to see if the attribute is already in the list: that
app/src/main/java/com/wisedu/scc/love/widget/html/AttributesImpl.java:388
↓ 1 callersMethodaddLifeCycleListener
(LifeCycleListener listener)
app/src/main/java/com/wisedu/scc/love/widget/crop/MonitoredActivity.java:71
↓ 1 callersMethodaddPossibleResultPoint
(ResultPoint point)
app/src/main/java/com/wisedu/scc/love/widget/qrcode/view/ViewFinderView.java:205
↓ 1 callersMethodaddRefreshableView
(Context context, T refreshableView)
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1133
↓ 1 callersMethodallCreateSql
创建所有表语句 @return
app/src/main/java/com/wisedu/scc/love/sqlite/SqlBuilder.java:28
↓ 1 callersMethodanonymize
Make this element anonymous. Remove any <tt>id</tt> or <tt>name</tt> attribute present in the element's attributes.
app/src/main/java/com/wisedu/scc/love/widget/html/Element.java:159
↓ 1 callersMethodautoDetectingReader
Given an InputStream, return a suitable Reader that understands the presumed character encoding of that InputStream. If bytes are consumed from the
app/src/main/java/com/wisedu/scc/love/widget/html/AutoDetector.java:42
↓ 1 callersMethodbuildColorMap
()
app/src/main/java/com/wisedu/scc/love/widget/html/Html.java:681
↓ 1 callersMethodbuildLuminanceSource
A factory method to build the appropriate LuminanceSource object based on the format of the preview buffers, as described by Camera.Parameters. @para
app/src/main/java/com/wisedu/scc/love/widget/qrcode/camera/CameraManager.java:241
↓ 1 callersMethodbytesToHexString
字节转HEX @param bytes @return
app/src/main/java/com/wisedu/scc/love/utils/StringUtil.java:197
↓ 1 callersMethodcalculateLayoutHeight
Calculates control height and creates text layouts @param heightSize the input layout height @param mode the layout mode @return the calculated contro
sdk/spinnerwheel/src/antistatic/spinnerwheel/WheelHorizontalView.java:294
↓ 1 callersMethodcalculateLayoutWidth
Calculates control width @param widthSize the input layout width @param mode the layout mode @return the calculated control width
sdk/spinnerwheel/src/antistatic/spinnerwheel/WheelVerticalView.java:260
↓ 1 callersMethodcalculatePicturesRemaining
(Activity activity)
app/src/main/java/com/wisedu/scc/love/widget/crop/CropImage.java:670
↓ 1 callersMethodcanThreadDecoding
The following three methods are used to keep track of which thread is being disabled for bitmap decoding.
app/src/main/java/com/wisedu/scc/love/widget/crop/BitmapManager.java:129
↓ 1 callersMethodcanZoom
Returns true if the PhotoView is set to allow zooming of Photos. @return true if the PhotoView allows zooming.
app/src/main/java/com/wisedu/scc/love/widget/gallery/IPhotoView.java:29
↓ 1 callersMethodcancelFling
()
app/src/main/java/com/wisedu/scc/love/widget/gallery/PhotoViewAttacher.java:577
↓ 1 callersMethodcancelFling
()
app/src/main/java/com/wisedu/scc/love/widget/gallery/PhotoViewAttacher.java:964
↓ 1 callersMethodcancelShowingWindow
()
app/src/main/java/com/wisedu/scc/love/widget/dialog/PopupMenu.java:80
↓ 1 callersMethodcancelThreadDecoding
(ThreadSet threads)
app/src/main/java/com/wisedu/scc/love/widget/crop/BitmapManager.java:119
↓ 1 callersMethodcheckImageViewScaleType
()
app/src/main/java/com/wisedu/scc/love/widget/gallery/PhotoViewAttacher.java:592
↓ 1 callersMethodcheckLogin
检查是否已登录 @return
app/src/main/java/com/wisedu/scc/love/activity/SplashActivity.java:149
↓ 1 callersMethodcheckSDCard
检查SDK卡是否存在 @return
app/src/main/java/com/wisedu/scc/love/utils/EnvironmentUtil.java:28
↓ 1 callersMethodcheckUser
检查用户是否存在 @param phone @param psw @return true 存在,false 不存在
app/src/main/java/com/wisedu/scc/love/activity/LoginActivity.java:114
↓ 1 callersMethodclean
Clean the attributes of this element. Attributes with null name (the name was ill-formed) or null value (the attribute was present in the element ty
app/src/main/java/com/wisedu/scc/love/widget/html/Element.java:175
↓ 1 callersMethodcleanCustomCache
清除自定义路径下的文件,使用需小心,请不要误删。而且只支持目录下的文件删除 @param filePath
app/src/main/java/com/wisedu/scc/love/manager/DataCleanManager.java:85
↓ 1 callersMethodcleanDatabases
清除本应用所有数据库(/data/data/com.xxx.xxx/databases) @param context
app/src/main/java/com/wisedu/scc/love/manager/DataCleanManager.java:40
↓ 1 callersMethodcleanExternalCache
清除外部cache下的内容(/mnt/sdcard/android/data/com.xxx.xxx/cache) @param context
app/src/main/java/com/wisedu/scc/love/manager/DataCleanManager.java:74
↓ 1 callersMethodcleanFiles
清除/data/data/com.xxx.xxx/files下的内容 @param context
app/src/main/java/com/wisedu/scc/love/manager/DataCleanManager.java:66
↓ 1 callersMethodcleanInternalCache
清除本应用内部缓存(/data/data/com.xxx.xxx/cache) @param context
app/src/main/java/com/wisedu/scc/love/manager/DataCleanManager.java:32
↓ 1 callersMethodcleanPublicid
(String src)
app/src/main/java/com/wisedu/scc/love/widget/html/Parser.java:947
↓ 1 callersMethodcleanSharedPreference
清除本应用SharedPreference(/data/data/com.xxx.xxx/shared_prefs) @param context
app/src/main/java/com/wisedu/scc/love/manager/DataCleanManager.java:49
↓ 1 callersMethodclear
()
app/src/main/java/com/wisedu/scc/love/widget/crop/ImageViewTouchBase.java:145
↓ 1 callersMethodclearAll
Clears all views
sdk/spinnerwheel/src/antistatic/spinnerwheel/WheelRecycler.java:105
↓ 1 callersMethodcloseDriver
Closes the camera driver if still in use.
app/src/main/java/com/wisedu/scc/love/widget/qrcode/camera/CameraManager.java:116
↓ 1 callersMethodcloseSilently
(Closeable c)
app/src/main/java/com/wisedu/scc/love/widget/crop/Util.java:139
↓ 1 callersMethodcmnt
Reports a comment.
app/src/main/java/com/wisedu/scc/love/widget/html/ScanHandler.java:112
↓ 1 callersMethodcmnt
(char [] buff, int offset, int length)
app/src/main/java/com/wisedu/scc/love/widget/html/PYXWriter.java:61
↓ 1 callersMethodcomment
(char[] ch, int start, int length)
app/src/main/java/com/wisedu/scc/love/widget/html/Parser.java:1122
↓ 1 callersMethodcomputeSampleSize
(int bitmapW, int bitmapH, int maxW, int maxH, int orientation)
app/src/main/java/com/wisedu/scc/love/utils/DecodeUtil.java:290
↓ 1 callersMethodconfigOptions
配置BitMapFactory @param options @param config
app/src/main/java/com/wisedu/scc/love/utils/BitmapUtil.java:63
↓ 1 callersMethodconvert
单字解析 @param str @return
app/src/main/java/com/wisedu/scc/love/widget/sortlist/CharacterParser.java:96
↓ 1 callersMethodconvert
()
app/src/main/java/com/wisedu/scc/love/widget/html/Html.java:216
↓ 1 callersMethodconvertEmptyViewLayoutParams
(ViewGroup.LayoutParams lp)
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:42
↓ 1 callersMethodconvertValueToInt
(CharSequence charSeq, int defaultValue)
app/src/main/java/com/wisedu/scc/love/widget/html/XmlUtils.java:80
↓ 1 callersMethodcreateItemsLayout
Creates item layouts if necessary
sdk/spinnerwheel/src/antistatic/spinnerwheel/AbstractWheel.java:442
↓ 1 callersMethodcreateListView
(Context context, AttributeSet attrs)
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshPinnedListView.java:198
↓ 1 callersMethodcreateListView
(Context context, AttributeSet attrs)
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshListView.java:208
← previousnext →401–500 of 2,057, ranked by callers