Lines Matching refs:configChanges

294      * Bit in {@link #configChanges} that indicates that the activity
296 * {@link android.R.attr#configChanges} attribute.
300 * Bit in {@link #configChanges} that indicates that the activity
302 * {@link android.R.attr#configChanges} attribute.
306 * Bit in {@link #configChanges} that indicates that the activity
308 * {@link android.R.attr#configChanges} attribute.
312 * Bit in {@link #configChanges} that indicates that the activity
314 * {@link android.R.attr#configChanges} attribute.
318 * Bit in {@link #configChanges} that indicates that the activity
320 * {@link android.R.attr#configChanges} attribute.
324 * Bit in {@link #configChanges} that indicates that the activity
328 * Set from the {@link android.R.attr#configChanges} attribute.
332 * Bit in {@link #configChanges} that indicates that the activity
334 * {@link android.R.attr#configChanges} attribute.
338 * Bit in {@link #configChanges} that indicates that the activity
340 * {@link android.R.attr#configChanges} attribute.
344 * Bit in {@link #configChanges} that indicates that the activity
346 * {@link android.R.attr#configChanges} attribute.
350 * Bit in {@link #configChanges} that indicates that the activity
352 * {@link android.R.attr#configChanges} attribute.
356 * Bit in {@link #configChanges} that indicates that the activity
358 * {@link android.R.attr#configChanges} attribute. This will be
362 * applications incorrectly compare {@link #configChanges} against
368 * Bit in {@link #configChanges} that indicates that the activity
370 * {@link android.R.attr#configChanges} attribute. This will be
374 * applications incorrectly compare {@link #configChanges} against
380 * Bit in {@link #configChanges} that indicates that the activity
382 * {@link android.R.attr#configChanges} attribute.
386 * Bit in {@link #configChanges} that indicates that the activity
388 * {@link android.R.attr#configChanges} attribute.
392 * Bit in {@link #configChanges} that indicates that the activity
394 * {@link android.R.attr#configChanges} attribute. This is
437 * compared the configChanges bit field against absolute values, so if we
444 ? (configChanges | ActivityInfo.CONFIG_SCREEN_SIZE
446 : configChanges;
457 * {@link #CONFIG_LAYOUT_DIRECTION}. Set from the {@link android.R.attr#configChanges}
460 public int configChanges;
505 configChanges = orig.configChanges;
535 || configChanges != 0 || softInputMode != 0) {
537 + " configChanges=0x" + Integer.toHexString(configChanges)
565 dest.writeInt(configChanges);
590 configChanges = source.readInt();