This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package android.support.v4.provider; | |
import android.net.Uri; | |
import android.support.v4.provider.DocumentFile; | |
public class CachedDocumentFile extends DocumentFile { | |
final DocumentFile mWrapped; | |
final boolean mCacheChildren; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[SocketListener(192.168.1.251] WARNING - 1:08:25.646 - l : 192.168.1.251.Error while reaping records: null | |
java.lang.NullPointerException | |
at javax.b.a.l.A(SourceFile:1866) | |
at javax.b.a.l.a(SourceFile:751) | |
at javax.b.a.l$b.c(SourceFile:2135) | |
at javax.b.a.m$a.a(SourceFile:62) | |
at javax.b.a.l.a(SourceFile:1303) | |
at javax.b.a.l.a(SourceFile:1424) | |
at javax.b.a.l.a(SourceFile:1443) | |
at javax.b.a.r.run(SourceFile:61) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.bubblesoft.android.utils; | |
import android.app.Activity; | |
import android.graphics.drawable.Drawable; | |
import android.os.Handler; | |
import android.view.View; | |
import android.view.ViewGroup; | |
import android.view.animation.AlphaAnimation; | |
import android.view.animation.Animation; | |
import android.widget.ImageView; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:tools="http://schemas.android.com/tools" | |
android:id="@id/container" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:layout_gravity="center" | |
android:orientation="horizontal" | |
android:paddingBottom="10dip" | |
android:paddingLeft="10dip" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package android.support.v4.provider; | |
import android.net.Uri; | |
import android.support.v4.provider.DocumentFile; | |
public class CachedDocumentFile extends DocumentFile { | |
final DocumentFile mWrapped; | |
final boolean mCacheChildren; | |