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

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BackgroundManager.java 55 * <p>An Activity should instantiate a BackgroundManager and {@link #attach}
63 * <p>When an Activity is resumed, if the BackgroundManager has not been
64 * released, the continuity service is updated from the BackgroundManager state.
65 * If the BackgroundManager was released, the BackgroundManager inherits the
78 * <p>BackgroundManager holds references to potentially large bitmap Drawables.
85 public final class BackgroundManager {
91 static final String TAG = "BackgroundManager";
106 private static final String WINDOW_NAME = "BackgroundManager";
107 private static final String FRAGMENT_TAG = BackgroundManager.class.getCanonicalName()
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 245 milliseconds