HomeSort by relevance Sort by last modified time
    Searched refs:showCancel (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
ScreenPinningRequest.java 132 public RequestWindowView(Context context, boolean showCancel) {
137 mShowCancel = showCancel;
  /packages/apps/Camera2/src/com/android/camera/app/
CameraAppUI.java 363 public boolean showCancel;
    [all...]
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 621 var showCancel = this.state_ == Download.States.IN_PROGRESS ||
623 showInline(this.controlCancel_, showCancel);
624 showInline(this.controlRemove_, !showCancel);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
PhotoModule.java 816 bottomBarSpec.showCancel = true;
    [all...]
VideoModule.java 575 bottomBarSpec.showCancel = true;
    [all...]

Completed in 235 milliseconds