コード例 #1
0
 public void onDismiss(DialogInterface dialoginterface) {
   if (a.h != null && (!Globals.d().i().a() || Globals.d().i().b())) {
     a.i.setChoiceMode(1);
     a.i.a(a.h.c(), true);
     a.h.a(false);
     if (a.k != null) {
       a.k.setClickable(false);
     }
   }
 }
コード例 #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));
 }
コード例 #3
0
 public void onStartTrackingTouch(SeekBar seekbar) {
   seekbar = Globals.d().t();
   if (seekbar == null) {
     return;
   }
   MakeupLooksBottomToolbar.b(a, false);
   seekbar.v(true);
   TopToolBar toptoolbar = a.e();
   if (toptoolbar != null) {
     toptoolbar.a(Boolean.valueOf(true));
     toptoolbar.a(true);
   }
   seekbar.a(Boolean.valueOf(false));
   seekbar.f(true);
   MakeupLooksBottomToolbar.c(a).setEnabled(false);
 }
コード例 #4
0
 public void onStopTrackingTouch(SeekBar seekbar) {
   EditViewActivity editviewactivity = Globals.d().t();
   if (editviewactivity == null) {
     return;
   }
   MakeupLooksBottomToolbar.b(a, true);
   MakeupLooksBottomToolbar.a(a, seekbar.getProgress());
   MakeupLooksBottomToolbar.e(a);
   editviewactivity.v(false);
   editviewactivity.f(false);
   editviewactivity.a(Boolean.valueOf(true));
   seekbar = a.e();
   if (seekbar != null) {
     seekbar.a(false);
     seekbar.a(Boolean.valueOf(false));
   }
   MakeupLooksBottomToolbar.c(a).setEnabled(true);
 }