Searched refs:updateInfo (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/services/jni/
H A Dcom_android_server_input_InputApplicationHandle.h34 virtual bool updateInfo();
H A Dcom_android_server_input_InputWindowHandle.h35 virtual bool updateInfo();
H A Dcom_android_server_input_InputApplicationHandle.cpp52 bool NativeInputApplicationHandle::updateInfo() { function in class:android::NativeInputApplicationHandle
H A Dcom_android_server_input_InputWindowHandle.cpp78 bool NativeInputWindowHandle::updateInfo() { function in class:android::NativeInputWindowHandle
/frameworks/base/services/input/
H A DInputApplication.h66 virtual bool updateInfo() = 0;
H A DInputWindow.h188 virtual bool updateInfo() = 0;
H A DInputDispatcher.cpp2810 if (!windowHandle->updateInfo() || windowHandle->getInputChannel() == NULL) {
2895 if (inputApplicationHandle != NULL && inputApplicationHandle->updateInfo()) {
/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
H A DLowStorageTest.java68 updateInfo(this);
108 public void updateInfo(Context context) { method in class:LowStorageTest

Completed in 114 milliseconds