A B C D E F G H I L M N O P Q R S T U W X

A

animateClose() - Method in class oak.MultiDirectionSlidingDrawer
Closes the drawer with an animation.
animateOpen() - Method in class oak.MultiDirectionSlidingDrawer
Opens the drawer with an animation.
animateToggle() - Method in class oak.MultiDirectionSlidingDrawer
Toggles the drawer open and close with an animation.
apply() - Method in class oak.ObscuredSharedPreferences.Editor
 

B

Base64 - Class in oak
Utilities for encoding and decoding the Base64 representation of binary data.
BaseSectionAdapter - Class in oak
 
BaseSectionAdapter() - Constructor for class oak.BaseSectionAdapter
 
BeastTextView - Class in oak.widget
User: Michael Lake Date: 11/21/11 Time: 5:36 PM
BeastTextView(Context) - Constructor for class oak.widget.BeastTextView
 
BeastTextView(Context, AttributeSet) - Constructor for class oak.widget.BeastTextView
 
BeastTextView(Context, AttributeSet, int) - Constructor for class oak.widget.BeastTextView
 
BeastViewPager - Class in oak.widget
User: derek Date: 7/12/12 Time: 2:57 PM
BeastViewPager(Context) - Constructor for class oak.widget.BeastViewPager
 
BeastViewPager(Context, AttributeSet) - Constructor for class oak.widget.BeastViewPager
 
BeastWebView - Class in oak.widget
 
BeastWebView(Context) - Constructor for class oak.widget.BeastWebView
 
BeastWebView(Context, AttributeSet) - Constructor for class oak.widget.BeastWebView
 
