Home | History | Annotate | Download | only in launcher2

Lines Matching refs:Properties

29     enum Properties {
40 EnumSet<Properties> mPropertiesToSet = EnumSet.noneOf(Properties.class);
160 mPropertiesToSet.add(Properties.DURATION);
167 mPropertiesToSet.add(Properties.INTERPOLATOR);
173 mPropertiesToSet.add(Properties.START_DELAY);
199 if (mPropertiesToSet.contains(Properties.TRANSLATION_X)) {
202 if (mPropertiesToSet.contains(Properties.TRANSLATION_Y)) {
205 if (mPropertiesToSet.contains(Properties.SCALE_X)) {
208 if (mPropertiesToSet.contains(Properties.ROTATION_Y)) {
211 if (mPropertiesToSet.contains(Properties.SCALE_Y)) {
214 if (mPropertiesToSet.contains(Properties.ALPHA)) {
217 if (mPropertiesToSet.contains(Properties.START_DELAY)) {
220 if (mPropertiesToSet.contains(Properties.DURATION)) {
223 if (mPropertiesToSet.contains(Properties.INTERPOLATOR)) {
232 mPropertiesToSet.add(Properties.TRANSLATION_X);
238 mPropertiesToSet.add(Properties.TRANSLATION_Y);
244 mPropertiesToSet.add(Properties.SCALE_X);
250 mPropertiesToSet.add(Properties.SCALE_Y);
256 mPropertiesToSet.add(Properties.ROTATION_Y);
262 mPropertiesToSet.add(Properties.ALPHA);