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

  /frameworks/base/core/java/android/app/
ActivityOptions.java 145 * @param listener Optional OnAnimationStartedListener to find out when the
153 int enterResId, int exitResId, Handler handler, OnAnimationStartedListener listener) {
163 private void setListener(Handler handler, OnAnimationStartedListener listener) {
166 final OnAnimationStartedListener finalListener = listener;
184 public interface OnAnimationStartedListener {
256 * @param listener Optional OnAnimationStartedListener to find out when the
264 Bitmap thumbnail, int startX, int startY, OnAnimationStartedListener listener) {
279 * @param listener Optional OnAnimationStartedListener to find out when the
287 Bitmap thumbnail, int startX, int startY, OnAnimationStartedListener listener) {
292 Bitmap thumbnail, int startX, int startY, OnAnimationStartedListener listener
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelView.java 49 StatusBarPanel, ActivityOptions.OnAnimationStartedListener {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 770 new ActivityOptions.OnAnimationStartedListener() {
    [all...]

Completed in 194 milliseconds