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

A

ACTION_BAR_TITLE_KEY - Static variable in class oak.activity.FragmentHostActivity
 
activity_fragment_host - Static variable in class oak.R.layout
 
addFocusables(ArrayList<View>, int, int) - Method in class oak.widget.VerticalViewPager
We only want the current page that is being shown to be focusable.
addTouchables(ArrayList<View>) - Method in class oak.widget.VerticalViewPager
We only want the current page that is being shown to be touchable.
addView(View, int, ViewGroup.LayoutParams) - Method in class oak.widget.VerticalViewPager
 
animateClose() - Method in class oak.MultiDirectionSlidingDrawer
Closes the drawer with an animation.
animated_logo - Static variable in class oak.R.id
 
animated_wta_logo_fragment - Static variable in class oak.R.layout
 
AnimatedSvgView - Static variable in class oak.R.styleable
Attributes that can be used with a AnimatedSvgView.
AnimatedSvgView - Class in oak.svg
 
AnimatedSvgView(Context) - Constructor for class oak.svg.AnimatedSvgView
 
AnimatedSvgView(Context, AttributeSet) - Constructor for class oak.svg.AnimatedSvgView
 
AnimatedSvgView(Context, AttributeSet, int) - Constructor for class oak.svg.AnimatedSvgView
 
AnimatedSvgView.OnStateChangeListener - Interface in oak.svg
 
AnimatedSvgView_oakSvgFillStart - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakSvgFillStart attribute's value can be found in the R.styleable.AnimatedSvgView array.
AnimatedSvgView_oakSvgFillTime - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakSvgFillTime attribute's value can be found in the R.styleable.AnimatedSvgView array.
AnimatedSvgView_oakSvgImageSizeX - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakSvgImageSizeX attribute's value can be found in the R.styleable.AnimatedSvgView array.
AnimatedSvgView_oakSvgImageSizeY - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakSvgImageSizeY attribute's value can be found in the R.styleable.AnimatedSvgView array.
AnimatedSvgView_oakSvgTraceTime - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakSvgTraceTime attribute's value can be found in the R.styleable.AnimatedSvgView array.
AnimatedSvgView_oakSvgTraceTimePerGlyph - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakSvgTraceTimePerGlyph attribute's value can be found in the R.styleable.AnimatedSvgView array.
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.CryptoSharedPreferences.Editor
 
apply() - Method in class oak.ObscuredSharedPreferences.Editor
Deprecated.
 
apply() - Static method in class oak.util.PRNGFixes
Applies all fixes.
arrowScroll(int) - Method in class oak.widget.VerticalViewPager
 
aspectRatioHeight - Variable in class oak.util.RatioSizingUtils.RatioSizingInfo
 
AspectRatioLayout - Static variable in class oak.R.styleable
Attributes that can be used with a AspectRatioLayout.
AspectRatioLayout - Class in oak.widget
User: evantatarka Date: 9/17/13 Time: 9:24 AM
AspectRatioLayout(Context) - Constructor for class oak.widget.AspectRatioLayout
 
AspectRatioLayout(Context, AttributeSet) - Constructor for class oak.widget.AspectRatioLayout
 
AspectRatioLayout(Context, AttributeSet, int) - Constructor for class oak.widget.AspectRatioLayout
 
AspectRatioLayout_oakAspectRatio - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakAspectRatio attribute's value can be found in the R.styleable.AspectRatioLayout array.
aspectRatioWidth - Variable in class oak.util.RatioSizingUtils.RatioSizingInfo
 

B

back - Static variable in class oak.R.drawable
 
back - Static variable in class oak.R.id
 
back() - Method in class oak.web.OakWebViewFragment
 
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 - Static variable in class oak.R.styleable
Attributes that can be used with a BeastTextView.
BeastTextView_oakAngle - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakAngle attribute's value can be found in the R.styleable.BeastTextView array.
BeastTextView_oakColors - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakColors attribute's value can be found in the R.styleable.BeastTextView array.
BeastTextView_oakPositions - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakPositions attribute's value can be found in the R.styleable.BeastTextView array.
beginFakeDrag() - Method in class oak.widget.VerticalViewPager
Start a fake drag of the pager.
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.
bindView(View, Context, Cursor) - Method in class oak.viewmodel.ViewModelCursorAdapter
 
build() - Method in class oak.web.OakWebViewFragment.BundleBuilder
 
BuildConfig - Class in oak
 
BuildConfig() - Constructor for class oak.BuildConfig
 
button_bg - Static variable in class oak.R.drawable
 
button_bg_pressed - Static variable in class oak.R.drawable
 
button_container - Static variable in class oak.R.id
 
ButtonWithFont - Static variable in class oak.R.styleable
Attributes that can be used with a ButtonWithFont.
ButtonWithFont - Class in oak.widget
User: Michael Lake Date: 11/21/11 Time: 5:36 PM Allows you to set a custom font to a button's text.
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
 
ButtonWithFont_oakFont - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakFont attribute's value can be found in the R.styleable.ButtonWithFont array.

C

CancelEditText - Static variable in class oak.R.styleable
Attributes that can be used with a CancelEditText.
CancelEditText - Class in oak.widget
User: mlake Date: 12/8/11 Time: 11:01 AM Allows you to set a custom resource that will clear/cancel an EditText.
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
 
CancelEditText_oakCancelDrawable - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakCancelDrawable attribute's value can be found in the R.styleable.CancelEditText array.
CancelEditText_oakFont - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakFont attribute's value can be found in the R.styleable.CancelEditText array.
canGoBack() - Method in class oak.web.OakWebViewFragment
 
canGoForward() - Method in class oak.web.OakWebViewFragment
 
canScroll(View, boolean, int, int, int) - Method in class oak.widget.VerticalViewPager
Tests scrollability within child views of v given a delta of dx.
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
 
cellFont - Static variable in class oak.R.attr
May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
cellHeight - Static variable in class oak.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
cellHorizontalBorderWidth - Static variable in class oak.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
cellSelectedTextColor - Static variable in class oak.R.attr
Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
cellTextColor - Static variable in class oak.R.attr
Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
cellTextSize - Static variable in class oak.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
cellVerticalBorderWidth - Static variable in class oak.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
cellWidth - Static variable in class oak.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
changeFonts(View, Context, String) - Static method in class oak.util.OakUtils
Given a View, this method sets the Typeface on every TextView contained within that View
CheckBoxWithFont - Static variable in class oak.R.styleable
Attributes that can be used with a CheckBoxWithFont.
CheckBoxWithFont - Class in oak.widget
Allows you to set a checkbox with custom font via XML
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
 
CheckBoxWithFont_oakFont - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakFont attribute's value can be found in the R.styleable.CheckBoxWithFont array.
checkLayoutParams(ViewGroup.LayoutParams) - Method in class oak.widget.VerticalViewPager
 
CIPHER_ALGORITHM_AES - Static variable in class oak.CryptoSharedPreferences
 
