OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:overrideProperty
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
Properties.cpp
168
void Properties::
overrideProperty
(const char* name, const char* value) {
/frameworks/base/libs/hwui/renderthread/
RenderProxy.cpp
374
CREATE_BRIDGE2(
overrideProperty
, const char* name, const char* value) {
375
Properties::
overrideProperty
(args->name, args->value);
379
void RenderProxy::
overrideProperty
(const char* name, const char* value) {
380
SETUP_TASK(
overrideProperty
);
/frameworks/base/core/java/android/view/
ThreadedRenderer.java
283
public static void
overrideProperty
(@NonNull String name, @NonNull String value) {
[
all
...]
Completed in 388 milliseconds