Searched defs:viewCookie (Results 1 – 5 of 5) sorted by relevance
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
D | RemoteLayoutLog.java | 37 …void warning(String tag, String message, Object viewCookie, Serializable data) throws RemoteExcept… in warning() 51 void fidelityWarning(String tag, String message, Throwable throwable, Object viewCookie, in fidelityWarning() 62 …void error(String tag, String message, Object viewCookie, Serializable data) throws RemoteExceptio… in error() 73 … void error(String tag, String message, Throwable throwable, Object viewCookie, Serializable data) in error()
|
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/ |
D | RemoteLayoutLogAdapter.java | 33 public void warning(String tag, String message, Object viewCookie, Object data) { in warning() 42 public void fidelityWarning(String tag, String message, Throwable throwable, Object viewCookie, in fidelityWarning() 52 public void error(String tag, String message, Object viewCookie, Object data) { in error() 61 public void error(String tag, String message, Throwable throwable, Object viewCookie, in error()
|
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/ |
D | RemoteLayoutLogAdapter.java | 40 public void warning(String tag, String message, Object viewCookie, Serializable data) { in warning() 45 public void fidelityWarning(String tag, String message, Throwable throwable, Object viewCookie, in fidelityWarning() 51 public void error(String tag, String message, Object viewCookie, Serializable data) { in error() 56 …public void error(String tag, String message, Throwable throwable, Object viewCookie, Serializable… in error()
|
/frameworks/layoutlib/bridge/src/com/android/internal/view/menu/ |
D | BridgeMenuItemImpl.java | 34 private Object viewCookie; field in BridgeMenuItemImpl 54 public void setViewCookie(Object viewCookie) { in setViewCookie()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/ |
D | SupportPreferencesUtil.java | 155 @NonNull Context themedContext, @NonNull ArrayList<Object> viewCookie, in setUpPreferencesListView() 259 ArrayList<Object> viewCookie = new ArrayList<>(); in inflatePreference() local
|