CIPHER_ALGORITHM_DES - Static variable in class oak.CryptoSharedPreferences
 
clear() - Method in class oak.CryptoSharedPreferences.Editor
 
clear() - Method in class oak.ObscuredSharedPreferences.Editor
Deprecated.
 
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.CryptoSharedPreferences.Editor
 
commit() - Method in class oak.ObscuredSharedPreferences.Editor
Deprecated.
 
computeScroll() - Method in class oak.widget.VerticalViewPager
 
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.
constrain(float, float, float) - Static method in class oak.svg.MathUtil
 
contains(String) - Method in class oak.CryptoSharedPreferences
 
contains(String) - Method in class oak.ObscuredSharedPreferences
Deprecated.
 
content - Static variable in class oak.R.string
 
context - Variable in class oak.CryptoSharedPreferences
 
context - Variable in class oak.ObscuredSharedPreferences
Deprecated.
 
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.
CREATOR - Static variable in class oak.widget.VerticalViewPager.SavedState
 
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.
CRYPTO_AES - Static variable in class oak.CryptoSharedPreferences
 
CRYPTO_DES - Static variable in class oak.CryptoSharedPreferences
 
CryptoSharedPreferences - 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 This class was created to replace the original ObscurredSharedPreferences.
CryptoSharedPreferences(Context, SharedPreferences) - Constructor for class oak.CryptoSharedPreferences
 
CryptoSharedPreferences.Editor - Class in oak
 
CryptoSharedPreferences.Editor() - Constructor for class oak.CryptoSharedPreferences.Editor
 
CurlRequestInterceptor - Class in oak.util
User: mlake Date: 1/27/12 Time: 11:18 AM
CurlRequestInterceptor() - Constructor for class oak.util.CurlRequestInterceptor
 
CustomCircularProgressBar - Static variable in class oak.R.styleable
Attributes that can be used with a CustomCircularProgressBar.
CustomCircularProgressBar - Class in oak.widget
User: derek Date: 5/25/12 Time: 1:06 PM Allows you to create a spinner with your own resources.
CustomCircularProgressBar(Context) - Constructor for class oak.widget.CustomCircularProgressBar
 
CustomCircularProgressBar(Context, AttributeSet) - Constructor for class oak.widget.CustomCircularProgressBar
 
CustomCircularProgressBar_oakProgressBarDrawable - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakProgressBarDrawable attribute's value can be found in the R.styleable.CustomCircularProgressBar array.
CustomProgressDialog - Class in oak.widget
Allows you to create a dialog with a loading animation using your own resoruces
CustomProgressDialog(Context, int[]) - Constructor for class oak.widget.CustomProgressDialog
 

D

dataCellDrawable - Static variable in class oak.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".
dataCellSelectedDrawable - Static variable in class oak.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".
dataCellSelectedTextColor - Static variable in class oak.R.attr
Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
dataCellTextColor - Static variable in class oak.R.attr
Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
DEBUG - Static variable in class oak.BuildConfig
 
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.CryptoSharedPreferences
 
decrypt(String) - Method in class oak.ObscuredSharedPreferences
Deprecated.
 
decrypt_AES(String) - Method in class oak.CryptoSharedPreferences
 
decrypt_DES(String) - Method in class oak.CryptoSharedPreferences
 
DEFAULT - Static variable in class oak.Base64
Default values for encoder/decoder flags.
delegate - Variable in class oak.CryptoSharedPreferences
 
delegate - Variable in class oak.CryptoSharedPreferences.Editor
 
delegate - Variable in class oak.ObscuredSharedPreferences
Deprecated.
 
delegate - Variable in class oak.ObscuredSharedPreferences.Editor
Deprecated.
 
DELETE - Static variable in class oak.http.OkHttpTool
 
delete(String) - Method in class oak.http.OkHttpTool
Basic DELETE Request
deliverResult(T) - Method in class oak.util.OakAsyncLoader
 
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
 
dispatchKeyEvent(KeyEvent) - Method in class oak.widget.VerticalViewPager
 
dispatchPopulateAccessibilityEvent(AccessibilityEvent) - Method in class oak.widget.VerticalViewPager
 
dist(float, float) - Static method in class oak.svg.MathUtil
 
draw(Canvas, String, float, float, float, float, boolean) - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
draw(Canvas) - Method in class oak.widget.VerticalViewPager
 
drawableStateChanged() - Method in class oak.widget.VerticalViewPager
 
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

EdgeyViewPager - Class in oak.widget
ViewPager that helps while using mapviews.
EdgeyViewPager(Context) - Constructor for class oak.widget.EdgeyViewPager
 
EdgeyViewPager(Context, AttributeSet) - Constructor for class oak.widget.EdgeyViewPager
 
EdgeyViewPager(EdgeyViewPager.OnSwipeOutListener) - Method in class oak.widget.EdgeyViewPager
 
EdgeyViewPager.OnSwipeOutListener - Interface in oak.widget
 
edit() - Method in class oak.CryptoSharedPreferences
 
edit() - Method in class oak.ObscuredSharedPreferences
Deprecated.
 
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.CryptoSharedPreferences
 
encrypt(String) - Method in class oak.ObscuredSharedPreferences
Deprecated.
 
encrypt_AES(String) - Method in class oak.CryptoSharedPreferences
 
encrypt_DES(String) - Method in class oak.CryptoSharedPreferences
 
endFakeDrag() - Method in class oak.widget.VerticalViewPager
End a fake drag of the pager.
engineGenerateSeed(int) - Method in class oak.util.PRNGFixes.LinuxPRNGSecureRandom
 
engineNextBytes(byte[]) - Method in class oak.util.PRNGFixes.LinuxPRNGSecureRandom
 
engineSetSeed(byte[]) - Method in class oak.util.PRNGFixes.LinuxPRNGSecureRandom
 
error(E) - Static method in class oak.Result
Constructs an unsuccessful result.
executeKeyEvent(KeyEvent) - Method in class oak.widget.VerticalViewPager
You can call this function yourself to have the scroll view perform scrolling from a key event, just as if the event had been dispatched to it by the view hierarchy.
extendSelection(int) - Method in class oak.widget.CancelEditText
Convenience for Selection.extendSelection(android.text.Spannable, int).
EXTRA_CONTROL_FADE - Static variable in interface oak.OAK
 
EXTRA_FADE_MAX - Static variable in interface oak.OAK
 
EXTRA_FADE_MIN - Static variable in interface oak.OAK
 
EXTRA_FADE_TIMEOUT - Static variable in interface oak.OAK
 
EXTRA_LAYOUT - Static variable in interface oak.OAK
 
EXTRA_OPEN_IN_BROWSER - Static variable in interface oak.OAK
 
EXTRA_REFRESH_IN_MENU - Static variable in interface oak.OAK
 
EXTRA_SHOW_CONTROLS - Static variable in interface oak.OAK
 
EXTRA_URL - Static variable in interface oak.OAK
 

F