bindSectionHeader(View, int, boolean) - Method in class oak.BaseSectionAdapter
Configure the view (a listview item) to display headers or not based on displaySectionHeader (e.g.
ButtonWithFont - Class in oak.widget
User: Michael Lake Date: 11/21/11 Time: 5:36 PM
ButtonWithFont(Context) - Constructor for class oak.widget.ButtonWithFont
 
ButtonWithFont(Context, AttributeSet) - Constructor for class oak.widget.ButtonWithFont
 
ButtonWithFont(Context, AttributeSet, int) - Constructor for class oak.widget.ButtonWithFont
 

C

CancelEditText - Class in oak.widget
User: mlake Date: 12/8/11 Time: 11:01 AM
CancelEditText(Context) - Constructor for class oak.widget.CancelEditText
 
CancelEditText(Context, AttributeSet) - Constructor for class oak.widget.CancelEditText
 
CancelEditText(Context, AttributeSet, int) - Constructor for class oak.widget.CancelEditText
 
canScrollLeft() - Method in class oak.widget.SwankyImageView
 
canScrollRight() - Method in class oak.widget.SwankyImageView
 
cellClick(int, int) - Method in interface oak.widget.spreadsheetview.SpreadsheetView.OnCellClickListener
 
changeFonts(View, Context, String) - Static method in class oak.util.OakUtils
 
CheckBoxWithFont - Class in oak.widget
 
CheckBoxWithFont(Context) - Constructor for class oak.widget.CheckBoxWithFont
 
CheckBoxWithFont(Context, AttributeSet) - Constructor for class oak.widget.CheckBoxWithFont
 
CheckBoxWithFont(Context, AttributeSet, int) - Constructor for class oak.widget.CheckBoxWithFont
 
clear() - Method in class oak.ObscuredSharedPreferences.Editor
 
clear() - Method in class oak.SectionAdapter
 
clearPushMessage() - Method in class oak.nfc.TagWriter
A method to turn clear out the previous message to be pushed.
close() - Method in class oak.MultiDirectionSlidingDrawer
Closes the drawer immediately.
commit() - Method in class oak.ObscuredSharedPreferences.Editor
 
configureHeaderView(int) - Method in class oak.widget.SectionListView
 
configurePinnedHeader(View, int, int) - Method in class oak.BaseSectionAdapter
Configures the pinned header view to match the first visible list item.
contains(String) - Method in class oak.ObscuredSharedPreferences
 
context - Variable in class oak.ObscuredSharedPreferences
 
createMimeType(String) - Method in class oak.nfc.TagWriter
a method to create a MimeType that the application will use when writing to a tag so that it knows which application / activity to bring up when the tag is touched.
CRLF - Static variable in class oak.Base64
Encoder flag bit to indicate lines should be terminated with a CRLF pair instead of just an LF.
CurlRequestInterceptor - Class in oak.util
User: mlake Date: 1/27/12 Time: 11:18 AM
CurlRequestInterceptor() - Constructor for class oak.util.CurlRequestInterceptor
 
CustomCircularProgressBar - Class in oak.widget
User: derek Date: 5/25/12 Time: 1:06 PM
CustomCircularProgressBar(Context) - Constructor for class oak.widget.CustomCircularProgressBar
 
CustomCircularProgressBar(Context, AttributeSet) - Constructor for class oak.widget.CustomCircularProgressBar
 
CustomProgressDialog - Class in oak.widget
 
CustomProgressDialog(Context, int[]) - Constructor for class oak.widget.CustomProgressDialog
 

D

decode(String, int) - Static method in class oak.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(byte[], int) - Static method in class oak.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(byte[], int, int, int) - Static method in class oak.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decrypt(String) - Method in class oak.ObscuredSharedPreferences
 
DEFAULT - Static variable in class oak.Base64
Default values for encoder/decoder flags.
delegate - Variable in class oak.ObscuredSharedPreferences
 
delegate - Variable in class oak.ObscuredSharedPreferences.Editor
 
DELETE - Static variable in class oak.http.OkHttpTool
 
delete(String) - Method in class oak.http.OkHttpTool
Basic DELETE Request
destroyItem(ViewGroup, int, Object) - Method in class oak.widget.SwankyGallery.SwankyAdapter
 
disableNdefExchangeMode() - Method in class oak.nfc.TagWriter
Call to disable any sort of exchange between NDEF devices.
disableTagWriteMode() - Method in class oak.nfc.TagWriter
Disables the tag writing mode so that there is no confusion for the application as to whether it's about to write to a tag or not.
dispatchDraw(Canvas) - Method in class oak.MultiDirectionSlidingDrawer
 
dispatchDraw(Canvas) - Method in class oak.widget.SectionListView
 
draw(Canvas, String, float, float, float, float, boolean) - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
drawStickyColumn(Canvas) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
drawStickyFooter(Canvas) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
drawStickyHeader(Canvas) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 

E

edit() - Method in class oak.ObscuredSharedPreferences
 
enableNdefExchangeMode() - Method in class oak.nfc.TagWriter
Call to enable an exchange between NDEF devices during the activity with the message to be written.
enableTagWriteMode() - Method in class oak.nfc.TagWriter
Enables the tag writing mode so that the application knows that it is ready to write something to a tag.
encode(byte[], int) - Static method in class oak.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encode(byte[], int, int, int) - Static method in class oak.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encodeToString(byte[], int) - Static method in class oak.Base64
Base64-encode the given data and return a newly allocated String with the result.
encodeToString(byte[], int, int, int) - Static method in class oak.Base64
Base64-encode the given data and return a newly allocated String with the result.
encrypt(String) - Method in class oak.ObscuredSharedPreferences
 
extendSelection(int) - Method in class oak.widget.CancelEditText
Convenience for Selection.extendSelection(android.text.Spannable, int).

F

fingerprint() - Method in interface oak.ImageTransformation
 
FlushedInputStream - Class in oak
Bug fix for Android bug #6066: http://code.google.com/p/android/issues/detail?id=6066
FlushedInputStream(InputStream) - Constructor for class oak.FlushedInputStream
 
FontTypefaceSpan - Class in oak.util
User: ericrichardson Date: 5/6/13 Time: 2:10 PM
FontTypefaceSpan(Context, String) - Constructor for class oak.util.FontTypefaceSpan
 
footerClick(int) - Method in interface oak.widget.spreadsheetview.SpreadsheetView.OnFooterClickListener
 
footers - Variable in class oak.widget.spreadsheetview.SpreadsheetView
 

G

GET - Static variable in class oak.http.OkHttpTool
 
get(String) - Method in class oak.http.OkHttpTool
Basic GET Request
getAdapter() - Method in class oak.widget.SectionListView
 
getAll() - Method in class oak.ObscuredSharedPreferences
 
getAmazingView(int, View, ViewGroup) - Method in class oak.BaseSectionAdapter
read: get view too
getBoolean(String, boolean) - Method in class oak.ObscuredSharedPreferences
 
getBorderPaint() - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
getBufferedInputReader(HttpURLConnection) - Method in class oak.http.OkHttpTool
 
getBytePayload() - Method in class oak.nfc.TagWriter
Gets the payload for a message from the array of NDEFmessages and then sets mPayload to that value and returns it.
getCellPaint() - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
getContent() - Method in class oak.MultiDirectionSlidingDrawer
Returns the content of the drawer.
getCount() - Method in class oak.SectionAdapter
 
getCount() - Method in class oak.widget.SwankyGallery.SwankyAdapter
 
getCurrentScale() - Method in class oak.widget.SwankyImageView
Fetches the image's current zoom scale, between 1 and max.
getCurrentSpan() - Method in class oak.util.ScaleGestureDetector
Return the current distance between the two pointers forming the gesture in progress.
getDataAt(int, int) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getDataCell() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getDataCellHeight() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getDataCellTextColor() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getDataCellTextSize() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getDataCellTypeface() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getDataCellWidth() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getDefaultEditable() - Method in class oak.widget.CancelEditText
 
getDefaultHeaders() - Method in class oak.http.OkHttpTool
Returns the default request headers
getDefaultMovementMethod() - Method in class oak.widget.CancelEditText
 
getDetectedTag(Intent) - Method in class oak.nfc.TagWriter
a getter for a detected tag from an intent.
getDrawable() - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
getEventTime() - Method in class oak.util.ScaleGestureDetector
Return the event time of the current event being processed.
getFilter() - Method in class oak.SectionAdapter
 
getFloat(String, float) - Method in class oak.ObscuredSharedPreferences
 
getFocusX() - Method in class oak.util.ScaleGestureDetector
Get the X coordinate of the current gesture's focal point.
getFocusY() - Method in class oak.util.ScaleGestureDetector
Get the Y coordinate of the current gesture's focal point.
getFooterAt(int) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getHandle() - Method in class oak.MultiDirectionSlidingDrawer
Returns the handle of the drawer.
getHeaderAt(int) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getHorizontalBorderWidth() - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
getHorizontalDividingPaint() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getInt(String, int) - Method in class oak.ObscuredSharedPreferences
 
getItem(int) - Method in class oak.SectionAdapter
 
getItemId(int) - Method in class oak.SectionAdapter
 
getLeftFootCornerCell() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getLeftFootCornerCellTextColor() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getLeftFootCornerCellTypeface() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getLeftHeadCornerCell() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getLeftHeadCornerCellTextColor() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getLeftHeadCornerCellTypeface() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getLength() - Method in class oak.widget.spreadsheetview.SpreadsheetRow
 
getLong(String, long) - Method in class oak.ObscuredSharedPreferences
 
getMessageFromArray() - Method in class oak.nfc.TagWriter
Gets the first message in the array of messages and sets the current message field to that value.
getNdefMessage() - Method in class oak.nfc.TagWriter
A getter for the current NdefMessage.
getNdefMessages() - Method in class oak.nfc.TagWriter
A getter for the NdefMessages array.
getNdefMessages(Intent) - Method in class oak.nfc.TagWriter
Gets the NdefMessage array from a tag when it's discovered or from an NDEF device.
getNumberNonStickyColumns() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getNumberObjects() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getNumberStickyColumns() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getPayloadString() - Method in class oak.nfc.TagWriter
A helper method to get the string version of whatever the current ndef message is.
getPinnedHeaderState(int) - Method in class oak.BaseSectionAdapter
Computes the desired state of the pinned header for the given position of the first visible list item.
getPositionForSection(int) - Method in class oak.BaseSectionAdapter
 
getPositionForSection(int) - Method in class oak.SectionAdapter
 
getPreviousSpan() - Method in class oak.util.ScaleGestureDetector
Return the previous distance between the two pointers forming the gesture in progress.
getRowAt(int) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getScaleFactor() - Method in class oak.util.ScaleGestureDetector
Return the scaling factor from the previous scale event to the current event.
getSection() - Method in interface oak.Sectionable
 
getSectionForPosition(int) - Method in class oak.BaseSectionAdapter
 
getSectionForPosition(int) - Method in class oak.SectionAdapter
 
getSections() - Method in class oak.BaseSectionAdapter
 
getSections() - Method in class oak.SectionAdapter
 
getSectionsWithFullName() - Method in class oak.SectionAdapter
 
getSelectedBorderPaint() - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
getSelectedCellPaint() - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
getSelectedDrawable() - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
getSelectedTextColor() - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
getSelectedTextPaint() - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
getSelectedTextSize() - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
getSortedStatus(int) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getSpecialCode() - Method in class oak.ObscuredSharedPreferences
Implement this method to supply your char array with your password
getStaticTypeFace(Context, String) - Static method in class oak.util.OakUtils
 
getStickyColumnCell() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getStickyColumnCellTextColor() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getStickyColumnCellTypeface() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getStickyColumnTextSize() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getStickyColumnWidth(int) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getStickyFooterCell() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getStickyFooterCellTextColor() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getStickyFooterHeight() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getStickyFooterTextSize() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getStickyHeaderCell() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getStickyHeaderCellTextColor() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getStickyHeaderCellTypeface() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getStickyHeaderHeight() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getStickyHeaderTextSize() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getStickyTableHeight() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getStickyTableWidth() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getString(String, String) - Method in class oak.ObscuredSharedPreferences
 
getText() - Method in class oak.widget.CancelEditText
 
getTextColor() - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
getTextPaint() - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
getTextViewAsNdef(TextView) - Method in class oak.nfc.TagWriter
Gets the message from a text view and turns it into an NDEF Message and returns it as well as setting the message field.
getTimeDelta() - Method in class oak.util.ScaleGestureDetector
Return the time difference in milliseconds between the previous accepted scaling event and the current scaling event.
getTotalNumberColumns() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getTotalStickyColumnsWidth() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getTypeface() - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
getValueAt(int) - Method in class oak.widget.spreadsheetview.SpreadsheetRow
 
getVerticalBorderWidth() - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
getVerticalDividingPaint() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
getView(int, View, ViewGroup) - Method in class oak.BaseSectionAdapter
 

H

headerClick(int) - Method in interface oak.widget.spreadsheetview.SpreadsheetView.OnHeaderClickListener
 
headers - Variable in class oak.widget.spreadsheetview.SpreadsheetView
 
hideStickyFooter() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 

I

ImageTransformation - Interface in oak
 
incStickyColumnWidth(int, float) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
incStickyFooterHeight(float) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
incStickyHeaderHeight(float) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
instantiateItem(ViewGroup, int) - Method in class oak.widget.SwankyGallery.SwankyAdapter
 
isFooterSelected(int) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
isHeaderSelected(int) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
isInProgress() - Method in class oak.util.ScaleGestureDetector
Returns true if a two-finger scale gesture is in progress.
isMoving() - Method in class oak.MultiDirectionSlidingDrawer
Indicates whether the drawer is scrolling or flinging.
isNdefDiscovered(Intent) - Method in class oak.nfc.TagWriter
A method that determines if there's an NDEF action discovered from an intent.
isOpened() - Method in class oak.MultiDirectionSlidingDrawer
Indicates whether the drawer is currently fully opened.
isPackageInstalled(Context, String) - Static method in class oak.util.OakUtils
 
isPositionBottomOfSection(int) - Method in class oak.SectionAdapter
 
isPositionTopOfSection(int) - Method in class oak.SectionAdapter
 
isQueryMatch(CharSequence) - Method in interface oak.Queryable
 
isSelected(int) - Method in class oak.widget.spreadsheetview.SpreadsheetRow
 
isSelected(int, int) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
isTagDiscovered(Intent) - Method in class oak.nfc.TagWriter
A method that determines if there's an NFC tag discovered from an intent.
isValidEmail(String) - Static method in class oak.util.OakUtils
Method to determine whether string is a valid email address
isValidPhone(String) - Static method in class oak.util.OakUtils
Method to determine whether string is a valid phone number
isViewFromObject(View, Object) - Method in class oak.widget.SwankyGallery.SwankyAdapter
 
isWriteMode() - Method in class oak.nfc.TagWriter
A getter for the boolean writeMode.

L

lock() - Method in class oak.MultiDirectionSlidingDrawer
Locks the SlidingDrawer so that touch events are ignores.
LOG_TAG - Static variable in class oak.MultiDirectionSlidingDrawer
 
LOGTAG - Static variable in interface oak.OAK
 

M

MaskedImageView - Class in oak.widget
 
MaskedImageView(Context) - Constructor for class oak.widget.MaskedImageView
 
MaskedImageView(Context, AttributeSet) - Constructor for class oak.widget.MaskedImageView
 
MaskedImageView(Context, AttributeSet, int) - Constructor for class oak.widget.MaskedImageView
 
MultiDirectionSlidingDrawer - Class in oak
 
MultiDirectionSlidingDrawer(Context, AttributeSet) - Constructor for class oak.MultiDirectionSlidingDrawer
Creates a new SlidingDrawer from a specified set of attributes defined in XML.
MultiDirectionSlidingDrawer(Context, AttributeSet, int) - Constructor for class oak.MultiDirectionSlidingDrawer
Creates a new SlidingDrawer from a specified set of attributes defined in XML.
MultiDirectionSlidingDrawer.OnDrawerCloseListener - Interface in oak
Callback invoked when the drawer is closed.
MultiDirectionSlidingDrawer.OnDrawerOpenListener - Interface in oak
Callback invoked when the drawer is opened.
MultiDirectionSlidingDrawer.OnDrawerScrollListener - Interface in oak
Callback invoked when the drawer is scrolled.
MultiDirectionSlidingDrawer.OnThresholdHitListener - Interface in oak
Callback invoked when the drawer hits a certain "open/closed" threshold.

N

NO_CLOSE - Static variable in class oak.Base64
Flag to pass to Base64OutputStream to indicate that it should not close the output stream it is wrapping when it itself is closed.
NO_PADDING - Static variable in class oak.Base64
Encoder flag bit to omit the padding '=' characters at the end of the output (if any).
NO_WRAP - Static variable in class oak.Base64
Encoder flag bit to omit all line terminators (i.e., the output will be on one long line).

O

oak - package oak
 
OAK - Interface in oak
User: Michael Lake Date: 10/17/11 Time: 12:19 PM
oak.http - package oak.http
 
oak.nfc - package oak.nfc
 
oak.util - package oak.util
 
oak.widget - package oak.widget
 
oak.widget.spreadsheetview - package oak.widget.spreadsheetview
 
OakUtils - Class in oak.util
User: derek Date: 8/7/12 Time: 10:06 AM
OakUtils() - Constructor for class oak.util.OakUtils
 
objectData - Variable in class oak.widget.spreadsheetview.SpreadsheetView
 
ObscuredSharedPreferences - Class in oak
This code originally posted by Michael Burton on StackOverflow http://stackoverflow.com/questions/785973/what-is-the-most-appropriate-way-to-store-user-settings-in-android-application/6393502#6393502
ObscuredSharedPreferences(Context, SharedPreferences) - Constructor for class oak.ObscuredSharedPreferences
 
ObscuredSharedPreferences.Editor - Class in oak
 
ObscuredSharedPreferences.Editor() - Constructor for class oak.ObscuredSharedPreferences.Editor
 
OkHttpTool - Class in oak.http
This is a utility class for abstracting commonly used OkHttp methods Created by ericrichardson on 1/6/14.
OkHttpTool(Context) - Constructor for class oak.http.OkHttpTool
Constructor with a Context to install a ResponseCache
OkHttpTool() - Constructor for class oak.http.OkHttpTool
Constructor with no Context.
onDetachedFromWindow() - Method in class oak.widget.SwankyImageView
 
onDown(MotionEvent) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
onDraw(Canvas) - Method in class oak.widget.BeastTextView
 
onDraw(Canvas) - Method in class oak.widget.MaskedImageView
 
onDraw(Canvas) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
onDrawerClosed() - Method in interface oak.MultiDirectionSlidingDrawer.OnDrawerCloseListener
Invoked when the drawer becomes fully closed.
onDrawerOpened() - Method in interface oak.MultiDirectionSlidingDrawer.OnDrawerOpenListener
Invoked when the drawer becomes fully open.
onFinishInflate() - Method in class oak.MultiDirectionSlidingDrawer
 
onFling(MotionEvent, MotionEvent, float, float) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
onInterceptTouchEvent(MotionEvent) - Method in class oak.MultiDirectionSlidingDrawer
 
onInterceptTouchEvent(MotionEvent) - Method in class oak.widget.BeastViewPager
 
onInterceptTouchEvent(MotionEvent) - Method in class oak.widget.BeastWebView
 
onInterceptTouchEvent(MotionEvent) - Method in class oak.widget.SwankyGallery
 
onLayout(boolean, int, int, int, int) - Method in class oak.MultiDirectionSlidingDrawer
 
onLayout(boolean, int, int, int, int) - Method in class oak.widget.ResizedTextView
 
onLayout(boolean, int, int, int, int) - Method in class oak.widget.SectionListView
 
onLongPress(MotionEvent) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
onMeasure(int, int) - Method in class oak.MultiDirectionSlidingDrawer
 
onMeasure(int, int) - Method in class oak.widget.BeastTextView
 
onMeasure(int, int) - Method in class oak.widget.RatioLinearLayout
 
onMeasure(int, int) - Method in class oak.widget.SectionListView
 
onMeasure(int, int) - Method in class oak.widget.SwankyImageView
 
onPageSelected(int) - Method in interface oak.widget.SwankyGallery.OnGalleryPageSelectedListener
 
onScale(ScaleGestureDetector) - Method in interface oak.util.ScaleGestureDetector.OnScaleGestureListener
Responds to scaling events for a gesture in progress.
onScale(ScaleGestureDetector) - Method in class oak.util.ScaleGestureDetector.SimpleOnScaleGestureListener
 
onScaleBegin(ScaleGestureDetector) - Method in interface oak.util.ScaleGestureDetector.OnScaleGestureListener
Responds to the beginning of a scaling gesture.
onScaleBegin(ScaleGestureDetector) - Method in class oak.util.ScaleGestureDetector.SimpleOnScaleGestureListener
 
onScaleEnd(ScaleGestureDetector) - Method in interface oak.util.ScaleGestureDetector.OnScaleGestureListener
Responds to the end of a scale gesture.
onScaleEnd(ScaleGestureDetector) - Method in class oak.util.ScaleGestureDetector.SimpleOnScaleGestureListener
 
onScroll(AbsListView, int, int, int) - Method in class oak.BaseSectionAdapter
 
onScroll(MotionEvent, MotionEvent, float, float) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
onScrollEnded() - Method in interface oak.MultiDirectionSlidingDrawer.OnDrawerScrollListener
Invoked when the user stops dragging/flinging the drawer's handle.
onScrollStarted() - Method in interface oak.MultiDirectionSlidingDrawer.OnDrawerScrollListener
Invoked when the user starts dragging/flinging the drawer's handle.
onScrollStateChanged(AbsListView, int) - Method in class oak.BaseSectionAdapter
 
onShowPress(MotionEvent) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
onSingleTapUp(MotionEvent) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
onSizeChanged(int, int, int, int) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
onThresholdHit(boolean) - Method in interface oak.MultiDirectionSlidingDrawer.OnThresholdHitListener
Invoked when the drawer opens at a percentage
onTouchEvent(MotionEvent) - Method in class oak.MultiDirectionSlidingDrawer
 
onTouchEvent(MotionEvent) - Method in class oak.util.ScaleGestureDetector
 
onTouchEvent(MotionEvent) - Method in class oak.widget.BeastViewPager
 
onTouchEvent(MotionEvent) - Method in class oak.widget.BeastWebView
 
onTouchEvent(MotionEvent) - Method in class oak.widget.CancelEditText
 
onTouchEvent(MotionEvent) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
onTouchEvent(MotionEvent) - Method in class oak.widget.SwankyGallery
 
onTouchEvent(MotionEvent) - Method in class oak.widget.SwankyImageView
 
onWindowVisibilityChanged(int) - Method in class oak.widget.SwankyImageView
 
open() - Method in class oak.MultiDirectionSlidingDrawer
Opens the drawer immediately.
ORIENTATION_BTT - Static variable in class oak.MultiDirectionSlidingDrawer
 
ORIENTATION_LTR - Static variable in class oak.MultiDirectionSlidingDrawer
 
ORIENTATION_RTL - Static variable in class oak.MultiDirectionSlidingDrawer
 
ORIENTATION_TTB - Static variable in class oak.MultiDirectionSlidingDrawer
 

P

PINNED_HEADER_GONE - Static variable in class oak.BaseSectionAdapter
Pinned header state: don't show the header.
PINNED_HEADER_PUSHED_UP - Static variable in class oak.BaseSectionAdapter
Pinned header state: show the header.
PINNED_HEADER_VISIBLE - Static variable in class oak.BaseSectionAdapter
Pinned header state: show the header at the top of the list.
POST - Static variable in class oak.http.OkHttpTool
 
post(String, StringEntity) - Method in class oak.http.OkHttpTool
Basic POST Request
process(HttpRequest, HttpContext) - Method in class oak.util.CurlRequestInterceptor
 
PUT - Static variable in class oak.http.OkHttpTool
 
put(String, StringEntity) - Method in class oak.http.OkHttpTool
Basic PUT Request
putBoolean(String, boolean) - Method in class oak.ObscuredSharedPreferences.Editor
 
putFloat(String, float) - Method in class oak.ObscuredSharedPreferences.Editor
 
putInt(String, int) - Method in class oak.ObscuredSharedPreferences.Editor
 
putLong(String, long) - Method in class oak.ObscuredSharedPreferences.Editor
 
putString(String, String) - Method in class oak.ObscuredSharedPreferences.Editor
 
putStringSet(String, Set<String>) - Method in class oak.ObscuredSharedPreferences.Editor
 

Q

Queryable - Interface in oak
User: Michael Lake Date: 10/18/11 Time: 4:53 PM

R

RatioLinearLayout - Class in oak.widget
User: tylerromeo Date: 10/16/13 Time: 1:05 PM LinearLayout that has a height that is dependant on its width the ratio is determined by the provided width and height values
RatioLinearLayout(Context) - Constructor for class oak.widget.RatioLinearLayout
 
RatioLinearLayout(Context, AttributeSet) - Constructor for class oak.widget.RatioLinearLayout
 
RatioLinearLayout(Context, AttributeSet, int) - Constructor for class oak.widget.RatioLinearLayout
 
registerOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener) - Method in class oak.ObscuredSharedPreferences
 
