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

  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 98 private boolean mBlockTouches = false;
170 mBlockTouches = block;
178 if (mBlockTouches) {
346 if (mBlockTouches) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 166 private boolean mBlockTouches;
489 mBlockTouches = false;
559 if (mBlockTouches) {
724 if (mBlockTouches) {
    [all...]

Completed in 428 milliseconds