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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DeadZone.java 31 public class DeadZone extends View {
32 public static final String TAG = "DeadZone";
54 ObjectAnimator.ofFloat(DeadZone.this, "flash", 1f, 0f).setDuration(150).start();
58 public DeadZone(Context context, AttributeSet attrs) {
62 public DeadZone(Context context, AttributeSet attrs, int defStyle) {
65 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.DeadZone,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 54 import com.android.systemui.statusbar.policy.DeadZone;
86 private DeadZone mDeadZone;
513 mDeadZone = (DeadZone) mCurrentView.findViewById(R.id.deadzone);

Completed in 47 milliseconds