Home | History | Annotate | Download | only in pm

Lines Matching refs:configChanges

251      * Bit in {@link #configChanges} that indicates that the activity
253 * {@link android.R.attr#configChanges} attribute.
257 * Bit in {@link #configChanges} that indicates that the activity
259 * {@link android.R.attr#configChanges} attribute.
263 * Bit in {@link #configChanges} that indicates that the activity
265 * {@link android.R.attr#configChanges} attribute.
269 * Bit in {@link #configChanges} that indicates that the activity
271 * {@link android.R.attr#configChanges} attribute.
275 * Bit in {@link #configChanges} that indicates that the activity
277 * {@link android.R.attr#configChanges} attribute.
281 * Bit in {@link #configChanges} that indicates that the activity
285 * Set from the {@link android.R.attr#configChanges} attribute.
289 * Bit in {@link #configChanges} that indicates that the activity
291 * {@link android.R.attr#configChanges} attribute.
295 * Bit in {@link #configChanges} that indicates that the activity
297 * {@link android.R.attr#configChanges} attribute.
301 * Bit in {@link #configChanges} that indicates that the activity
303 * {@link android.R.attr#configChanges} attribute.
307 * Bit in {@link #configChanges} that indicates that the activity
309 * {@link android.R.attr#configChanges} attribute.
313 * Bit in {@link #configChanges} that indicates that the activity
315 * {@link android.R.attr#configChanges} attribute. This is
329 * {@link android.R.attr#configChanges} attribute.
331 public int configChanges;
355 configChanges = orig.configChanges;
383 || configChanges != 0 || softInputMode != 0) {
385 + " configChanges=0x" + Integer.toHexString(configChanges)
410 dest.writeInt(configChanges);
433 configChanges = source.readInt();