fadeControls(boolean) - Method in class oak.web.OakWebViewFragment.BundleBuilder
 
fadeTimeout(long) - Method in class oak.web.OakWebViewFragment.BundleBuilder
 
fakeDragBy(float) - Method in class oak.widget.VerticalViewPager
Fake drag by an offset in pixels.
floorEven(int) - Static method in class oak.svg.MathUtil
 
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 Allows you to set custom fonts with a spannable.
FontTypefaceSpan(Context, String) - Constructor for class oak.util.FontTypefaceSpan
 
footerClick(int) - Method in interface oak.widget.spreadsheetview.SpreadsheetView.OnFooterClickListener
 
footerHeight - Static variable in class oak.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
footers - Variable in class oak.widget.spreadsheetview.SpreadsheetView
 
forward - Static variable in class oak.R.drawable
 
forward - Static variable in class oak.R.id
 
forward() - Method in class oak.web.OakWebViewFragment
 
FRAGMENT_CLASS_NAME_KEY - Static variable in class oak.activity.FragmentHostActivity
 
FragmentHostActivity - Class in oak.activity
Created by robcook on 3/31/14.
FragmentHostActivity() - Constructor for class oak.activity.FragmentHostActivity
 

G

generateDefaultLayoutParams() - Method in class oak.widget.VerticalViewPager
 
generateLayoutParams(ViewGroup.LayoutParams) - Method in class oak.widget.VerticalViewPager
 
generateLayoutParams(AttributeSet) - Method in class oak.widget.VerticalViewPager
 
GET - Static variable in class oak.http.OkHttpTool
 
get(String) - Method in class oak.http.OkHttpTool
Basic GET Request
get() - Method in class oak.Result
Returns the value if successful, throws the error is not.
getAdapter() - Method in class oak.widget.SectionListView
 
getAdapter() - Method in class oak.widget.VerticalViewPager
Retrieve the current adapter supplying pages.
getAll() - Method in class oak.CryptoSharedPreferences
 
getAll() - Method in class oak.ObscuredSharedPreferences
Deprecated.
 
getAmazingView(int, View, ViewGroup) - Method in class oak.BaseSectionAdapter
read: get view too
getAspectRatio() - Method in class oak.widget.AspectRatioLayout
 
getAspectRatioHeight() - Method in class oak.widget.AspectRatioLayout
 
getAspectRatioWidth() - Method in class oak.widget.AspectRatioLayout
 
getBoolean(String, boolean) - Method in class oak.CryptoSharedPreferences
 
getBoolean(String, boolean) - Method in class oak.ObscuredSharedPreferences
Deprecated.
 
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
 
getChildDrawingOrder(int, int) - Method in class oak.widget.VerticalViewPager
 
getClient() - Method in class oak.http.OkHttpTool
Just in case you want to set the client up more than it already is.
getContent() - Method in class oak.MultiDirectionSlidingDrawer
Returns the content of the drawer.
getContext() - Method in class oak.viewmodel.ViewModelAdapter
 
getCount() - Method in class oak.SectionAdapter
 
getCount() - Method in class oak.viewmodel.ViewModelAdapter
 
getCount() - Method in class oak.widget.SwankyGallery.SwankyAdapter
 
getCurrentItem() - Method in class oak.widget.VerticalViewPager
 
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
 
getError() - Method in class oak.Result
Returns the error if unsuccessful.
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.CryptoSharedPreferences
 
getFloat(String, float) - Method in class oak.ObscuredSharedPreferences
Deprecated.
 
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
 
getFormattedText(Context, String, String) - Method in class oak.util.OakUtils
Returns a formatted String to be used in places like an ActionBar
getFrameLayout() - Method in class oak.activity.FragmentHostActivity
The wrapper FrameLayout hosting the fragments.
getFrameLayout() - Method in class oak.activity.SupportFragmentHostActivity
The wrapper FrameLayout hosting the fragments.
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
 
getInstance(String) - Static method in class oak.web.OakWebViewFragment
 
getInstance(Bundle) - Static method in class oak.web.OakWebViewFragment
 
getInt(String, int) - Method in class oak.CryptoSharedPreferences
 
getInt(String, int) - Method in class oak.ObscuredSharedPreferences
Deprecated.
 
getIntent(Context, String, Class, Bundle) - Static method in class oak.activity.FragmentHostActivity
 
getIntent(Context, String, Class, Bundle) - Static method in class oak.activity.SupportFragmentHostActivity
 
getIntent(Context, Bundle) - Static method in class oak.web.WebViewActivity
 
getItem(int) - Method in class oak.SectionAdapter
 
getItem(int) - Method in class oak.viewmodel.ViewModelAdapter
 
getItemId(int) - Method in class oak.SectionAdapter
 
getItemId(int) - Method in class oak.viewmodel.ViewModelAdapter
 
getItems() - Method in class oak.viewmodel.ViewModelAdapter
Returns the backing list.
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.CryptoSharedPreferences
 
getLong(String, long) - Method in class oak.ObscuredSharedPreferences
Deprecated.
 
getMeasureInfo(int, int, RatioSizingUtils.RatioSizingInfo, int, int) - Static method in class oak.util.RatioSizingUtils
 
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
 
getOffscreenPageLimit() - Method in class oak.widget.VerticalViewPager
Returns the number of pages that will be retained to either side of the current page in the view hierarchy in an idle state.
getPageMargin() - Method in class oak.widget.VerticalViewPager
Return the margin between pages.
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.
getRatioSizingInfoFromAttrs(Context, AttributeSet) - Static method in class oak.util.RatioSizingUtils
 
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.CryptoSharedPreferences
Implement this method to supply your char array with your password.
getSpecialCode() - Method in class oak.ObscuredSharedPreferences
Deprecated.
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.CryptoSharedPreferences
 
getString(String, String) - Method in class oak.ObscuredSharedPreferences
Deprecated.
 
getSuccess() - Method in class oak.Result
Returns the value if successful.
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
 
getView(int, View, ViewGroup) - Method in class oak.viewmodel.ViewModelAdapter
 
getViewModel(LayoutInflater, int, View, ViewGroup) - Static method in class oak.viewmodel.ViewModelUtil
A utility function for getting a ViewModel out of a view in an adapter.
getViewModel(LayoutInflater, int, ViewGroup) - Static method in class oak.viewmodel.ViewModelUtil
 
GradientTextView - Class in oak.widget
User: Michael Lake Date: 11/21/11 Time: 5:36 PM Enables you to set a graiant to a textview
GradientTextView(Context) - Constructor for class oak.widget.GradientTextView
 
GradientTextView(Context, AttributeSet) - Constructor for class oak.widget.GradientTextView
 
GradientTextView(Context, AttributeSet, int) - Constructor for class oak.widget.GradientTextView
 
gravity - Variable in class oak.widget.VerticalViewPager.LayoutParams
Gravity setting for use on decor views only: Where to position the view page within the overall ViewPager container; constants are defined in Gravity.

H

