Lines Matching refs:windowObj

258     static bool populateWindow(JNIEnv* env, jobject windowObj, InputWindow& outWindow);
703 bool NativeInputManager::populateWindow(JNIEnv* env, jobject windowObj,
707 jobject inputChannelObj = env->GetObjectField(windowObj,
713 jstring name = jstring(env->GetObjectField(windowObj,
715 jint layoutParamsFlags = env->GetIntField(windowObj,
717 jint layoutParamsType = env->GetIntField(windowObj,
719 jlong dispatchingTimeoutNanos = env->GetLongField(windowObj,
721 jint frameLeft = env->GetIntField(windowObj,
723 jint frameTop = env->GetIntField(windowObj,
725 jint frameRight = env->GetIntField(windowObj,
727 jint frameBottom = env->GetIntField(windowObj,
729 jint visibleFrameLeft = env->GetIntField(windowObj,
731 jint visibleFrameTop = env->GetIntField(windowObj,
733 jint visibleFrameRight = env->GetIntField(windowObj,
735 jint visibleFrameBottom = env->GetIntField(windowObj,
737 jint touchableAreaLeft = env->GetIntField(windowObj,
739 jint touchableAreaTop = env->GetIntField(windowObj,
741 jint touchableAreaRight = env->GetIntField(windowObj,
743 jint touchableAreaBottom = env->GetIntField(windowObj,
745 jboolean visible = env->GetBooleanField(windowObj,
747 jboolean canReceiveKeys = env->GetBooleanField(windowObj,
749 jboolean hasFocus = env->GetBooleanField(windowObj,
751 jboolean hasWallpaper = env->GetBooleanField(windowObj,
753 jboolean paused = env->GetBooleanField(windowObj,
755 jint layer = env->GetIntField(windowObj,
757 jint ownerPid = env->GetIntField(windowObj,
759 jint ownerUid = env->GetIntField(windowObj,