Home
last modified time | relevance | path

Searched refs:getIconView (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskMenuView.java239 ? getIconView().findViewById(R.id.icon_view_menu_anchor)
280 getIconView()));
284 getIconView()));
295 private View getIconView() {
296 return mTaskContainer.getIconView().asView();
320 IconAppChipView iconAppChip = (IconAppChipView) mTaskContainer.getIconView().asView();
DFloatingTaskView.java147 mSplitPlaceholderView.getIconView().setRotation(mOrientationHandler.getDegreesRotated()); in init()
223 mOrientationHandler.setPrimaryScale(mSplitPlaceholderView.getIconView(), childScaleX); in update()
224 mOrientationHandler.setSecondaryScale(mSplitPlaceholderView.getIconView(), childScaleY); in update()
229 mSplitPlaceholderView.getIconView().setRotation(mOrientationHandler.getDegreesRotated()); in updateOrientationHandler()
325 mSplitPlaceholderView.getIconView().setContentAlpha(0); in addAnimation()
369 animation.setViewAlpha(mSplitPlaceholderView.getIconView(), 1, clampToProgress(LINEAR, in fadeInSplitPlaceholder()
DSplitPlaceholderView.java61 public IconView getIconView() { in getIconView() method in SplitPlaceholderView
DIconAppChipView.java211 protected IconView getIconView() { in getIconView() method in IconAppChipView
DRecentsView.java1043 container -> container.getIconView().getDrawable() != null)) { in onTaskIconChanged()
3384 anim.setViewAlpha(splitAnimInitProps.getIconView(), 0, clampToProgress(LINEAR, in createInitialSplitSelectAnimation()
/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/
DUserAdapter.java140 holder.getIconView().setImageDrawable(userDetails.mIcon); in bindViewHolder()
253 private ImageView getIconView() {
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java462 info.setIconAndLabelFor(shortcutView.getIconView(), shortcutView.getBubbleText()); in initializeSystemShortcut()
640 DragView dv = mLauncher.getWorkspace().beginDragShared(sv.getIconView(), draggableView,
642 new ShortcutDragPreviewProvider(sv.getIconView(), iconShift),
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DDeepShortcutView.java174 public View getIconView() { in getIconView() method in DeepShortcutView
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/
DSetupGuidedStepFragment.java148 getIconView().setVisibility(View.GONE); in onCreateGuidanceStylist()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java259 v = ((DeepShortcutView) v.getParent()).getIconView(); in getLocationBoundsForView()
303 drawable = ((DeepShortcutView) originalView).getIconView().getBackground(); in getIconResult()
DOptionsPopupView.java189 view.getIconView().setBackgroundDrawable(item.icon); in show()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarUIController.java271 taskContainer.getIconView().getDrawable(), in triggerSecondAppForSplit()
DTaskbarDragController.java153 new ShortcutDragPreviewProvider(shortcutView.getIconView(), iconShift), in startDragOnLongClick()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DWirelessDebuggingFragment.java528 mIconView = getIconView(); in onCreateGuidanceStylist()