Searched refs:isEnable (Results 1 – 14 of 14) sorted by relevance
46 private fun setPrivacyDotResources(isEnable: Boolean) { in setPrivacyDotResources()47 whenever(resources.getBoolean(R.bool.config_enablePrivacyDot)).thenReturn(isEnable) in setPrivacyDotResources()
160 return mPointerCaptureRequest->isEnable() && in assertSetPointerCaptureCalled()163 return !mPointerCaptureRequest->isEnable(); in assertSetPointerCaptureCalled()182 << std::to_string(mPointerCaptureRequest->isEnable()); in assertSetPointerCaptureNotCalled()
1171 ASSERT_TRUE(args.request.isEnable()) << "Pointer Capture should be enabled."; in TEST_F()1178 ASSERT_FALSE(args.request.isEnable()) << "Pointer Capture should be disabled."; in TEST_F()
382 if ((!changes.any() && config.pointerCaptureRequest.isEnable()) || in reconfigure()384 mPointerCaptured = config.pointerCaptureRequest.isEnable(); in reconfigure()
459 if (config.pointerCaptureRequest.isEnable()) { in configureOnPointerCapture()
921 mConfig.pointerGesturesEnabled && !mConfig.pointerCaptureRequest.isEnable()) { in configureInputDevice()
462 public void setAlwaysReportSignalStrength(boolean isEnable) { in setAlwaysReportSignalStrength() argument464 msg.arg1 = isEnable ? 1 : 0; in setAlwaysReportSignalStrength()
3889 public void setAlwaysReportSignalStrength(boolean isEnable) { in setAlwaysReportSignalStrength() argument3891 mDeviceStateMonitor.setAlwaysReportSignalStrength(isEnable); in setAlwaysReportSignalStrength()
114 pointerCaptureRequest.isEnable() ? "true" : "false"); in getDescription()
1735 if (entry->pointerCaptureRequest.isEnable()) { in dispatchPointerCaptureChangedLocked()1744 if (!mCurrentPointerCaptureRequest.isEnable()) { in dispatchPointerCaptureChangedLocked()1778 if (mCurrentPointerCaptureRequest.isEnable()) { in dispatchPointerCaptureChangedLocked()1787 if (mCurrentPointerCaptureRequest.isEnable()) { in dispatchPointerCaptureChangedLocked()3865 captureEntry.pointerCaptureRequest.isEnable()); in startDispatchCycleLocked()4761 args.request.isEnable() ? "true" : "false"); in notifyPointerCaptureChanged()5881 toString(mCurrentPointerCaptureRequest.isEnable())); in dumpPointerCaptureStateLocked()6301 if (enabled == mCurrentPointerCaptureRequest.isEnable()) { in requestPointerCapture()6958 if (!mCurrentPointerCaptureRequest.isEnable() && !mWindowTokenWithPointerCapture) { in disablePointerCaptureForcedLocked()6964 if (mCurrentPointerCaptureRequest.isEnable()) { in disablePointerCaptureForcedLocked()
2889 public void setEnableOnBackInvokedCallback(boolean isEnable) { in setEnableOnBackInvokedCallback() argument2890 if (isEnable) { in setEnableOnBackInvokedCallback()
1220 inline bool isEnable() const { return window != nullptr; } in isEnable() function
497 if (args.request.isEnable()) { in notifyPointerCaptureChanged()
505 mLocked.pointerCaptureRequest.isEnable() ? "Enabled" : "Disabled", in dump()1624 ALOGV("%s pointer capture.", request.isEnable() ? "Enabling" : "Disabling"); in setPointerCapture()