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

  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 26 private ImageView mBottomHandle;
114 mBottomHandle = new ImageView(context);
115 mBottomHandle.setImageResource(R.drawable.widget_resize_handle_bottom);
118 addView(mBottomHandle, lp);
129 mBottomHandle.setVisibility(GONE);
167 mBottomHandle.setAlpha(mBottomBorderActive ? 1.0f : DIMMED_HANDLE_ALPHA);
439 mBottomHandle.setAlpha(1.0f);
452 ObjectAnimator bottomOa = LauncherAnimUtils.ofFloat(mBottomHandle, "alpha", 1.0f);
  /packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetResizeFrame.java 23 private ImageView mBottomHandle;
111 mBottomHandle = new ImageView(context);
112 mBottomHandle.setImageResource(R.drawable.widget_resize_handle_bottom);
115 addView(mBottomHandle, lp);
126 mBottomHandle.setVisibility(GONE);
164 mBottomHandle.setAlpha(mBottomBorderActive ? 1.0f : DIMMED_HANDLE_ALPHA);
435 mBottomHandle.setAlpha(1.0f);
448 ObjectAnimator bottomOa = LauncherAnimUtils.ofFloat(mBottomHandle, "alpha", 1.0f);

Completed in 1644 milliseconds