Searched refs:hint (Results 1 – 6 of 6) sorted by relevance
113 final Rect hint = getVideoRectHint(); in onPictureInPictureRequested() local115 .setSourceRectHint(hint) in onPictureInPictureRequested()116 .setAspectRatio(new Rational(hint.width(), hint.height())) in onPictureInPictureRequested()131 final Rect hint = new Rect(); in getVideoRectHint() local132 mVideoView.getGlobalVisibleRect(hint); in getVideoRectHint()133 return hint; in getVideoRectHint()
44 final String hint = field.getKey(); in newUnlockedDataset() local46 final String value = hint + (index + 1); in newUnlockedDataset()51 Log.d(TAG, "hint: " + hint); in newUnlockedDataset()52 final String displayValue = hint.contains("password") ? "password for #" + (index + 1) in newUnlockedDataset()80 String hint = field.getKey(); in newLockedDataset() local82 String value = (index + 1) + "-" + hint; in newLockedDataset()
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...