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 92 private boolean mBlockTouches = false;
156 mBlockTouches = block;
164 if (mBlockTouches) {
310 if (mBlockTouches) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 149 private boolean mBlockTouches;
446 mBlockTouches = false;
508 if (mBlockTouches) {
642 if (mBlockTouches) {
    [all...]

Completed in 2711 milliseconds