Searched refs:modifiers (Results 1 – 8 of 8) sorted by relevance
185 public boolean dispatchKey(int modifiers, int key) { in dispatchKey() argument186 return nativeDispatchKey(mNativePtr, modifiers, key); in dispatchKey()189 public boolean dispatchCharacter(int modifiers, int character) { in dispatchCharacter() argument190 return nativeDispatchCharacter(mNativePtr, modifiers, character); in dispatchCharacter()203 private static native boolean nativeDispatchKey(long ptr, int modifiers, int key); in nativeDispatchKey() argument204 private static native boolean nativeDispatchCharacter(long ptr, int modifiers, int character); in nativeDispatchCharacter() argument
173 int modifiers = getModifiers(event); in onKey() local179 "mod=" + modifiers + ", " + in onKey()182 return mTerm.dispatchKey(modifiers, c); in onKey()189 "mod=" + modifiers + ", " + in onKey()192 return mTerm.dispatchCharacter(modifiers, c); in onKey()
79 def CreateOrOpenResourceFiles(self, resource_dir, resource_type, modifiers): argument85 for modifier in modifiers:178 modifiers = set()181 modifiers.add(modifier)184 pp.pprint(modifiers)188 filenames, xmltrees = self.CreateOrOpenResourceFiles(resource_dir, resource_type, modifiers)
87 final int modifiers = field.getModifiers(); in isPublicStaticFinalInt() local88 final boolean isPublic = (modifiers & Modifier.PUBLIC) == Modifier.PUBLIC; in isPublicStaticFinalInt()89 final boolean isStatic = (modifiers & Modifier.STATIC) == Modifier.STATIC; in isPublicStaticFinalInt()90 final boolean isFinal = (modifiers & Modifier.FINAL) == Modifier.FINAL; in isPublicStaticFinalInt()
32 final int modifiers = RemoveUserFragment.class.getModifiers(); in testClassModifier_shouldBePublic() local34 assertThat(Modifier.isPublic(modifiers)).isTrue(); in testClassModifier_shouldBePublic()
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...