HomeSort by relevance Sort by last modified time
    Searched full:isprojection (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
CastControllerImpl.java 175 final boolean isProjection = device.tag instanceof MediaProjectionInfo;
176 if (DEBUG) Log.d(TAG, "stopCasting isProjection=" + isProjection);
177 if (isProjection) {
  /external/v8/test/unittests/compiler/
change-lowering-unittest.cc 385 IsProjection(0, AllOf(CaptureEq(&add),
389 IsBranch(IsProjection(1, CaptureEq(&add)),
node-test-utils.h 101 Matcher<Node*> IsProjection(const Matcher<size_t>& index_matcher,
node-test-utils.cc     [all...]

Completed in 383 milliseconds