headerClick(int) - Method in interface oak.widget.spreadsheetview.SpreadsheetView.OnHeaderClickListener
 
headerHeight - Static variable in class oak.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
headers - Variable in class oak.widget.spreadsheetview.SpreadsheetView
 
height - Variable in class oak.util.RatioSizingUtils.RatioMeasureInfo
 
hideStickyFooter() - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
horizontalDividingLineColor - Static variable in class oak.R.attr
Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
horizontalDividingLineWidth - Static variable in class oak.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

I

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
 
internalCanScrollVertically(int) - Method in class oak.widget.VerticalViewPager
 
interpolate(float, float, float) - Static method in class oak.svg.MathUtil
 
isDecor - Variable in class oak.widget.VerticalViewPager.LayoutParams
true if this view is a decoration on the pager itself and not a view supplied by the adapter.
isError() - Method in class oak.Result
Returns if the result is an error
isEven(int) - Static method in class oak.svg.MathUtil
 
isFakeDragging() - Method in class oak.widget.VerticalViewPager
Returns true if a fake drag is in progress.
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
Method that determines whether a specified package is installed on the device
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
 
isSuccess() - Method in class oak.Result
Returns if the result is successful
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.
IV_LENGTH - Static variable in class oak.CryptoSharedPreferences
 

L

layoutId(int) - Method in class oak.web.OakWebViewFragment.BundleBuilder
 
leftFooterCornerCellDrawable - Static variable in class oak.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".
leftFooterCornerCellSelectedDrawable - Static variable in class oak.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".
leftHeaderCornerCellDrawable - Static variable in class oak.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".
leftHeaderCornerCellSelectedDrawable - Static variable in class oak.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".
lock() - Method in class oak.MultiDirectionSlidingDrawer
Locks the SlidingDrawer so that touch events are ignores.
LOG_TAG - Static variable in class oak.MultiDirectionSlidingDrawer
 
logo_subtitle - Static variable in class oak.R.id
 
LOGTAG - Static variable in interface oak.OAK
 

M

MaskedImageView - Static variable in class oak.R.styleable
Attributes that can be used with a MaskedImageView.
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
 
MaskedImageView_oakFillColor - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakFillColor attribute's value can be found in the R.styleable.MaskedImageView array.
MaskedImageView_oakGlareColor - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakGlareColor attribute's value can be found in the R.styleable.MaskedImageView array.
MaskedImageView_oakMask - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakMask attribute's value can be found in the R.styleable.MaskedImageView array.
MaskedImageView_oakOverlay - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakOverlay attribute's value can be found in the R.styleable.MaskedImageView array.
MathUtil - Class in oak.svg
 
maxControlAlpha(float) - Method in class oak.web.OakWebViewFragment.BundleBuilder
 
minControlAlpha(float) - Method in class oak.web.OakWebViewFragment.BundleBuilder
 
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 - Static variable in class oak.R.styleable
Attributes that can be used with a MultiDirectionSlidingDrawer.
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.
MultiDirectionSlidingDrawer_oakAllowSingleTap - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakAllowSingleTap attribute's value can be found in the R.styleable.MultiDirectionSlidingDrawer array.
MultiDirectionSlidingDrawer_oakAnimateOnClick - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakAnimateOnClick attribute's value can be found in the R.styleable.MultiDirectionSlidingDrawer array.
MultiDirectionSlidingDrawer_oakBottomOffset - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakBottomOffset attribute's value can be found in the R.styleable.MultiDirectionSlidingDrawer array.
MultiDirectionSlidingDrawer_oakContent - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakContent attribute's value can be found in the R.styleable.MultiDirectionSlidingDrawer array.
MultiDirectionSlidingDrawer_oakDirection - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakDirection attribute's value can be found in the R.styleable.MultiDirectionSlidingDrawer array.
MultiDirectionSlidingDrawer_oakHandle - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakHandle attribute's value can be found in the R.styleable.MultiDirectionSlidingDrawer array.
MultiDirectionSlidingDrawer_oakTopMargin - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakTopMargin attribute's value can be found in the R.styleable.MultiDirectionSlidingDrawer array.
MultiDirectionSlidingDrawer_oakTopOffset - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakTopOffset attribute's value can be found in the R.styleable.MultiDirectionSlidingDrawer array.

N

newView(Context, Cursor, ViewGroup) - Method in class oak.viewmodel.ViewModelCursorAdapter
 
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.activity - package oak.activity
 
oak.http - package oak.http
 
oak.nfc - package oak.nfc
 
oak.svg - package oak.svg
 
oak.util - package oak.util
 
oak.viewmodel - package oak.viewmodel
 
oak.web - package oak.web
 
oak.widget - package oak.widget
 
oak.widget.spreadsheetview - package oak.widget.spreadsheetview
 
oak_content - Static variable in class oak.R.id
 
oak_menu_back - Static variable in class oak.R.id
 
oak_menu_forward - Static variable in class oak.R.id
 
oak_menu_open_in_broswer - Static variable in class oak.R.id
 
oak_menu_refresh - Static variable in class oak.R.id
 
oak_test - Static variable in class oak.R.string
 
oakAllowSingleTap - Static variable in class oak.R.attr
May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
oakAngle - Static variable in class oak.R.attr
May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
oakAnimateOnClick - Static variable in class oak.R.attr
May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
oakAspectRatio - Static variable in class oak.R.attr
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
OakAsyncLoader<T> - Class in oak.util
AsyncTaskLoader that actually works as you would think.
OakAsyncLoader(Context) - Constructor for class oak.util.OakAsyncLoader
 
oakBottomOffset - Static variable in class oak.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
oakCancelDrawable - Static variable in class oak.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".
oakColors - Static variable in class oak.R.attr
May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
oakContent - Static variable in class oak.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".
oakDirection - Static variable in class oak.R.attr
May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
oakFillColor - Static variable in class oak.R.attr
Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
oakFont - Static variable in class oak.R.attr
May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
oakGlareColor - Static variable in class oak.R.attr
Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
oakHandle - Static variable in class oak.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".
oakMask - Static variable in class oak.R.attr
Must be an integer value, such as "100".
oakMinTextSize - Static variable in class oak.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
oakOverlay - Static variable in class oak.R.attr
Must be an integer value, such as "100".
oakPositions - Static variable in class oak.R.attr
May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
oakProgressBarDrawable - Static variable in class oak.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".
oakRatioHeight - Static variable in class oak.R.attr
May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
oakRatioWidth - Static variable in class oak.R.attr
May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
oakSvgFillStart - Static variable in class oak.R.attr
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
oakSvgFillTime - Static variable in class oak.R.attr
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
oakSvgImageSizeX - Static variable in class oak.R.attr
Must be an integer value, such as "100".
oakSvgImageSizeY - Static variable in class oak.R.attr
Must be an integer value, such as "100".
oakSvgTraceTime - Static variable in class oak.R.attr
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
oakSvgTraceTimePerGlyph - Static variable in class oak.R.attr
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
oakTopMargin - Static variable in class oak.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
oakTopOffset - Static variable in class oak.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
OakUtils - Class in oak.util
Utility Class full of commonly used methods User: derek Date: 8/7/12 Time: 10:06 AM
OakWebViewFragment - Class in oak.web
Created by ericrichardson on 1/9/14.
OakWebViewFragment() - Constructor for class oak.web.OakWebViewFragment
 
