OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:invalidKey
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/javax/crypto/
EncryptedPrivateKeyInfo.java
294
throw
invalidKey
();
353
throw
invalidKey
();
407
throw
invalidKey
();
423
private InvalidKeyException
invalidKey
() throws InvalidKeyException {
/frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java
662
final Key
invalidKey
= mInvalidatedKey;
666
if (
invalidKey
!= null && canvas.getClipBounds(clipRegion)) {
668
if (
invalidKey
.x + kbdPaddingLeft - 1 <= clipRegion.left &&
669
invalidKey
.y + kbdPaddingTop - 1 <= clipRegion.top &&
670
invalidKey
.x +
invalidKey
.width + kbdPaddingLeft + 1 >= clipRegion.right &&
671
invalidKey
.y +
invalidKey
.height + kbdPaddingTop + 1 >= clipRegion.bottom) {
679
if (drawSingleKey &&
invalidKey
!= key) {
[
all
...]
Completed in 599 milliseconds