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

  /packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java 81 private ImageView mPreviewBackground;
137 icon.mPreviewBackground = (ImageView) icon.findViewById(R.id.preview_background);
220 mFolderIcon.mPreviewBackground.setVisibility(INVISIBLE);
252 mFolderIcon.mPreviewBackground.setVisibility(VISIBLE);
584 mPreviewBackground.setAlpha(progress);
  /packages/apps/Launcher3/src/com/android/launcher3/
FolderIcon.java 90 private ImageView mPreviewBackground;
157 icon.mPreviewBackground = (ImageView) icon.findViewById(R.id.preview_background);
158 lp = (FrameLayout.LayoutParams) icon.mPreviewBackground.getLayoutParams();
247 mFolderIcon.mPreviewBackground.setVisibility(INVISIBLE);
279 mFolderIcon.mPreviewBackground.setVisibility(VISIBLE);
487 final int previewSize = mPreviewBackground.getLayoutParams().height;
633 mPreviewBackground.setAlpha(progress);

Completed in 59 milliseconds