OakWebViewFragment.BundleBuilder - Class in oak.web
 
OakWebViewFragment.BundleBuilder(Bundle) - Constructor for class oak.web.OakWebViewFragment.BundleBuilder
 
OakWebViewFragment.BundleBuilder(String) - Constructor for class oak.web.OakWebViewFragment.BundleBuilder
 
objectData - Variable in class oak.widget.spreadsheetview.SpreadsheetView
 
ObscuredSharedPreferences - Class in oak
Deprecated.
ObscuredSharedPreferences(Context, SharedPreferences) - Constructor for class oak.ObscuredSharedPreferences
Deprecated.
 
ObscuredSharedPreferences.Editor - Class in oak
Deprecated.
 
ObscuredSharedPreferences.Editor() - Constructor for class oak.ObscuredSharedPreferences.Editor
Deprecated.
 
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.
onAttachedToWindow() - Method in class oak.widget.VerticalViewPager
 
onBackPressed() - Method in class oak.web.WebViewActivity
 
onCreate(Bundle) - Method in class oak.activity.FragmentHostActivity
 
onCreate(Bundle) - Method in class oak.activity.SupportFragmentHostActivity
 
onCreate(Bundle) - Method in class oak.web.OakWebViewFragment
 
onCreate(Bundle) - Method in class oak.web.WebViewActivity
 
onCreateOptionsMenu(Menu, MenuInflater) - Method in class oak.web.OakWebViewFragment
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class oak.web.OakWebViewFragment
 
onDetachedFromWindow() - Method in class oak.widget.SwankyImageView
 
onDetachedFromWindow() - Method in class oak.widget.VerticalViewPager
 
onDown(MotionEvent) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
onDraw(Canvas) - Method in class oak.svg.AnimatedSvgView
 
onDraw(Canvas) - Method in class oak.widget.GradientTextView
 
onDraw(Canvas) - Method in class oak.widget.MaskedImageView
 
onDraw(Canvas) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
onDraw(Canvas) - Method in class oak.widget.VerticalViewPager
 
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.ParentSwipingViewPager
 
onInterceptTouchEvent(MotionEvent) - Method in class oak.widget.ParentSwipingWebView
 
onInterceptTouchEvent(MotionEvent) - Method in class oak.widget.SwankyGallery
 
onInterceptTouchEvent(MotionEvent) - Method in class oak.widget.VerticalViewPager
 
onLayout(boolean, int, int, int, int) - Method in class oak.MultiDirectionSlidingDrawer
 
onLayout(boolean, int, int, int, int) - Method in class oak.widget.ResizedTextView
Deprecated.
 
onLayout(boolean, int, int, int, int) - Method in class oak.widget.SectionListView
 
onLayout(boolean, int, int, int, int) - Method in class oak.widget.VerticalViewPager
 
onLongPress(MotionEvent) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
onMeasure(int, int) - Method in class oak.MultiDirectionSlidingDrawer
 
onMeasure(int, int) - Method in class oak.svg.AnimatedSvgView
 
onMeasure(int, int) - Method in class oak.widget.AspectRatioLayout
 
onMeasure(int, int) - Method in class oak.widget.EdgeyViewPager
 
onMeasure(int, int) - Method in class oak.widget.GradientTextView
 
onMeasure(int, int) - Method in class oak.widget.SectionListView
 
onMeasure(int, int) - Method in class oak.widget.SwankyImageView
 
onMeasure(int, int) - Method in class oak.widget.VerticalViewPager
 
onOptionsItemSelected(MenuItem) - Method in class oak.activity.FragmentHostActivity
 
onOptionsItemSelected(MenuItem) - Method in class oak.activity.SupportFragmentHostActivity
 
onOptionsItemSelected(MenuItem) - Method in class oak.web.OakWebViewFragment
 
onPageScrolled(int, float, int) - Method in class oak.widget.VerticalViewPager
This method will be invoked when the current page is scrolled, either as part of a programmatically initiated smooth scroll or a user initiated touch scroll.
onPageSelected(int) - Method in interface oak.widget.SwankyGallery.OnGalleryPageSelectedListener
 
onRequestFocusInDescendants(int, Rect) - Method in class oak.widget.VerticalViewPager
We only want the current page that is being shown to be focusable.
onReset() - Method in class oak.util.OakAsyncLoader
 
onRestoreInstanceState(Parcelable) - Method in class oak.widget.VerticalViewPager
 
onResume() - Method in class oak.web.OakWebViewFragment
 
onSaveInstanceState() - Method in class oak.widget.VerticalViewPager
 
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.svg.AnimatedSvgView
 
onSizeChanged(int, int, int, int) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
onSizeChanged(int, int, int, int) - Method in class oak.widget.VerticalViewPager
 
onStartLoading() - Method in class oak.util.OakAsyncLoader
 
onStateChange(int) - Method in interface oak.svg.AnimatedSvgView.OnStateChangeListener
 
onStopLoading() - Method in class oak.util.OakAsyncLoader
 
onSwipeOutAtEnd() - Method in interface oak.widget.EdgeyViewPager.OnSwipeOutListener
 
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.CancelEditText
 
onTouchEvent(MotionEvent) - Method in class oak.widget.EdgeyViewPager
 
onTouchEvent(MotionEvent) - Method in class oak.widget.ParentSwipingViewPager
 
onTouchEvent(MotionEvent) - Method in class oak.widget.ParentSwipingWebView
 
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
 
onTouchEvent(MotionEvent) - Method in class oak.widget.VerticalViewPager
 
onViewCreated(View, Bundle) - Method in class oak.web.OakWebViewFragment
 
onWindowVisibilityChanged(int) - Method in class oak.widget.SwankyImageView
 
open() - Method in class oak.MultiDirectionSlidingDrawer
Opens the drawer immediately.
open_in_browser - Static variable in class oak.R.string
 
openInBrowserEnabled(boolean) - Method in class oak.web.OakWebViewFragment.BundleBuilder
 
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

ParentSwipingViewPager - Class in oak.widget
User: derek Date: 7/12/12 Time: 2:57 PM
ParentSwipingViewPager(Context) - Constructor for class oak.widget.ParentSwipingViewPager
 
ParentSwipingViewPager(Context, AttributeSet) - Constructor for class oak.widget.ParentSwipingViewPager
 
ParentSwipingWebView - Class in oak.widget
 
ParentSwipingWebView(Context) - Constructor for class oak.widget.ParentSwipingWebView
 
ParentSwipingWebView(Context, AttributeSet) - Constructor for class oak.widget.ParentSwipingWebView
 
