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

  /frameworks/base/include/ui/
InputReader.h 58 bool tryGetProperty(const String8& key, String8& outValue) const;
59 bool tryGetProperty(const String8& key, int32_t& outValue) const;
60 bool tryGetProperty(const String8& key, float& outValue) const;
  /frameworks/base/libs/ui/
InputReader.cpp 150 bool InputDeviceCalibration::tryGetProperty(const String8& key, String8& outValue) const {
160 bool InputDeviceCalibration::tryGetProperty(const String8& key, int32_t& outValue) const {
162 if (! tryGetProperty(key, stringValue) || stringValue.length() == 0) {
177 bool InputDeviceCalibration::tryGetProperty(const String8& key, float& outValue) const {
179 if (! tryGetProperty(key, stringValue) || stringValue.length() == 0) {
    [all...]
  /frameworks/base/libs/ui/tests/
InputReader_test.cpp     [all...]

Completed in 287 milliseconds