Searched refs:mActionMap (Results 1 – 1 of 1) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
D | BottomActionBar.java | 185 private final Map<BottomAction, View> mActionMap = new EnumMap<>(BottomAction.class); field in BottomActionBar 205 mActionMap.put(BottomAction.ROTATION, findViewById(R.id.action_rotation)); in BottomActionBar() 206 mActionMap.put(BottomAction.DELETE, findViewById(R.id.action_delete)); in BottomActionBar() 207 mActionMap.put(BottomAction.INFORMATION, findViewById(R.id.action_information)); in BottomActionBar() 208 mActionMap.put(BottomAction.EDIT, findViewById(R.id.action_edit)); in BottomActionBar() 209 mActionMap.put(BottomAction.CUSTOMIZE, findViewById(R.id.action_customize)); in BottomActionBar() 210 mActionMap.put(BottomAction.EFFECTS, findViewById(R.id.action_effects)); in BottomActionBar() 211 mActionMap.put(BottomAction.DOWNLOAD, findViewById(R.id.action_download)); in BottomActionBar() 212 mActionMap.put(BottomAction.PROGRESS, findViewById(R.id.action_progress)); in BottomActionBar() 213 mActionMap.put(BottomAction.APPLY, findViewById(R.id.action_apply)); in BottomActionBar() [all …]
|