Source stringclasses 1
value | Date int32 2.01k 2.01k | Text stringlengths 3 15.9M | Token_count int32 1 2.44M |
|---|---|---|---|
github-java-corpus | 2,012 | /*
* Picture.java
* 24/05/2011
* Facebook API Micro Edition
* Copyright(c) Ernandes Mourao Junior (ernandes@gmail.com)
* All rights reserved
* GNU General Public License (GPL) Version 2, June 1991
*/
package com.emobtech.facebook.api.graph;
import java.io.ByteArrayOutputStream;
import java.io.IOExcep... | 784 |
github-java-corpus | 2,012 | /*
* Friends.java
* 24/05/2011
* Facebook API Micro Edition
* Copyright(c) Ernandes Mourao Junior (ernandes@gmail.com)
* All rights reserved
* GNU General Public License (GPL) Version 2, June 1991
*/
package com.emobtech.facebook.api.graph;
import java.io.IOException;
import java.util.Enumeration;
i... | 883 |
github-java-corpus | 2,012 | /*
* DispatcherListener.java
* 24/05/2011
* Facebook API Micro Edition
* Copyright(c) Ernandes Mourao Junior (ernandes@gmail.com)
* All rights reserved
* GNU General Public License (GPL) Version 2, June 1991
*/
package com.emobtech.facebook.api;
/**
* <p>
* This interface defines all the events th... | 241 |
github-java-corpus | 2,012 | /*
* Dispatcher.java
* 24/05/2011
* Facebook API Micro Edition
* Copyright(c) Ernandes Mourao Junior (ernandes@gmail.com)
* All rights reserved
* GNU General Public License (GPL) Version 2, June 1991
*/
package com.emobtech.facebook.api;
import java.io.IOException;
import java.util.Enumeration;
impo... | 1,522 |
github-java-corpus | 2,012 | /*
* Response.java
* 24/05/2011
* Facebook API Micro Edition
* Copyright(c) Ernandes Mourao Junior (ernandes@gmail.com)
* All rights reserved
* GNU General Public License (GPL) Version 2, June 1991
*/
package com.emobtech.facebook.api;
/**
* <p>
* This interface defines the response of a request s... | 126 |
github-java-corpus | 2,012 | /*
* Request.java
* 24/05/2011
* Facebook API Micro Edition
* Copyright(c) Ernandes Mourao Junior (ernandes@gmail.com)
* All rights reserved
* GNU General Public License (GPL) Version 2, June 1991
*/
package com.emobtech.facebook.api;
import java.io.IOException;
/**
* <p>
* This interface defin... | 189 |
github-java-corpus | 2,012 | /*
* RevokeAuthorization.java
* 24/05/2011
* Facebook API Micro Edition
* Copyright(c) Ernandes Mourao Junior (ernandes@gmail.com)
* All rights reserved
* GNU General Public License (GPL) Version 2, June 1991
*/
package com.emobtech.facebook.api.auth;
import java.io.IOException;
import com.emobtech... | 294 |
github-java-corpus | 2,012 | /*
* HTMLComponentAutDialogWrapper.java
* 24/05/2011
* Facebook API Micro Edition
* Copyright(c) Ernandes Mourao Junior (ernandes@gmail.com)
* All rights reserved
* GNU General Public License (GPL) Version 2, June 1991
*/
package com.emobtech.facebook.api.auth.ui.lwuit;
import com.emobtech.facebook.ap... | 1,208 |
github-java-corpus | 2,012 | /*
* BrowserFieldAuthDialogWrapper.java
* 24/05/2011
* Facebook API Micro Edition
* Copyright(c) Ernandes Mourao Junior (ernandes@gmail.com)
* All rights reserved
* GNU General Public License (GPL) Version 2, June 1991
*/
package com.emobtech.facebook.api.auth.ui.rim;
import net.rim.device.api.browser... | 816 |
github-java-corpus | 2,012 | /*
* WebViewAuthDialogWrapper.java
* 24/05/2011
* Facebook API Micro Edition
* Copyright(c) Ernandes Mourao Junior (ernandes@gmail.com)
* All rights reserved
* GNU General Public License (GPL) Version 2, June 1991
*/
package com.emobtech.facebook.api.auth.ui.android;
import android.graphics.Bitmap;
i... | 759 |
github-java-corpus | 2,012 | /*
* AuthDialogWrapper.java
* 24/05/2011
* Facebook API Micro Edition
* Copyright(c) Ernandes Mourao Junior (ernandes@gmail.com)
* All rights reserved
* GNU General Public License (GPL) Version 2, June 1991
*/
package com.emobtech.facebook.api.auth.ui;
import java.io.IOException;
import java.util.Enu... | 2,423 |
github-java-corpus | 2,012 | /*
* BrowserAuthDialogWrapper.java
* 24/05/2011
* Facebook API Micro Edition
* Copyright(c) Ernandes Mourao Junior (ernandes@gmail.com)
* All rights reserved
* GNU General Public License (GPL) Version 2, June 1991
*/
package com.emobtech.facebook.api.auth.ui.swt;
import org.eclipse.swt.browser.Browser... | 856 |
github-java-corpus | 2,012 | /*
* Permission.java
* 24/05/2011
* Facebook API Micro Edition
* Copyright(c) Ernandes Mourao Junior (ernandes@gmail.com)
* All rights reserved
* GNU General Public License (GPL) Version 2, June 1991
*/
package com.emobtech.facebook.api.auth;
/**
* <p>
* This class defines some contants that rep... | 282 |
github-java-corpus | 2,012 | /*
* AccessToken.java
* 24/05/2011
* Facebook API Micro Edition
* Copyright(c) Ernandes Mourao Junior (ernandes@gmail.com)
* All rights reserved
* GNU General Public License (GPL) Version 2, June 1991
*/
package com.emobtech.facebook.api.auth;
import java.io.IOException;
import com.emobtech.faceboo... | 947 |
github-java-corpus | 2,012 | /*
* AuthenticationListener.java
* 24/05/2011
* Facebook API Micro Edition
* Copyright(c) Ernandes Mourao Junior (ernandes@gmail.com)
* All rights reserved
* GNU General Public License (GPL) Version 2, June 1991
*/
package com.emobtech.facebook.api.auth;
import com.emobtech.facebook.api.auth.ui.AuthDi... | 336 |
github-java-corpus | 2,012 | package com.actionbarsherlock.internal;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.junit.Assert.assertThat;
import static com.actionbarsherlock.internal.ActionBarSherlockCompat.cleanActivityName;
import com.xtremelabs.robolectric.RobolectricTestRunner;
import org.junit.Test;
import org.junit.ru... | 318 |
github-java-corpus | 2,012 | /*
* 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... | 12,047 |
github-java-corpus | 2,012 | /*
* 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... | 7,959 |
github-java-corpus | 2,012 | 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... | 4,766 |
github-java-corpus | 2,012 | /*
* 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... | 3,046 |
github-java-corpus | 2,012 | 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... | 193 |
github-java-corpus | 2,012 | /*
* 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... | 3,872 |
github-java-corpus | 2,012 | /*
* 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... | 4,517 |
github-java-corpus | 2,012 | /*
* 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... | 2,009 |
github-java-corpus | 2,012 | 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... | 281 |
github-java-corpus | 2,012 | /*
* 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... | 1,738 |
github-java-corpus | 2,012 | /*
* 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... | 3,679 |
github-java-corpus | 2,012 | 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... | 1,216 |
github-java-corpus | 2,012 | 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... | 434 |
github-java-corpus | 2,012 | 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... | 295 |
github-java-corpus | 2,012 | /*
* 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... | 8,732 |
github-java-corpus | 2,012 | package com.actionbarsherlock.internal.nineoldandroids.widget;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.LinearLayout;
import com.actionbarsherlock.internal.nineoldandroids.view.animation.AnimatorProxy;
public class NineLinearLayout extends LinearLayout {
private fin... | 419 |
github-java-corpus | 2,012 | package com.actionbarsherlock.internal.nineoldandroids.widget;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.FrameLayout;
import com.actionbarsherlock.internal.nineoldandroids.view.animation.AnimatorProxy;
public class NineFrameLayout extends FrameLayout {
private final ... | 425 |
github-java-corpus | 2,012 | 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... | 517 |
github-java-corpus | 2,012 | package com.actionbarsherlock.internal.nineoldandroids.view.animation;
import java.lang.ref.WeakReference;
import java.util.WeakHashMap;
import android.graphics.Matrix;
import android.graphics.RectF;
import android.os.Build;
import android.util.FloatMath;
import android.view.View;
import android.view.animation.Animati... | 1,314 |
github-java-corpus | 2,012 | /*
* 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... | 2,161 |
github-java-corpus | 2,012 | /*
* 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... | 2,939 |
github-java-corpus | 2,012 | /*
* 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... | 1,305 |
github-java-corpus | 2,012 | /*
* 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... | 9,343 |
github-java-corpus | 2,012 | /*
* 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... | 440 |
github-java-corpus | 2,012 | /*
* 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... | 2,282 |
github-java-corpus | 2,012 | /*
* 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... | 10,837 |
github-java-corpus | 2,012 | /*
* 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... | 1,310 |
github-java-corpus | 2,012 | /*
* 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... | 317 |
github-java-corpus | 2,012 | /*
* 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... | 4,717 |
github-java-corpus | 2,012 | /*
* 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... | 465 |
github-java-corpus | 2,012 | /*
* 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... | 9,413 |
github-java-corpus | 2,012 | /*
* 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... | 462 |
github-java-corpus | 2,012 | 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... | 204 |
github-java-corpus | 2,012 | /*
* 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... | 4,079 |
github-java-corpus | 2,012 | /*
* 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... | 885 |
github-java-corpus | 2,012 | /*
* 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... | 812 |
github-java-corpus | 2,012 | /*
* 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... | 4,549 |
github-java-corpus | 2,012 | /*
* 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... | 9,709 |
github-java-corpus | 2,012 | package com.actionbarsherlock.internal.view.menu;
import android.content.ComponentName;
import android.content.Intent;
import android.view.KeyEvent;
import android.view.Menu;
import android.view.MenuItem;
import android.view.SubMenu;
/** Used to carry an instance of our version of Menu through a native channel. */
pu... | 808 |
github-java-corpus | 2,012 | /*
* 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... | 1,727 |
github-java-corpus | 2,012 | 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... | 369 |
github-java-corpus | 2,012 | /*
* 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... | 1,538 |
github-java-corpus | 2,012 | /*
* 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... | 1,969 |
github-java-corpus | 2,012 | /*
* 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... | 1,650 |
github-java-corpus | 2,012 | /*
* 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... | 2,497 |
github-java-corpus | 2,012 | 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... | 1,485 |
github-java-corpus | 2,012 | package com.actionbarsherlock.internal.view.menu;
import android.content.Intent;
import android.graphics.drawable.Drawable;
import android.view.ActionProvider;
import android.view.MenuItem;
import android.view.SubMenu;
import android.view.View;
import android.view.ContextMenu.ContextMenuInfo;
/** Used to carry an ins... | 1,059 |
github-java-corpus | 2,012 | /*
* 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... | 1,612 |
github-java-corpus | 2,012 | /*
* 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... | 1,125 |
github-java-corpus | 2,012 | /*
* 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... | 4,978 |
github-java-corpus | 2,012 | 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... | 1,150 |
github-java-corpus | 2,012 | /*
* 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... | 869 |
github-java-corpus | 2,012 | package com.actionbarsherlock.internal.view;
import android.view.View;
public interface View_OnAttachStateChangeListener {
void onViewAttachedToWindow(View v);
void onViewDetachedFromWindow(View v);
}
| 42 |
github-java-corpus | 2,012 | package com.actionbarsherlock.internal.view;
public interface View_HasStateListenerSupport {
void addOnAttachStateChangeListener(View_OnAttachStateChangeListener listener);
void removeOnAttachStateChangeListener(View_OnAttachStateChangeListener listener);
}
| 47 |
github-java-corpus | 2,012 | package com.actionbarsherlock.internal;
import static android.view.ViewGroup.LayoutParams.MATCH_PARENT;
import static com.actionbarsherlock.internal.ResourcesCompat.getResources_getBoolean;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import org.xmlpull.v1.XmlPullParser;
import android.... | 8,709 |
github-java-corpus | 2,012 | package com.actionbarsherlock.internal;
import android.content.Context;
import android.os.Build;
import android.util.DisplayMetrics;
import com.actionbarsherlock.R;
public final class ResourcesCompat {
//No instances
private ResourcesCompat() {}
/**
* Support implementation of {@code getResources()... | 747 |
github-java-corpus | 2,012 | 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... | 2,091 |
github-java-corpus | 2,012 | /*
* 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... | 6,586 |
github-java-corpus | 2,012 | package com.actionbarsherlock.internal.app;
import java.util.HashSet;
import java.util.Set;
import android.app.Activity;
import android.content.Context;
import android.graphics.drawable.Drawable;
import android.support.v4.app.FragmentTransaction;
import android.view.View;
import android.widget.SpinnerAdapter;
import... | 2,506 |
github-java-corpus | 2,012 | /*
* 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... | 4,067 |
github-java-corpus | 2,012 | /*
* 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... | 302 |
github-java-corpus | 2,012 | /*
* 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... | 846 |
github-java-corpus | 2,012 | /*
* 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... | 1,659 |
github-java-corpus | 2,012 | /*
* 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... | 3,519 |
github-java-corpus | 2,012 | /*
* 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... | 561 |
github-java-corpus | 2,012 | /*
* 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... | 5,267 |
github-java-corpus | 2,012 | /*
* 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... | 1,312 |
github-java-corpus | 2,012 | 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.... | 5,891 |
github-java-corpus | 2,012 | package com.actionbarsherlock.app;
import static com.actionbarsherlock.app.SherlockFragmentActivity.DEBUG;
import android.app.Activity;
import android.support.v4.app.Fragment;
import android.util.Log;
import com.actionbarsherlock.internal.view.menu.MenuItemMule;
import com.actionbarsherlock.internal.view.menu.MenuMule... | 466 |
github-java-corpus | 2,012 | package com.actionbarsherlock.app;
import android.content.res.Configuration;
import android.os.Bundle;
import android.preference.PreferenceActivity;
import android.view.KeyEvent;
import android.view.View;
import android.view.ViewGroup.LayoutParams;
import android.view.Window;
import com.actionbarsherlock.Acti... | 1,387 |
github-java-corpus | 2,012 | package com.actionbarsherlock.app;
import android.app.Activity;
import android.content.res.Configuration;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.View;
import android.view.Window;
import android.view.ViewGroup.LayoutParams;
import com.actionbarsherlock.ActionBarSherlock;
i... | 1,384 |
github-java-corpus | 2,012 | /*
* 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... | 7,696 |
github-java-corpus | 2,012 | package com.actionbarsherlock.app;
import static com.actionbarsherlock.app.SherlockFragmentActivity.DEBUG;
import android.app.Activity;
import android.support.v4.app.DialogFragment;
import android.util.Log;
import com.actionbarsherlock.internal.view.menu.MenuItemMule;
import com.actionbarsherlock.internal.view.menu.Me... | 470 |
github-java-corpus | 2,012 | package com.actionbarsherlock.app;
import android.app.ExpandableListActivity;
import android.content.res.Configuration;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.View;
import android.view.ViewGroup.LayoutParams;
import android.view.Window;
import com.actionbarsherlock.ActionB... | 1,394 |
github-java-corpus | 2,012 | package com.actionbarsherlock.app;
import android.content.res.Configuration;
import android.os.Build;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import android.util.Log;
import android.view.KeyEvent;
import android.view.View;
import android.view.ViewGroup.LayoutParams;
import android.vie... | 2,269 |
github-java-corpus | 2,012 | package com.actionbarsherlock.app;
import static com.actionbarsherlock.app.SherlockFragmentActivity.DEBUG;
import android.app.Activity;
import android.support.v4.app.ListFragment;
import android.util.Log;
import com.actionbarsherlock.internal.view.menu.MenuItemMule;
import com.actionbarsherlock.internal.view.menu.Menu... | 470 |
github-java-corpus | 2,012 | package com.actionbarsherlock.app;
import android.app.ListActivity;
import android.content.res.Configuration;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.View;
import android.view.Window;
import android.view.ViewGroup.LayoutParams;
import com.actionbarsherlock.ActionBarSherlock... | 1,387 |
github-java-corpus | 2,012 | package com.rubengm.wifileaks;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.net.wifi.ScanResult;
import android.net.wifi.WifiManager;
import... | 2,033 |
github-java-corpus | 2,012 | package com.rubengm.wifileaks;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import android.net.wifi.ScanResult;
public class Keygen {
/*// THIS CODE IS UNDER THE PUBLIC DOMAIN
function right($string, $chars)
{
return substr($string, strlen($string) - $chars, $chars);
}
if... | 1,007 |
github-java-corpus | 2,012 | /*
* Wifi Connecter
*
* Copyright (c) 20101 Kevin Yuan (farproc@gmail.com)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rig... | 3,678 |
github-java-corpus | 2,012 | package iryrwarosh;
public class SaidOutLoud extends Message {
public Creature creature;
public SaidOutLoud(Creature creature, String text) {
super(null, creature.name() + ": " + text);
this.creature = creature;
}
@Override
public boolean involves(Creature player) {
return player != creature && player.ca... | 82 |
github-java-corpus | 2,012 | package iryrwarosh.screens;
import java.awt.event.KeyEvent;
import asciiPanel.AsciiPanel;
public class DeadScreen implements Screen {
private Screen previous;
private String causeOfDeath;
public DeadScreen(Screen previous, String causeOfDeath){
this.previous = previous;
this.causeOfDeath = causeOfDeath;
}
... | 180 |
github-java-corpus | 2,012 | package iryrwarosh.screens;
import iryrwarosh.Common;
import iryrwarosh.GainedFame;
import iryrwarosh.Message;
import iryrwarosh.SaidOutLoud;
import java.awt.Color;
import java.awt.event.KeyEvent;
import java.util.ArrayList;
import java.util.List;
import asciiPanel.AsciiPanel;
public class MessageLogScreen implemen... | 562 |
github-java-corpus | 2,012 | package iryrwarosh.screens;
import iryrwarosh.ArmosSaga;
import iryrwarosh.Tile;
import iryrwarosh.Common;
import iryrwarosh.CreatureAiHandler;
import iryrwarosh.LootSaga;
import iryrwarosh.MapExplorationHandler;
import iryrwarosh.MessageBus;
import iryrwarosh.ItemSpecialsSaga;
import java.awt.event.KeyEvent;
import... | 1,252 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.