code
stringlengths
1
2.01M
repo_name
stringlengths
3
62
path
stringlengths
1
267
language
stringclasses
231 values
license
stringclasses
13 values
size
int64
1
2.01M
package com.actionbarsherlock.internal.nineoldandroids.view; import android.content.Context; import android.util.AttributeSet; import android.view.ViewGroup; import com.actionbarsherlock.internal.nineoldandroids.view.animation.AnimatorProxy; public abstract class NineViewGroup extends ViewGroup { private final A...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/nineoldandroids/view/NineViewGroup.java
Java
asf20
2,419
package com.actionbarsherlock.internal.widget; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.drawable.Drawable; import android.util.AttributeSet; import android.view.View; import com.actionbarsherlock.internal.nineoldandroids.widget.NineL...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/widget/IcsLinearLayout.java
Java
asf20
9,720
/* * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/widget/IcsAdapterView.java
Java
asf20
38,630
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/widget/ScrollingTabContainerView.java
Java
asf20
19,317
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/widget/ActionBarContainer.java
Java
asf20
8,480
/* * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/widget/IcsAbsSpinner.java
Java
asf20
15,153
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/widget/IcsSpinner.java
Java
asf20
23,074
package com.actionbarsherlock.internal.widget; import java.util.Locale; import android.content.Context; import android.content.res.TypedArray; import android.os.Build; import android.util.AttributeSet; import android.widget.TextView; public class CapitalizingTextView extends TextView { private static final boolea...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/widget/CapitalizingTextView.java
Java
asf20
1,518
package com.actionbarsherlock.internal.widget; import com.actionbarsherlock.R; import android.content.Context; import android.content.res.Resources; import android.database.DataSetObserver; import android.graphics.Rect; import android.graphics.drawable.Drawable; import android.os.Build; import android.os.Handler; imp...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/widget/IcsListPopupWindow.java
Java
asf20
24,968
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/widget/ActionBarView.java
Java
asf20
61,390
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/widget/ActionBarContextView.java
Java
asf20
19,429
package com.actionbarsherlock.internal.widget; import static android.view.View.MeasureSpec.EXACTLY; import android.content.Context; import android.content.res.TypedArray; import android.util.AttributeSet; import android.util.DisplayMetrics; import android.util.TypedValue; import android.widget.LinearLayout; import com...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/widget/FakeDialogPhoneWindow.java
Java
asf20
2,180
package com.actionbarsherlock.internal.widget; import android.view.View; final class IcsView { //No instances private IcsView() {} /** * Return only the state bits of {@link #getMeasuredWidthAndState()} * and {@link #getMeasuredHeightAndState()}, combined into one integer. * The width comp...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/widget/IcsView.java
Java
asf20
817
package com.actionbarsherlock.internal.widget; import java.util.Locale; import android.content.Context; import android.content.res.TypedArray; import android.os.Build; import android.util.AttributeSet; import android.widget.Button; public class CapitalizingButton extends Button { private static final boolean SANS...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/widget/CapitalizingButton.java
Java
asf20
1,354
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/widget/AbsActionBarView.java
Java
asf20
10,000
/* * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/widget/IcsProgressBar.java
Java
asf20
41,793
package com.actionbarsherlock.internal.view; import android.view.View; public interface View_OnAttachStateChangeListener { void onViewAttachedToWindow(View v); void onViewDetachedFromWindow(View v); }
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/view/View_OnAttachStateChangeListener.java
Java
asf20
211
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/view/menu/MenuPopupHelper.java
Java
asf20
12,409
/* * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/view/menu/ListMenuItemView.java
Java
asf20
8,672
/* * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/view/menu/MenuView.java
Java
asf20
4,269
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/view/menu/ActionMenuItem.java
Java
asf20
7,075
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/view/menu/BaseMenuPresenter.java
Java
asf20
7,727
/* * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/view/menu/MenuItemImpl.java
Java
asf20
18,924
/* * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/view/menu/SubMenuBuilder.java
Java
asf20
3,669
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/view/menu/ActionMenuPresenter.java
Java
asf20
25,319
package com.actionbarsherlock.internal.view.menu; import android.graphics.drawable.Drawable; import android.view.View; import com.actionbarsherlock.view.MenuItem; import com.actionbarsherlock.view.SubMenu; public class SubMenuWrapper extends MenuWrapper implements SubMenu { private final android.view.SubMenu mNat...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/view/menu/SubMenuWrapper.java
Java
asf20
1,722
/* * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/view/menu/MenuBuilder.java
Java
asf20
45,959
package com.actionbarsherlock.internal.view.menu; import android.content.Intent; import android.graphics.drawable.Drawable; import android.view.View; import android.view.ContextMenu.ContextMenuInfo; import com.actionbarsherlock.internal.view.ActionProviderWrapper; import com.actionbarsherlock.view.ActionProvider; impo...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/view/menu/MenuItemWrapper.java
Java
asf20
7,751
package com.actionbarsherlock.internal.view.menu; import java.util.WeakHashMap; import android.content.ComponentName; import android.content.Intent; import android.view.KeyEvent; import com.actionbarsherlock.view.Menu; import com.actionbarsherlock.view.MenuItem; import com.actionbarsherlock.view.SubMenu; public class...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/view/menu/MenuWrapper.java
Java
asf20
5,283
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/view/menu/ActionMenuItemView.java
Java
asf20
9,784
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/view/menu/ActionMenu.java
Java
asf20
7,699
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/view/menu/ActionMenuView.java
Java
asf20
22,112
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/view/menu/MenuPresenter.java
Java
asf20
5,462
package com.actionbarsherlock.internal.view; public interface View_HasStateListenerSupport { void addOnAttachStateChangeListener(View_OnAttachStateChangeListener listener); void removeOnAttachStateChangeListener(View_OnAttachStateChangeListener listener); }
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/view/View_HasStateListenerSupport.java
Java
asf20
267
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/view/StandaloneActionMode.java
Java
asf20
4,190
package com.actionbarsherlock.internal.view; import com.actionbarsherlock.internal.view.menu.SubMenuWrapper; import com.actionbarsherlock.view.ActionProvider; import android.view.View; public class ActionProviderWrapper extends android.view.ActionProvider { private final ActionProvider mProvider; public Act...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/view/ActionProviderWrapper.java
Java
asf20
1,004
package com.actionbarsherlock.internal; import com.actionbarsherlock.ActionBarSherlock; import com.actionbarsherlock.app.ActionBar; import com.actionbarsherlock.internal.app.ActionBarWrapper; import com.actionbarsherlock.internal.view.menu.MenuWrapper; import com.actionbarsherlock.view.ActionMode; import com.actionbar...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/internal/ActionBarSherlockNative.java
Java
asf20
10,409
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/widget/ActivityChooserModel.java
Java
asf20
39,792
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/widget/ActivityChooserView.java
Java
asf20
30,395
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/widget/ShareActionProvider.java
Java
asf20
12,014
package com.actionbarsherlock; import static android.view.ViewGroup.LayoutParams.MATCH_PARENT; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import java.lang.reflect.Constructor; import java.lang....
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/ActionBarSherlock.java
Java
asf20
30,369
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/view/SubMenu.java
Java
asf20
3,646
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/view/CollapsibleActionView.java
Java
asf20
1,402
/* * Copyright (C) 2006 The Android Open Source Project * 2011 Jake Wharton * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licens...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/view/MenuInflater.java
Java
asf20
19,430
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/view/ActionProvider.java
Java
asf20
5,865
/* * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/view/Menu.java
Java
asf20
17,460
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/view/ActionMode.java
Java
asf20
7,820
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/view/MenuItem.java
Java
asf20
23,294
/* * Copyright (C) 2006 The Android Open Source Project * Copyright (C) 2011 Jake Wharton * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licens...
10mlfeng-iosched
libprojects/abs/src/com/actionbarsherlock/view/Window.java
Java
asf20
2,778
/**************************************************************************** * Copyright 2009 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/brightnessprof/src/com/angrydoughnuts/android/brightprof/Util.java
Java
asf20
7,382
/**************************************************************************** * Copyright 2009 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/brightnessprof/src/com/angrydoughnuts/android/brightprof/BrightnessProfiles.java
Java
asf20
11,294
/**************************************************************************** * Copyright 2009 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/brightnessprof/src/com/angrydoughnuts/android/brightprof/EditActivity.java
Java
asf20
3,369
/**************************************************************************** * Copyright 2009 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/brightnessprof/src/com/angrydoughnuts/android/brightprof/DbAccessor.java
Java
asf20
2,803
/**************************************************************************** * Copyright 2009 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/brightnessprof/src/com/angrydoughnuts/android/brightprof/CalibrateActivity.java
Java
asf20
3,556
/**************************************************************************** * Copyright 2009 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/brightnessprof/src/com/angrydoughnuts/android/brightprof/DbHelper.java
Java
asf20
3,040
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/TimePickerDialog.java
Java
asf20
13,906
package com.angrydoughnuts.android.alarmclock; interface NotificationServiceInterface { long currentAlarmId(); int firingAlarmCount(); float volume(); void acknowledgeCurrentNotification(int snoozeMinutes); }
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/NotificationServiceInterface.aidl
AIDL
asf20
217
package com.angrydoughnuts.android.alarmclock; parcelable AlarmTime;
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/AlarmTime.aidl
AIDL
asf20
69
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/MediaArtistsView.java
Java
asf20
3,018
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/ActivityAlarmClock.java
Java
asf20
10,669
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/MediaAlbumsView.java
Java
asf20
3,081
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/NotificationService.java
Java
asf20
13,637
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/ActivityAppSettings.java
Java
asf20
5,226
package com.angrydoughnuts.android.alarmclock; import com.angrydoughnuts.android.alarmclock.AlarmTime; interface AlarmClockInterface { void createAlarm(in AlarmTime time); void deleteAlarm(long alarmId); void deleteAllAlarms(); void scheduleAlarm(long alarmId); void unscheduleAlarm(long alarmId); void ack...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/AlarmClockInterface.aidl
AIDL
asf20
509
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/ActivityPendingAlarms.java
Java
asf20
2,729
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/NotificationServiceInterfaceStub.java
Java
asf20
2,129
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/MediaSongsView.java
Java
asf20
3,024
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/Slider.java
Java
asf20
7,602
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/PendingAlarmList.java
Java
asf20
5,903
package com.angrydoughnuts.android.alarmclock; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; public class RecevierTimeZoneChange extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) { Intent i = new Intent(conte...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/RecevierTimeZoneChange.java
Java
asf20
478
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/AlarmUtil.java
Java
asf20
2,097
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/AlarmViewAdapter.java
Java
asf20
3,955
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/AppSettings.java
Java
asf20
5,433
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/AlarmClockService.java
Java
asf20
11,332
package com.angrydoughnuts.android.alarmclock; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; public class ReceiverDeviceBoot extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) { // There doesn't seem to be any...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/ReceiverDeviceBoot.java
Java
asf20
984
package com.angrydoughnuts.android.alarmclock; import android.app.AlarmManager; import android.app.PendingIntent; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; public class ReceiverNotificationRefresh extends BroadcastReceiver { public static void startRef...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/ReceiverNotificationRefresh.java
Java
asf20
1,396
package com.angrydoughnuts.android.alarmclock; import java.util.TreeMap; import android.content.Context; import android.os.PowerManager; public class WakeLock { public static class WakeLockException extends Exception { private static final long serialVersionUID = 1L; public WakeLockException(String e) { ...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/WakeLock.java
Java
asf20
2,097
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/AlarmClockInterfaceStub.java
Java
asf20
2,880
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/MediaPickerDialog.java
Java
asf20
7,175
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/ActivityAlarmSettings.java
Java
asf20
19,986
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/DbAccessor.java
Java
asf20
5,256
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/AlarmSettings.java
Java
asf20
5,742
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/ActivityAlarmNotification.java
Java
asf20
7,422
package com.angrydoughnuts.android.alarmclock; import java.util.Calendar; import android.content.Context; import android.os.Parcel; import android.os.Parcelable; public class Week implements Parcelable { public static final Week NO_REPEATS = new Week(new boolean[] {false, false, false, false, false, false, false})...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/Week.java
Java
asf20
4,273
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/NotificationServiceBinder.java
Java
asf20
2,821
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/AlarmInfo.java
Java
asf20
4,609
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/LoggingUncaughtExceptionHandler.java
Java
asf20
2,398
package com.angrydoughnuts.android.alarmclock; import com.angrydoughnuts.android.alarmclock.WakeLock.WakeLockException; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.net.Uri; public class ReceiverAlarm extends BroadcastReceiver { @Override ...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/ReceiverAlarm.java
Java
asf20
843
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/AlarmClockServiceBinder.java
Java
asf20
4,736
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/AlarmTime.java
Java
asf20
7,065
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/DbHelper.java
Java
asf20
3,591
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
12besearehman-app
android/alarmclock/src/com/angrydoughnuts/android/alarmclock/MediaListView.java
Java
asf20
6,853
namespace WhereIsServer { class Person { private string _name; private string _location; public Person(string name, string location) { SetLocation(location); SetName(name); } public string GetName() { r...
08246-client-and-server
trunk/ 08246-client-and-server --username AshleyButcher989@gmail.com/ConsoleApplication2/Person.cs
C#
art
671
using System; using System.Collections.Generic; using System.Text; using System.Net; using System.IO; using System.Net.Sockets; using System.Xml; using System.Threading; namespace WhereIsServer { class Program { public static List<Person> Personlist = new List<Person>(); private st...
08246-client-and-server
trunk/ 08246-client-and-server --username AshleyButcher989@gmail.com/ConsoleApplication2/Program.cs
C#
art
11,026
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTi...
08246-client-and-server
trunk/ 08246-client-and-server --username AshleyButcher989@gmail.com/ConsoleApplication2/Properties/AssemblyInfo.cs
C#
art
1,468
//Demonstrate Sockets using System; using System.Net.Sockets; using System.IO; namespace WhereIs { public class Whois { static StreamWriter _sw; static TcpClient client = new TcpClient(); static StreamReader _sr; static string _ipAddress = "127.0.0.1"; //Default...
08246-client-and-server
trunk/ 08246-client-and-server --username AshleyButcher989@gmail.com/ConsoleApplication1/Program.cs
C#
art
2,950
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTi...
08246-client-and-server
trunk/ 08246-client-and-server --username AshleyButcher989@gmail.com/ConsoleApplication1/Properties/AssemblyInfo.cs
C#
art
1,468
/** * @license * * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
0911aihara-iosched
map/smartmarker.js
JavaScript
asf20
2,564
/** * Creates a new level control. * @constructor * @param {IoMap} iomap the IO map controller. * @param {Array.<string>} levels the levels to create switchers for. */ function LevelControl(iomap, levels) { var that = this; this.iomap_ = iomap; this.el_ = this.initDom_(levels); google.maps.event.addList...
0911aihara-iosched
map/levelcontrol.js
JavaScript
asf20
2,264
/** * Creates a new Floor. * @constructor * @param {google.maps.Map=} opt_map */ function Floor(opt_map) { /** * @type Array.<google.maps.MVCObject> */ this.overlays_ = []; /** * @type boolean */ this.shown_ = true; if (opt_map) { this.setMap(opt_map); } } /** * @param {google.maps.M...
0911aihara-iosched
map/floor.js
JavaScript
asf20
1,176