remove(String) - Method in class oak.ObscuredSharedPreferences.Editor
 
replaceDataInSection(String, List<T>) - Method in class oak.SectionAdapter
 
requestLayout() - Method in class oak.widget.MaskedImageView
 
resetScale() - Method in class oak.widget.SwankyImageView
 
ResizedTextView - Class in oak.widget
Created by IntelliJ IDEA.
ResizedTextView(Context) - Constructor for class oak.widget.ResizedTextView
 
ResizedTextView(Context, AttributeSet) - Constructor for class oak.widget.ResizedTextView
 
ResizedTextView(Context, AttributeSet, int) - Constructor for class oak.widget.ResizedTextView
 
rotate - Variable in class oak.widget.CustomCircularProgressBar
 

S

ScaleGestureDetector - Class in oak.util
 
ScaleGestureDetector(Context, ScaleGestureDetector.OnScaleGestureListener) - Constructor for class oak.util.ScaleGestureDetector
 
ScaleGestureDetector.OnScaleGestureListener - Interface in oak.util
 
ScaleGestureDetector.SimpleOnScaleGestureListener - Class in oak.util
A convenience class to extend when you only want to listen for a subset of scaling-related events.
ScaleGestureDetector.SimpleOnScaleGestureListener() - Constructor for class oak.util.ScaleGestureDetector.SimpleOnScaleGestureListener
 
