HomeSort by relevance Sort by last modified time
    Searched defs:BackgroundManager (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
BackgroundManagerTest.java 71 void waitForBackgroundAnimationFinish(final BackgroundManager manager) {
88 void setBitmapAndVerify(final BackgroundManager manager, final Bitmap bitmap)
100 void setDrawableAndVerify(final BackgroundManager manager, final Drawable drawable)
112 void setBitmapNullAndVerifyColor(final BackgroundManager manager, final int color)
124 void setDrawableNullAndVerifyColor(final BackgroundManager manager, final int color)
136 void setColorAndVerify(final BackgroundManager manager, final int color)
178 void assertIsColorDrawable(BackgroundManager manager, int color) {
181 instanceof BackgroundManager.EmptyDrawable);
187 void assertIsBitmapDrawable(BackgroundManager manager, Bitmap bitmap) {
190 instanceof BackgroundManager.EmptyDrawable)
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BackgroundManager.java 53 * <p>An Activity should instantiate a BackgroundManager and {@link #attach}
61 * <p>When an Activity is resumed, if the BackgroundManager has not been
62 * released, the continuity service is updated from the BackgroundManager state.
63 * If the BackgroundManager was released, the BackgroundManager inherits the
76 * <p>BackgroundManager holds references to potentially large bitmap Drawables.
83 public final class BackgroundManager {
85 static final String TAG = "BackgroundManager";
92 private static final String FRAGMENT_TAG = BackgroundManager.class.getCanonicalName();
250 WeakReference<BackgroundManager> mManagerWeakReference
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 93 milliseconds