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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
ImageTransformState.java 58 public void appear(float transformationAmount, TransformableView otherView) {
59 if (otherView instanceof HybridNotificationView) {
72 super.appear(transformationAmount, otherView);
77 public void disappear(float transformationAmount, TransformableView otherView) {
78 if (otherView instanceof HybridNotificationView) {
91 super.disappear(transformationAmount, otherView);
TransformState.java 133 View otherView = otherState.getTransformedView();
134 if (transformScale && otherView.getWidth() != transformedView.getWidth()) {
135 setTransformationStartScaleX(otherView.getWidth() * otherView.getScaleX()
141 if (transformScale && otherView.getHeight() != transformedView.getHeight()) {
142 setTransformationStartScaleY(otherView.getHeight() * otherView.getScaleY()
276 View otherView = otherState.getTransformedView();
277 if (transformScale && otherView.getWidth() != transformedView.getWidth()) {
283 if (transformScale && otherView.getHeight() != transformedView.getHeight())
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
SwipeButtonHelper.java 421 SwipeButtonView otherView = translation > 0 ? rightIcon : leftIcon;
453 if (otherView != null) {
455 otherView,
457 fadeOutAlpha * otherView.getRestingAlpha(),
477 SwipeButtonView otherView = targetView == rightIcon ? leftIcon : rightIcon;
479 if (otherView != null) {
480 updateIconAlpha(otherView, fadeOutAlpha * otherView.getRestingAlpha(), false);
596 SwipeButtonView otherView = left ? rightIcon : leftIcon;
600 updateIcon(otherView, 0.0f, 0, true, false, true, false)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardAffordanceHelper.java 384 KeyguardAffordanceView otherView = translation > 0 ? mRightIcon : mLeftIcon;
402 updateIcon(otherView, 0.0f, fadeOutAlpha * otherView.getRestingAlpha(),
420 KeyguardAffordanceView otherView = targetView == mRightIcon ? mLeftIcon : mRightIcon;
422 updateIconAlpha(otherView, fadeOutAlpha * otherView.getRestingAlpha(), false);
540 KeyguardAffordanceView otherView = left ? mRightIcon : mLeftIcon;
544 updateIcon(otherView, 0.0f, 0, true, false, true, false);
551 updateIcon(otherView, 0.0f, 0.0f, false, false, true, false);
  /cts/tests/app/app/src/android/app/stubs/
ExpandableListTestActivity.java 109 final View otherView = findViewById(android.R.id.list);
110 setContentView(otherView);
111 if (!otherView.equals(getExpandableListView()))
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ActivatableNotificationView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 324 public int compare(ExpandableView view, ExpandableView otherView) {
326 float otherEndY = otherView.getTranslationY() + otherView.getActualHeight();
    [all...]

Completed in 7065 milliseconds