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

  /external/chromium_org/ash/touch/
touchscreen_util.cc 51 const gfx::Size native_size = state->GetNativeModeSize(); local
53 native_size.IsEmpty())
61 if (std::abs(native_size.width() - devices[i].size.width()) <= 1 &&
62 std::abs(native_size.height() - devices[i].size.height()) <= 1) {
  /art/runtime/gc/
heap.cc 2898 size_t native_size = native_bytes_allocated_.LoadRelaxed(); local
    [all...]

Completed in 57 milliseconds