OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:layoutParamsType
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/input/
InputWindowHandle.java
48
public int
layoutParamsType
;
/frameworks/base/services/jni/
com_android_server_input_InputWindowHandle.cpp
39
jfieldID
layoutParamsType
;
115
mInfo->
layoutParamsType
= env->GetIntField(obj,
116
gInputWindowHandleClassInfo.
layoutParamsType
);
253
GET_FIELD_ID(gInputWindowHandleClassInfo.
layoutParamsType
, clazz,
254
"
layoutParamsType
", "I");
/frameworks/base/services/input/
InputWindow.h
121
int32_t
layoutParamsType
;
Completed in 188 milliseconds