Example #1
0
 public void onClick(View view)
 {
     view = MotionControlHelper.e().f();
     if (view == null)
     {
         return;
     }
     MotionControlHelper motioncontrolhelper = MotionControlHelper.e();
     boolean flag;
     if (!view.booleanValue())
     {
         flag = true;
     } else
     {
         flag = false;
     }
     motioncontrolhelper.a(Boolean.valueOf(flag), true);
     a.O();
 }
Example #2
0
 public void onProgressChanged(SeekBar seekbar, int i, boolean flag) {
   YMKFeatureRoomLookEvent.d();
   YMKSavingPageEvent.c(true);
   YMKSavingPageEvent.a(i);
   EditViewActivity editviewactivity = Globals.d().t();
   if (editviewactivity == null) {
     return;
   }
   if (MakeupLooksBottomToolbar.d(a) && !MotionControlHelper.e().aC()) {
     a.a(seekbar.getProgress(), false);
     MakeupLooksBottomToolbar.a(a, false);
   }
   editviewactivity.b(Integer.toString(i));
 }