SceneAnimation - Class in oak.widget
 
SceneAnimation(ImageView, int[], int[]) - Constructor for class oak.widget.SceneAnimation
 
SceneAnimation(ImageView, int[], int) - Constructor for class oak.widget.SceneAnimation
 
SceneAnimation(ImageView, int[], int, long) - Constructor for class oak.widget.SceneAnimation
 
scroll(float, float) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
Sectionable - Interface in oak
User: Michael Lake Date: 5/18/11 Time: 10:14 AM
SectionAdapter<T extends Sectionable> - Class in oak
User: Michael Lake Date: 5/17/11 Time: 11:13 AM
SectionAdapter() - Constructor for class oak.SectionAdapter
 
SectionListView - Class in oak.widget
A ListView that maintains a header pinned at the top of the list.
SectionListView(Context) - Constructor for class oak.widget.SectionListView
 
SectionListView(Context, AttributeSet) - Constructor for class oak.widget.SectionListView
 
SectionListView(Context, AttributeSet, int) - Constructor for class oak.widget.SectionListView
 
select(int, boolean) - Method in class oak.widget.spreadsheetview.SpreadsheetRow
 
select(int, int, boolean) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
selectAll() - Method in class oak.widget.CancelEditText
Convenience for Selection.selectAll(android.text.Spannable).
selectColumn(int, boolean) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
selectFooter(int, boolean) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
selectHeader(int, boolean) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
selectRow(boolean) - Method in class oak.widget.spreadsheetview.SpreadsheetRow
 
