Searched refs:flag (Results 1 – 13 of 13) sorted by relevance
140 private fun hasFlag(flag: Int): Matcher<in Int> { in hasFlag()143 return i?.and(flag) == flag in hasFlag()147 description.appendText("Flag integer contains " + flag) in hasFlag()
159 private fun hasFlag(flag: Int): Matcher<in Int> { in hasFlag()162 return i?.and(flag) == flag in hasFlag()166 description.appendText("Flag integer contains " + flag) in hasFlag()
168 private static Matcher<? super Integer> hasFlag(final int flag) {172 return (i & flag) == flag;177 description.appendText("Flag integer contains " + flag);
188 private static Matcher<? super Integer> hasFlag(final int flag) {192 return (i & flag) == flag;197 description.appendText("Flag integer contains " + flag);
102 final int flag; in doCommitContent() local108 flag = InputConnectionCompat.INPUT_CONTENT_GRANT_READ_URI_PERMISSION; in doCommitContent()115 flag = 0; in doCommitContent()132 flag, null); in doCommitContent() local
14 flag for [setSystemUiVisibility()][1] that lets your app go truly "full15 screen." This flag, when combined with the `SYSTEM_UI_FLAG_HIDE_NAVIGATION` and
130 int flag = characteristic.getProperties(); in broadcastUpdate() local132 if ((flag & 0x01) != 0) { in broadcastUpdate()
17 SYSTEM_UI_FLAG_IMMERSIVE system ui flag. When combined with the SYSTEM_UI_FLAG_HIDE_NAVIGATION and …
205 * add a card view w/ canDismiss flag.208 * @param canDismiss flag to indicate this card is dismissible or not.360 * If this flag is set,
27 `Intent.FLAG_ACTIVITY_LAUNCH_TO_ADJACENT` flag in its intent.
28 `Intent.FLAG_ACTIVITY_LAUNCH_TO_ADJACENT` flag in its intent.
36 on your MediaExtractor instance and looking for `MediaCodec.BUFFER_FLAG_END_OF_STREAM` flag.
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...