Home
last modified time | relevance | path

Searched refs:hasAdjustment (Results 1 – 2 of 2) sorted by relevance

/frameworks/minikin/include/minikin/
DFont.h52 bool hasAdjustment() const { return hasWghtAdjustment() || hasItalAdjustment(); } in hasAdjustment() function
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java681 public boolean hasAdjustment(String key) { in hasAdjustment() method in NotificationRecord