selectRow(int, boolean) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setAdapter(ListAdapter) - Method in class oak.widget.SectionListView
 
setAdapter(SwankyGallery.SwankyAdapter) - Method in class oak.widget.SwankyGallery
 
setAdditionalCommands(String) - Method in class oak.util.CurlRequestInterceptor
 
setAllCellsBorderWidth(float, float) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setAllCellsSelectedTextColor(int) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setAllCellsTextColor(int) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setAllCellsTextSize(float) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setAllCellsTypeface(Typeface) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setAuthUserName(String) - Method in class oak.util.CurlRequestInterceptor
 
setBorderPaint(Paint) - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
setCellPaint(Paint) - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
setCertValidationDisabled(boolean) - Method in class oak.http.OkHttpTool
Deprecated. 
setConnectTimeout(long) - Method in class oak.http.OkHttpTool
Set's OkHttpClients Connect Timeout.
setCurrentItem(int, boolean) - Method in class oak.widget.SwankyGallery
 
setData(List<T>) - Method in class oak.SectionAdapter
 
setData(SpreadsheetRow[], String[]) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setDataAt(int, int, String) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setDataCell(SpreadsheetCell) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setDataCellDimensions(float, float) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setDataCellTextColor(int) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setDataCellTextSize(float) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setDataCellTypeface(Typeface) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setDataManually(List<Pair<String, List<T>>>) - Method in class oak.SectionAdapter
 
