HomeSort by relevance Sort by last modified time
    Searched full:recentsactivity (Results 1 - 9 of 9) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPreloadReceiver.java 26 if (RecentsActivity.PRELOAD_INTENT.equals(intent.getAction())) {
28 } else if (RecentsActivity.CANCEL_PRELOAD_INTENT.equals(intent.getAction())){
Recents.java 84 Intent intent = new Intent(RecentsActivity.CLOSE_RECENTS_INTENT);
104 Intent intent = new Intent(RecentsActivity.TOGGLE_RECENTS_INTENT);
106 "com.android.systemui.recent.RecentsActivity");
111 if (RecentsActivity.forceOpaqueBackground(mContext)) {
228 new Intent(RecentsActivity.WINDOW_ANIMATION_START_INTENT);
233 intent.putExtra(RecentsActivity.WAITING_FOR_WINDOW_ANIMATION_PARAM, true);
253 Intent intent = new Intent(RecentsActivity.PRELOAD_INTENT);
267 Intent intent = new Intent(RecentsActivity.CANCEL_PRELOAD_INTENT);
RecentsActivity.java 37 public class RecentsActivity extends Activity {
RecentsPanelView.java 375 ((RecentsActivity) getContext()).dismissAndGoHome();
379 ((RecentsActivity) getContext()).dismissAndGoBack();
620 if (((RecentsActivity) getContext()).isActivityShowing()) {
    [all...]
  /frameworks/base/packages/SystemUI/res/values/
styles.xml 20 <item name="android:windowAnimationStyle">@style/Animation.RecentsActivity</item>
30 <item name="android:windowAnimationStyle">@style/Animation.RecentsActivity</item>
49 <style name="Animation.RecentsActivity" parent="@android:style/Animation.Activity">
config.xml 45 <!-- The theme to use for RecentsActivity. -->
  /frameworks/base/packages/SystemUI/
AndroidManifest.xml 175 <activity android:name=".recent.RecentsActivity"
197 <activity android:name=".recents.RecentsActivity"
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
AlternateRecentsComponent.java 75 final static String sRecentsActivity = "com.android.systemui.recents.RecentsActivity";
564 /** Returns the last screenshot taken, this will be called by the RecentsActivity. */
569 /** Recycles the last screenshot taken, this will be called by the RecentsActivity. */
RecentsActivity.java 58 public class RecentsActivity extends Activity implements RecentsView.RecentsViewCallbacks,

Completed in 317 milliseconds