parsePath(String) - Method in class oak.svg.SvgPathParser
 
parseRatioSizingInfo(String) - Static method in class oak.util.RatioSizingUtils
 
PBE_ALGORITHM_AES - Static variable in class oak.CryptoSharedPreferences
 
PBE_ALGORITHM_DES - Static variable in class oak.CryptoSharedPreferences
 
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.
populate(T) - Method in interface oak.viewmodel.ViewModel
Sets the data of the view to the given item.
POST - Static variable in class oak.http.OkHttpTool
 
post(String, StringEntity) - Method in class oak.http.OkHttpTool
Basic POST Request
PRNGFixes - Class in oak.util
Fixes for the output of the default PRNG having low entropy.
PRNGFixes.LinuxPRNGSecureRandom - Class in oak.util
SecureRandomSpi which passes all requests to the Linux PRNG (/dev/urandom).
PRNGFixes.LinuxPRNGSecureRandom() - Constructor for class oak.util.PRNGFixes.LinuxPRNGSecureRandom
 
process(HttpRequest, HttpContext) - Method in class oak.util.CurlRequestInterceptor
 
progress - Static variable in class oak.R.id
 
PROVIDED_LAYOUT - Static variable in class oak.web.OakWebViewFragment
 
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.CryptoSharedPreferences.Editor
 
putBoolean(String, boolean) - Method in class oak.ObscuredSharedPreferences.Editor
Deprecated.
 
putFloat(String, float) - Method in class oak.CryptoSharedPreferences.Editor
 
putFloat(String, float) - Method in class oak.ObscuredSharedPreferences.Editor
Deprecated.
 
putInt(String, int) - Method in class oak.CryptoSharedPreferences.Editor
 
putInt(String, int) - Method in class oak.ObscuredSharedPreferences.Editor
Deprecated.
 
putLong(String, long) - Method in class oak.CryptoSharedPreferences.Editor
 
putLong(String, long) - Method in class oak.ObscuredSharedPreferences.Editor
Deprecated.
 
putString(String, String) - Method in class oak.CryptoSharedPreferences.Editor
 
putString(String, String) - Method in class oak.ObscuredSharedPreferences.Editor
Deprecated.
 
putStringSet(String, Set<String>) - Method in class oak.CryptoSharedPreferences.Editor
 
putStringSet(String, Set<String>) - Method in class oak.ObscuredSharedPreferences.Editor
Deprecated.
 

Q

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

R

R - Class in oak
 
R() - Constructor for class oak.R
 
R.attr - Class in oak
 
R.attr() - Constructor for class oak.R.attr
 
R.drawable - Class in oak
 
R.drawable() - Constructor for class oak.R.drawable
 
R.id - Class in oak
 
R.id() - Constructor for class oak.R.id
 
R.layout - Class in oak
 
R.layout() - Constructor for class oak.R.layout
 
R.string - Class in oak
 
R.string() - Constructor for class oak.R.string
 
R.styleable - Class in oak
 
R.styleable() - Constructor for class oak.R.styleable
 
RANDOM_ALGORITHM - Static variable in class oak.CryptoSharedPreferences
 
RatioLinearLayout - Static variable in class oak.R.styleable
Attributes that can be used with a RatioLinearLayout.
RatioLinearLayout_oakRatioHeight - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakRatioHeight attribute's value can be found in the R.styleable.RatioLinearLayout array.
RatioLinearLayout_oakRatioWidth - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakRatioWidth attribute's value can be found in the R.styleable.RatioLinearLayout array.
RatioSizingUtils - Class in oak.util
User: derek Date: 3/17/14 Time: 11:17 AM
RatioSizingUtils() - Constructor for class oak.util.RatioSizingUtils
 
RatioSizingUtils.RatioMeasureInfo - Class in oak.util
 
RatioSizingUtils.RatioMeasureInfo() - Constructor for class oak.util.RatioSizingUtils.RatioMeasureInfo
 
RatioSizingUtils.RatioSizingInfo - Class in oak.util
 
RatioSizingUtils.RatioSizingInfo() - Constructor for class oak.util.RatioSizingUtils.RatioSizingInfo
 
refresh - Static variable in class oak.R.drawable
 
refresh - Static variable in class oak.R.id
 
refresh() - Method in class oak.web.OakWebViewFragment
 
refresh_in_menu - Static variable in class oak.R.string
 
refreshInMenuEnabled(boolean) - Method in class oak.web.OakWebViewFragment.BundleBuilder
 
registerOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener) - Method in class oak.CryptoSharedPreferences
 
registerOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener) - Method in class oak.ObscuredSharedPreferences
Deprecated.
 
remove(String) - Method in class oak.CryptoSharedPreferences.Editor
 
remove(String) - Method in class oak.ObscuredSharedPreferences.Editor
Deprecated.
 
removeView(View) - Method in class oak.widget.VerticalViewPager
 
replace(List<T>) - Method in class oak.viewmodel.ViewModelAdapter
 
replaceDataInSection(String, List<T>) - Method in class oak.SectionAdapter
 
requestLayout() - Method in class oak.widget.MaskedImageView
 
reset() - Method in class oak.svg.AnimatedSvgView
 
resetScale() - Method in class oak.widget.SwankyImageView
 
ResizedTextView - Static variable in class oak.R.styleable
Attributes that can be used with a ResizedTextView.
ResizedTextView - Class in oak.widget
Deprecated.
ResizedTextView(Context) - Constructor for class oak.widget.ResizedTextView
Deprecated.
 
ResizedTextView(Context, AttributeSet) - Constructor for class oak.widget.ResizedTextView
Deprecated.
 
ResizedTextView(Context, AttributeSet, int) - Constructor for class oak.widget.ResizedTextView
Deprecated.
 
ResizedTextView_oakMinTextSize - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakMinTextSize attribute's value can be found in the R.styleable.ResizedTextView array.
Result<T,E extends Exception> - Class in oak
This class represents either a valid result or an exception.
Result(T) - Constructor for class oak.Result
 
Result(E) - Constructor for class oak.Result
 
rotate - Variable in class oak.widget.CustomCircularProgressBar
 
roundMult4(int) - Static method in class oak.svg.MathUtil
 

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
 
SCROLL_STATE_DRAGGING - Static variable in class oak.widget.VerticalViewPager
Indicates that the pager is currently being dragged by the user.
SCROLL_STATE_IDLE - Static variable in class oak.widget.VerticalViewPager
Indicates that the pager is in an idle, settled state.
SCROLL_STATE_SETTLING - Static variable in class oak.widget.VerticalViewPager
Indicates that the pager is in the process of settling to a final position.
SECRET_KEY_ITERATIONS - Static variable in class oak.CryptoSharedPreferences
 
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
 
setActionBarTitle(int) - Method in class oak.activity.FragmentHostActivity
 
setActionBarTitle(String) - Method in class oak.activity.FragmentHostActivity
 
setActionBarTitle(int) - Method in class oak.activity.SupportFragmentHostActivity
 