setDefaultHeaders(Map<String, String>) - Method in class oak.http.OkHttpTool
Set default headers to set on all Http Requests
setDrawable(Drawable) - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
setEllipsize(TextUtils.TruncateAt) - Method in class oak.widget.CancelEditText
 
setFillColor(int) - Method in class oak.widget.MaskedImageView
 
setFooterChangedListener(SpreadsheetView.OnFooterChangedListener) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setFooters(String[], float) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setGradient(TextView, float, int[], float[]) - Static method in class oak.widget.BeastTextView
 
setHighSampleSize(int) - Method in class oak.widget.SwankyGallery
Unused
setHorizontalBorderWidth(float) - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
setHorizontalDividingPaint(Paint) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setImageBitmap(Bitmap) - Method in class oak.widget.SwankyImageView
 
setImageDrawable(Drawable) - Method in class oak.widget.MaskedImageView
 
setImageResource(int) - Method in class oak.widget.SwankyImageView
 
setLeftFootCornerCell(SpreadsheetCell) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setLeftFootCornerCellTextColor(int) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setLeftFootCornerCellTypeface(Typeface) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setLeftHeadCornerCell(SpreadsheetCell) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setLeftHeadCornerCellTextColor(int) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setLeftHeadCornerCellTypeface(Typeface) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setLowSampleSize(int) - Method in class oak.widget.SwankyGallery
Unused
setMaskDrawable(BitmapDrawable) - Method in class oak.widget.MaskedImageView
 
