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

C

calculateDialogHeight(int) - Method in class com.nfcalarmclock.NacDialog
Calculate the dialog width.
calculateDialogWidth(int) - Method in class com.nfcalarmclock.NacDialog
Calculate the dialog width.
calculateSpeedPerPixel(DisplayMetrics) - Method in class com.nfcalarmclock.NacLayoutManager.SmoothScroller
 
Callback(NacCardTouchHelper.Adapter) - Constructor for class com.nfcalarmclock.NacCardTouchHelper.Callback
 
callOnAnimateCollapseListener() - Method in class com.nfcalarmclock.NacHeightAnimator
Call the listener for when the view is collapsing.
callOnAnimateExpandListener() - Method in class com.nfcalarmclock.NacHeightAnimator
Call the listener for when the view is expanding.
callOnCancelListeners() - Method in class com.nfcalarmclock.NacDialog
Call the OnCancelDialog listeners.
callOnDismissListeners() - Method in class com.nfcalarmclock.NacDialog
Call the OnDismissDialog listeners.
callOnNeutralActionListeners() - Method in class com.nfcalarmclock.NacDialog
Call the OnNeutralAction listeners.
cancel() - Method in class com.nfcalarmclock.NacDialog
Cancel the dialog and call the onCancelDialog listener.
cancel() - Method in class com.nfcalarmclock.NacNotification
Cancel a previously shown notification.
cancel(Context, NacAlarm, Calendar) - Static method in class com.nfcalarmclock.NacScheduler
Cancel the alarm that was going to run on the given day.
cancel(Context, NacAlarm) - Static method in class com.nfcalarmclock.NacScheduler
Cancel all days the given alarm was going to run on.
cancelBackgroundColor() - Method in class com.nfcalarmclock.NacCardHolder
Reset the animator that changes the background color of the alarm card.
cancelDialog() - Method in class com.nfcalarmclock.NacDialog
Cancel the dialog.
cancelHighlight() - Method in class com.nfcalarmclock.NacCardHolder
Cancel the animator that highlights the alarm card.
canCloseDialog() - Method in class com.nfcalarmclock.NacDialog
 
canDismiss() - Method in class com.nfcalarmclock.NacSnackbar
Check if the snackbar can be dismissed early.
canParseColor(String) - Method in class com.nfcalarmclock.NacColorPickerDialog
 
canQueryDuration(Uri) - Static method in class com.nfcalarmclock.NacMedia
 
canQueryRelativePath() - Static method in class com.nfcalarmclock.NacMedia
 
canQueryUri(Uri) - Static method in class com.nfcalarmclock.NacMedia
 
canQueryVolumeName() - Static method in class com.nfcalarmclock.NacMedia
 
canSnooze(NacSharedPreferences) - Method in class com.nfcalarmclock.NacAlarm
 
canVolumeChange() - Method in class com.nfcalarmclock.NacAudio.Attributes
 
capitalize(String) - Static method in class com.nfcalarmclock.NacUtility
Capitalize the first letter in the string.
cd(String) - Method in class com.nfcalarmclock.NacFile.Tree
 
cd(NacTreeNode<String>) - Method in class com.nfcalarmclock.NacFile.Tree
Change directory to the given NacTree node.
changed() - Method in class com.nfcalarmclock.NacAlarm
Call the listener when the alarm info has changed.
checkCanDeleteAlarm() - Method in class com.nfcalarmclock.NacCardHolder
 