setActionBarTitle(String) - Method in class oak.activity.SupportFragmentHostActivity
 
setAdapter(ListAdapter) - Method in class oak.widget.SectionListView
 
setAdapter(SwankyGallery.SwankyAdapter) - Method in class oak.widget.SwankyGallery
 
setAdapter(PagerAdapter) - Method in class oak.widget.VerticalViewPager
Set a PagerAdapter that will supply views for this pager as needed.
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
 
setAspectRatio(int, int) - Method in class oak.widget.AspectRatioLayout
 
setAspectRatio(String) - Method in class oak.widget.AspectRatioLayout
 
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
 
setCurrentItem(int) - Method in class oak.widget.VerticalViewPager
Set the currently selected page.
setCurrentItem(int, boolean) - Method in class oak.widget.VerticalViewPager
Set the currently selected page.
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
 
setFadeControls(boolean) - Method in class oak.web.OakWebViewFragment
Sets whether buttons fade out after touch
setFadeTimeout(long) - Method in class oak.web.OakWebViewFragment
Sets time in seconds for how long after touch buttons fade out
setFillColor(int) - Method in class oak.widget.MaskedImageView
 
setFillPaints(int[], int[], int[], int[]) - Method in class oak.svg.AnimatedSvgView
 
setFooterChangedListener(SpreadsheetView.OnFooterChangedListener) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setFooters(String[], float) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setGlyphStrings(String[]) - Method in class oak.svg.AnimatedSvgView
 
setGradient(TextView, float, int[], float[]) - Static method in class oak.widget.GradientTextView
 
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
 
setMaximumAlpha(float) - Method in class oak.web.OakWebViewFragment
Sets maximum alpha when buttons fade in
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.
setMinimumAlpha(float) - Method in class oak.web.OakWebViewFragment
Set's minimum alpha when buttons fade out
setNumberStickyColumns(int) - Method in class oak.widget.spreadsheetview.SpreadsheetView
 
setOffscreenPageLimit(int) - Method in class oak.widget.SwankyGallery
 
setOffscreenPageLimit(int) - Method in class oak.widget.VerticalViewPager
Set the number of pages that should be retained to either side of the current page in the view hierarchy in an idle state.
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
 
setOnPageChangeListener(ViewPager.OnPageChangeListener) - Method in class oak.widget.VerticalViewPager
Set a listener that will be invoked whenever the page changes or is incrementally scrolled.
setOnStateChangeListener(AnimatedSvgView.OnStateChangeListener) - Method in class oak.svg.AnimatedSvgView
 
setOnThresholdHitListener(MultiDirectionSlidingDrawer.OnThresholdHitListener) - Method in class oak.MultiDirectionSlidingDrawer
Sets the listener that receives a notification when the drawer becomes open.
setOpenInBrowserEnabled(boolean) - Method in class oak.web.OakWebViewFragment
Set Whether a "open in browser" option is shown in menu.
setOverlayDrawable(BitmapDrawable) - Method in class oak.widget.MaskedImageView
 
setOverlayDrawable(NinePatchDrawable) - Method in class oak.widget.MaskedImageView
 
setPageMargin(int) - Method in class oak.widget.VerticalViewPager
Set the margin between pages.
setPageMarginDrawable(Drawable) - Method in class oak.widget.VerticalViewPager
Set a drawable that will be used to fill the margin between pages.
setPageMarginDrawable(int) - Method in class oak.widget.VerticalViewPager
Set a drawable that will be used to fill the margin between pages.
setPageTransformer(boolean, ViewPager.PageTransformer) - Method in class oak.widget.VerticalViewPager
Set a ViewPager.PageTransformer that will be called for each attached page whenever the scroll position is changed.
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.
setRefreshInMenuEnabled(boolean) - Method in class oak.web.OakWebViewFragment
 
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).
setShowControls(boolean) - Method in class oak.web.OakWebViewFragment
Sets whether WebView should show controls
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
Deprecated.
 
setTextSize(float) - Method in class oak.widget.spreadsheetview.SpreadsheetCell
 
setToFinishedFrame() - Method in class oak.svg.AnimatedSvgView
 
setTraceColors(int[]) - Method in class oak.svg.AnimatedSvgView
 
setTraceResidueColors(int[]) - Method in class oak.svg.AnimatedSvgView
 
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
 
setViewportSize(int, int) - Method in class oak.svg.AnimatedSvgView
 
setVisibility(int) - Method in class oak.widget.CustomCircularProgressBar
 
showControls(boolean) - Method in class oak.web.OakWebViewFragment.BundleBuilder
 
showFooter - Static variable in class oak.R.attr
May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
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
This cell is used within the 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
Used within SpreadsheetView
SpreadsheetRow(int) - Constructor for class oak.widget.spreadsheetview.SpreadsheetRow
 
SpreadsheetRow(String[]) - Constructor for class oak.widget.spreadsheetview.SpreadsheetRow
 
SpreadsheetView - Static variable in class oak.R.styleable
Attributes that can be used with a SpreadsheetView.
SpreadsheetView - Class in oak.widget.spreadsheetview
Spreedsheet view, which is helpful when displaying large data.
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
 
SpreadsheetView_cellFont - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.cellFont attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_cellHeight - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.cellHeight attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_cellHorizontalBorderWidth - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.cellHorizontalBorderWidth attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_cellSelectedTextColor - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.cellSelectedTextColor attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_cellTextColor - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.cellTextColor attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_cellTextSize - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.cellTextSize attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_cellVerticalBorderWidth - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.cellVerticalBorderWidth attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_cellWidth - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.cellWidth attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_dataCellDrawable - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.dataCellDrawable attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_dataCellSelectedDrawable - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.dataCellSelectedDrawable attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_dataCellSelectedTextColor - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.dataCellSelectedTextColor attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_dataCellTextColor - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.dataCellTextColor attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_footerHeight - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.footerHeight attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_headerHeight - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.headerHeight attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_horizontalDividingLineColor - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.horizontalDividingLineColor attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_horizontalDividingLineWidth - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.horizontalDividingLineWidth attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_leftFooterCornerCellDrawable - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.leftFooterCornerCellDrawable attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_leftFooterCornerCellSelectedDrawable - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.leftFooterCornerCellSelectedDrawable attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_leftHeaderCornerCellDrawable - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.leftHeaderCornerCellDrawable attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_leftHeaderCornerCellSelectedDrawable - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.leftHeaderCornerCellSelectedDrawable attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_showFooter - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.showFooter attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_stickyColumnCellDrawable - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.stickyColumnCellDrawable attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_stickyColumnCellSelectedDrawable - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.stickyColumnCellSelectedDrawable attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_stickyColumnCellSelectedTextColor - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.stickyColumnCellSelectedTextColor attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_stickyColumnCellTextColor - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.stickyColumnCellTextColor attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_stickyColumns - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.stickyColumns attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_stickyFooterCellDrawable - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.stickyFooterCellDrawable attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_stickyFooterCellSelectedDrawable - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.stickyFooterCellSelectedDrawable attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_stickyFooterCellSelectedTextColor - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.stickyFooterCellSelectedTextColor attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_stickyFooterCellTextColor - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.stickyFooterCellTextColor attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_stickyHeaderCellDrawable - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.stickyHeaderCellDrawable attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_stickyHeaderCellSelectedDrawable - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.stickyHeaderCellSelectedDrawable attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_stickyHeaderCellSelectedTextColor - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.stickyHeaderCellSelectedTextColor attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_stickyHeaderCellTextColor - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.stickyHeaderCellTextColor attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_verticalDividingLineColor - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.verticalDividingLineColor attribute's value can be found in the R.styleable.SpreadsheetView array.
SpreadsheetView_verticalDividingLineWidth - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.verticalDividingLineWidth attribute's value can be found in the R.styleable.SpreadsheetView array.
start() - Method in class oak.svg.AnimatedSvgView
 