setMaskDrawable(NinePatchDrawable) - Method in class oak.widget.MaskedImageView
 
setMaxScale(float) - Method in class oak.widget.SwankyImageView
 
setMaxZoom(float) - Method in class oak.widget.SwankyGallery
 
setMessage(String) - Method in class oak.nfc.TagWriter
A method that will create an NDEF message from a string and set the current message to that value.
setMessage(byte[]) - Method in class oak.nfc.TagWriter
A method to create an NDEF message from a byte array and sets the current message field to that value.
setNumberStickyColumns(int) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setOffscreenPageLimit(int) - Method in class oak.widget.SwankyGallery
 
setOnCellClickListener(SpreadsheetView.OnCellClickListener) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setOnClickListener(View.OnClickListener) - Method in class oak.widget.SwankyImageView
 
setOnDrawerCloseListener(MultiDirectionSlidingDrawer.OnDrawerCloseListener) - Method in class oak.MultiDirectionSlidingDrawer
Sets the listener that receives a notification when the drawer becomes close.
setOnDrawerOpenListener(MultiDirectionSlidingDrawer.OnDrawerOpenListener) - Method in class oak.MultiDirectionSlidingDrawer
Sets the listener that receives a notification when the drawer becomes open.
setOnDrawerScrollListener(MultiDirectionSlidingDrawer.OnDrawerScrollListener) - Method in class oak.MultiDirectionSlidingDrawer
Sets the listener that receives a notification when the drawer starts or ends a scroll.
setOnFooterClickListener(SpreadsheetView.OnFooterClickListener) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setOnGalleryPageSelectedListener(SwankyGallery.OnGalleryPageSelectedListener) - Method in class oak.widget.SwankyGallery
 
setOnHeaderClickListener(SpreadsheetView.OnHeaderClickListener) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setOnThresholdHitListener(MultiDirectionSlidingDrawer.OnThresholdHitListener) - Method in class oak.MultiDirectionSlidingDrawer
Sets the listener that receives a notification when the drawer becomes open.
setOverlayDrawable(BitmapDrawable) - Method in class oak.widget.MaskedImageView
 
setOverlayDrawable(NinePatchDrawable) - Method in class oak.widget.MaskedImageView
 
setPayloadString() - Method in class oak.nfc.TagWriter
a helper method to set a string from the payload of a single message.
setPinnedHeaderView(View) - Method in class oak.widget.SectionListView
 
setPreEmptiveBasicAuth(String, String, String) - Method in class oak.http.OkHttpTool
Sets Basic Auth for all requests
setReadTimeout(long) - Method in class oak.http.OkHttpTool
Set's OkHttpClients Read Timeout.
setRow(int, String[]) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setRow(int, SpreadsheetRow) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setSelectedBorderPaint(Paint) - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
setSelectedCellPaint(Paint) - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
setSelectedDrawable(Drawable) - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
setSelectedTextColor(int) - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
setSelectedTextPaint(Paint) - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
setSelectedTextSize(float) - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
setSelectedTypeface(Typeface) - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
setSelection(int, int) - Method in class oak.widget.CancelEditText
Convenience for Selection.setSelection(android.text.Spannable, int, int).
setSelection(int) - Method in class oak.widget.CancelEditText
Convenience for Selection.setSelection(android.text.Spannable, int).
setStickyColumnCell(SpreadsheetCell) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setStickyColumnCellTextColor(int) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setStickyColumnCellTypeface(Typeface) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setStickyColumnTextSize(float) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setStickyColumnWidth(int, float) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setStickyFooterCell(SpreadsheetCell) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setStickyFooterCellTextColor(int) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setStickyFooterCellTypeface(Typeface) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setStickyFooterHeight(float) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setStickyFooterTextSize(float) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setStickyHeaderCell(SpreadsheetCell) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setStickyHeaderCellTextColor(int) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setStickyHeaderCellTypeface(Typeface) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setStickyHeaderHeight(float) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setStickyHeaderTextSize(float) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setText(CharSequence, TextView.BufferType) - Method in class oak.widget.CancelEditText
 
setTextColor(int) - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
setTextPaint(Paint) - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
setTextSize(float) - Method in class oak.widget.ResizedTextView
 
setTextSize(float) - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
setTypeface(Typeface) - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
setValue(int, String) - Method in class oak.widget.spreadsheetview.SpreadsheetRow
 
setValuesColumn(int, String[]) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setVerticalBorderWidth(float) - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
setVerticalDividingPaint(Paint) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setVisibility(int) - Method in class oak.widget.CustomCircularProgressBar
 
showOrHideCancel() - Method in class oak.widget.CancelEditText
We expose this method as public because calling setError(null) on Gingerbread devices will hide the cancel (and other) drawables.
showStickyFooter(float) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
skip(long) - Method in class oak.FlushedInputStream
 