checkCanModifyAlarm() - Method in class com.nfcalarmclock.NacCardHolder
Check if the alarm can be modified, and if it cannot, display toasts to the user indicating as such.
cleanup() - Method in class com.nfcalarmclock.NacWakeupProcess
Cleanup various alarm objects.
clearView(RecyclerView, RecyclerView.ViewHolder) - Method in class com.nfcalarmclock.NacCardTouchHelper.Callback
Clear the view.
closeKeyboard() - Method in class com.nfcalarmclock.NacDialog
Close the keyboard.
collapse() - Method in class com.nfcalarmclock.NacCardHolder
Collapse the alarm card.
COLUMN_AUDIO_SOURCE - Static variable in class com.nfcalarmclock.NacDatabase.Contract.AlarmTable
Volume level.
COLUMN_DAYS - Static variable in class com.nfcalarmclock.NacDatabase.Contract.AlarmTable
Days the alarm is scheduled to run.
COLUMN_ENABLED - Static variable in class com.nfcalarmclock.NacDatabase.Contract.AlarmTable
Enabled indicator.
COLUMN_HOUR - Static variable in class com.nfcalarmclock.NacDatabase.Contract.AlarmTable
Hour.
COLUMN_ID - Static variable in class com.nfcalarmclock.NacDatabase.Contract.AlarmTable
ID of the alarm.
COLUMN_IS_ACTIVE - Static variable in class com.nfcalarmclock.NacDatabase.Contract.AlarmTable
NFC tag.
COLUMN_MEDIA_NAME - Static variable in class com.nfcalarmclock.NacDatabase.Contract.AlarmTable
Title of the media.
COLUMN_MEDIA_PATH - Static variable in class com.nfcalarmclock.NacDatabase.Contract.AlarmTable
Path to the media file.
COLUMN_MEDIA_TYPE - Static variable in class com.nfcalarmclock.NacDatabase.Contract.AlarmTable
Type of media.
COLUMN_MINUTE - Static variable in class com.nfcalarmclock.NacDatabase.Contract.AlarmTable
Minute.
COLUMN_NAME - Static variable in class com.nfcalarmclock.NacDatabase.Contract.AlarmTable
Name of the alarm.
COLUMN_NFC_TAG - Static variable in class com.nfcalarmclock.NacDatabase.Contract.AlarmTable
NFC tag.
COLUMN_REPEAT - Static variable in class com.nfcalarmclock.NacDatabase.Contract.AlarmTable
Repeat indicator.
COLUMN_USE_NFC - Static variable in class com.nfcalarmclock.NacDatabase.Contract.AlarmTable
Use NFC indicator.
COLUMN_VIBRATE - Static variable in class com.nfcalarmclock.NacDatabase.Contract.AlarmTable
Vibrate the phone indicator.
COLUMN_VOLUME - Static variable in class com.nfcalarmclock.NacDatabase.Contract.AlarmTable
Volume level.
com.nfcalarmclock - package com.nfcalarmclock
 
convertToAbsoluteDirection(int, int) - Method in class com.nfcalarmclock.NacCardTouchHelper.Callback
Convert the movement of the card to an absolute direction.
copy(int) - Method in class com.nfcalarmclock.NacAlarm
Create a copy of this alarm with the given ID.
copyAlarm(int) - Method in class com.nfcalarmclock.NacCardAdapter
Copy the alarm at the given index.
count() - Method in class com.nfcalarmclock.NacTreeNode
 
CREATE_TABLE_V4 - Static variable in class com.nfcalarmclock.NacDatabase.Contract.AlarmTable
SQL Statement to create the table (version 4).
CREATE_TABLE_V5 - Static variable in class com.nfcalarmclock.NacDatabase.Contract.AlarmTable
SQL Statement to create the table (version 5).
createAlarmActivity(Context, NacAlarm) - Static method in class com.nfcalarmclock.NacIntent
 
createAlarmActivity(Context, Bundle) - Static method in class com.nfcalarmclock.NacIntent
 
createChannel() - Method in class com.nfcalarmclock.NacActiveAlarmNotification
 
createChannel() - Method in class com.nfcalarmclock.NacMissedAlarmNotification
 
createChannel() - Method in class com.nfcalarmclock.NacNotification
Create the notification channel.
createChannel() - Method in class com.nfcalarmclock.NacUpcomingAlarmNotification
 
createForegroundService(Context, NacAlarm) - Static method in class com.nfcalarmclock.NacIntent
 
createForegroundService(Context, Bundle) - Static method in class com.nfcalarmclock.NacIntent
 
CREATOR - Static variable in class com.nfcalarmclock.NacAlarm
Generate parcel (required for Parcelable).
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links