startWebActivity(Context, String) - Static method in class oak.web.WebViewActivity
 
startWebActivity(Context, Bundle) - Static method in class oak.web.WebViewActivity
 
STATE_FILL_STARTED - Static variable in class oak.svg.AnimatedSvgView
 
STATE_FINISHED - Static variable in class oak.svg.AnimatedSvgView
 
STATE_NOT_STARTED - Static variable in class oak.svg.AnimatedSvgView
 
STATE_TRACE_STARTED - Static variable in class oak.svg.AnimatedSvgView
 
stickyColumnCellDrawable - Static variable in class oak.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".
stickyColumnCellSelectedDrawable - Static variable in class oak.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".
stickyColumnCellSelectedTextColor - Static variable in class oak.R.attr
Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
stickyColumnCellTextColor - Static variable in class oak.R.attr
Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
stickyColumns - Static variable in class oak.R.attr
May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
stickyFooterCellDrawable - Static variable in class oak.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".
stickyFooterCellSelectedDrawable - Static variable in class oak.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".
stickyFooterCellSelectedTextColor - Static variable in class oak.R.attr
Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
stickyFooterCellTextColor - Static variable in class oak.R.attr
Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
stickyHeaderCellDrawable - Static variable in class oak.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".
stickyHeaderCellSelectedDrawable - Static variable in class oak.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".
stickyHeaderCellSelectedTextColor - Static variable in class oak.R.attr
Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
stickyHeaderCellTextColor - Static variable in class oak.R.attr
Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
success(T) - Static method in class oak.Result
Constructs a successful result.
SupportFragmentHostActivity - Class in oak.activity
Created by robcook on 3/31/14.
SupportFragmentHostActivity() - Constructor for class oak.activity.SupportFragmentHostActivity
 
SvgPathParser - Class in oak.svg
 
SvgPathParser() - Constructor for class oak.svg.SvgPathParser
 
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 - Static variable in class oak.R.styleable
Attributes that can be used with a TextViewWithFont.
TextViewWithFont - Class in oak.widget
User: Michael Lake Date: 11/21/11 Time: 5:36 PM Allows you to set a custom font to a textview via XML.
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
 
TextViewWithFont_oakFont - Static variable in class oak.R.styleable
This symbol is the offset where the R.attr.oakFont attribute's value can be found in the R.styleable.TextViewWithFont array.
toggle() - Method in class oak.MultiDirectionSlidingDrawer
Toggles the drawer open and close.
toString() - Method in class oak.widget.VerticalViewPager.SavedState
 
transformX(float) - Method in class oak.svg.SvgPathParser
 
transformY(float) - Method in class oak.svg.SvgPathParser
 

U

uninterpolate(float, float, float) - Static method in class oak.svg.MathUtil
 
unlock() - Method in class oak.MultiDirectionSlidingDrawer
Unlocks the SlidingDrawer so that touch events are processed.
unregisterOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener) - Method in class oak.CryptoSharedPreferences
 
unregisterOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener) - Method in class oak.ObscuredSharedPreferences
Deprecated.
 
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.CryptoSharedPreferences
 
UTF8 - Static variable in class oak.ObscuredSharedPreferences
Deprecated.
 

V

verifyDrawable(Drawable) - Method in class oak.widget.VerticalViewPager
 
verticalDividingLineColor - Static variable in class oak.R.attr
Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
verticalDividingLineWidth - Static variable in class oak.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
VerticalViewPager - Class in oak.widget
Created by castorflex on 12/29/13.
VerticalViewPager(Context) - Constructor for class oak.widget.VerticalViewPager
 
VerticalViewPager(Context, AttributeSet) - Constructor for class oak.widget.VerticalViewPager
 
VerticalViewPager.LayoutParams - Class in oak.widget
Layout parameters that should be supplied for views added to a ViewPager.
VerticalViewPager.LayoutParams() - Constructor for class oak.widget.VerticalViewPager.LayoutParams
 
VerticalViewPager.LayoutParams(Context, AttributeSet) - Constructor for class oak.widget.VerticalViewPager.LayoutParams
 
VerticalViewPager.SavedState - Class in oak.widget
This is the persistent state that is saved by ViewPager.
VerticalViewPager.SavedState(Parcelable) - Constructor for class oak.widget.VerticalViewPager.SavedState
 
ViewModel<T> - Interface in oak.viewmodel
User: evantatarka Date: 9/25/13 Time: 4:30 PM

An interface to mark a view that implements the ViewModel adapter pattern.

ViewModelAdapter<T> - Class in oak.viewmodel
User: evantatarka Date: 9/25/13 Time: 4:31 PM

A basic adapter that follows the ViewModel pattern.

ViewModelAdapter(Context, int, List<T>) - Constructor for class oak.viewmodel.ViewModelAdapter
Constructs a new ViewModelAdapter with the given layout and items.
ViewModelCursorAdapter - Class in oak.viewmodel
Created by ericrichardson on 3/6/14.
ViewModelCursorAdapter(Context, Cursor, boolean, int) - Constructor for class oak.viewmodel.ViewModelCursorAdapter
 
ViewModelUtil - Class in oak.viewmodel
Created by ericrichardson on 1/9/14.

W

web_button_bg - Static variable in class oak.R.drawable
 
webview - Static variable in class oak.R.id
 
webview - Static variable in class oak.R.layout
 
webView - Variable in class oak.web.OakWebViewFragment
 
WebViewActivity - Class in oak.web
Activity that takes a url and displays it inside an OakWebViewFragment with Navigation Created by ericrichardson on 1/9/14.
WebViewActivity() - Constructor for class oak.web.WebViewActivity
 
width - Variable in class oak.util.RatioSizingUtils.RatioMeasureInfo
 
writeToParcel(Parcel, int) - Method in class oak.widget.VerticalViewPager.SavedState
 
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.
wta_logo_subtitle - Static variable in class oak.R.drawable
 
A B C D E F G H I L M N O P Q R S T U V W 

Copyright © 2011-2014. All Rights Reserved.