sortDataAscBy(int, Comparator<SpreadsheetRow>) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
sortDataDescBy(int, Comparator<SpreadsheetRow>) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
sorted - Variable in class oak.widget.spreadsheetview.SpreadsheetView
 
SORTED_ASCENDING - Static variable in class oak.widget.spreadsheetview.SpreadsheetView
 
SORTED_DESCENDING - Static variable in class oak.widget.spreadsheetview.SpreadsheetView
 
SORTED_UNSORTED - Static variable in class oak.widget.spreadsheetview.SpreadsheetView
 
SpreadsheetCell - Class in oak.widget.spreadsheetview
 
SpreadsheetCell(SpreadsheetView, Paint, Paint, Paint, float, float) - Constructor for class oak.widget.spreadsheetview.SpreadsheetCell
 
SpreadsheetCell(SpreadsheetView, Drawable, Drawable, Paint, Paint, float, float) - Constructor for class oak.widget.spreadsheetview.SpreadsheetCell
 
SpreadsheetRow - Class in oak.widget.spreadsheetview
 
SpreadsheetRow(int) - Constructor for class oak.widget.spreadsheetview.SpreadsheetRow
 
SpreadsheetRow(String[]) - Constructor for class oak.widget.spreadsheetview.SpreadsheetRow
 
SpreadsheetView - Class in oak.widget.spreadsheetview
 
SpreadsheetView(Context) - Constructor for class oak.widget.spreadsheetview.SpreadsheetView
 
SpreadsheetView(Context, AttributeSet) - Constructor for class oak.widget.spreadsheetview.SpreadsheetView
 
SpreadsheetView(Context, AttributeSet, int) - Constructor for class oak.widget.spreadsheetview.SpreadsheetView
 
SpreadsheetView.OnCellClickListener - Interface in oak.widget.spreadsheetview
 
SpreadsheetView.OnFooterChangedListener - Interface in oak.widget.spreadsheetview
 
SpreadsheetView.OnFooterClickListener - Interface in oak.widget.spreadsheetview
 
SpreadsheetView.OnHeaderClickListener - Interface in oak.widget.spreadsheetview
 
SwankyGallery - Class in oak.widget
Gallery-esque ViewPager that supports zoom gestures.
SwankyGallery(Context) - Constructor for class oak.widget.SwankyGallery
 
SwankyGallery(Context, AttributeSet) - Constructor for class oak.widget.SwankyGallery
 
SwankyGallery(Context, AttributeSet, int) - Constructor for class oak.widget.SwankyGallery
 
SwankyGallery.OnGalleryPageSelectedListener - Interface in oak.widget
 
SwankyGallery.SwankyAdapter - Class in oak.widget
 
SwankyGallery.SwankyAdapter(Context, int[]) - Constructor for class oak.widget.SwankyGallery.SwankyAdapter
 
SwankyImageView - Class in oak.widget
An ImageView that supports pinch-to-zoom, double-tap-to-zoom, and swipe panning.
SwankyImageView(Context) - Constructor for class oak.widget.SwankyImageView
 
SwankyImageView(Context, AttributeSet) - Constructor for class oak.widget.SwankyImageView
 
SwankyImageView(Context, AttributeSet, int) - Constructor for class oak.widget.SwankyImageView
 

T

TAG - Static variable in class oak.BaseSectionAdapter
 
TAG - Static variable in class oak.util.CurlRequestInterceptor
 
TAG - Static variable in class oak.widget.SectionListView
 
TagWriter - Class in oak.nfc
Created with IntelliJ IDEA.
TagWriter(Context, String, Activity, PendingIntent, IntentFilter[]) - Constructor for class oak.nfc.TagWriter
The constructor for a write tag object
TextViewWithFont - Class in oak.widget
User: Michael Lake Date: 11/21/11 Time: 5:36 PM
TextViewWithFont(Context) - Constructor for class oak.widget.TextViewWithFont
 
TextViewWithFont(Context, AttributeSet) - Constructor for class oak.widget.TextViewWithFont
 
TextViewWithFont(Context, AttributeSet, int) - Constructor for class oak.widget.TextViewWithFont
 
toggle() - Method in class oak.MultiDirectionSlidingDrawer
Toggles the drawer open and close.
transform(Bitmap) - Method in interface oak.ImageTransformation
 

U

unlock() - Method in class oak.MultiDirectionSlidingDrawer
Unlocks the SlidingDrawer so that touch events are processed.
unregisterOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener) - Method in class oak.ObscuredSharedPreferences
 
updateDrawState(TextPaint) - Method in class oak.util.FontTypefaceSpan
 
updateFooter(int) - Method in interface oak.widget.spreadsheetview.SpreadsheetView.OnFooterChangedListener
 
updateMeasureState(TextPaint) - Method in class oak.util.FontTypefaceSpan
 
URL_SAFE - Static variable in class oak.Base64
Encoder/decoder flag bit to indicate using the "URL and filename safe" variant of Base64 (see RFC 3548 section 4) where - and _ are used in place of + and /.
UTF8 - Static variable in class oak.ObscuredSharedPreferences
 

W

writeToTag(NdefMessage, Tag) - Method in class oak.nfc.TagWriter
A big method that writes an NDEF message to a tag or displays a toast message as to why it failed.

X

XMLNS - Static variable in interface oak.OAK
 

A B C D E F G H I L M N O P Q R S T U W X

Copyright © 2011-2014. All Rights Reserved.