Searched refs:in (Results 276 - 286 of 286) sorted by relevance

<<1112

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java6 * you may not use this file except in compliance with the License.
11 * Unless required by applicable law or agreed to in writing, software
192 /** The different states that Launcher can be in. */
243 // We set the state in both onCreate and then onNewIntent in some cases, which causes both
245 // Instead, just save the state that we need to restore Launcher to, and commit it in onResume.
289 // External icons saved in case of resource changes, orientation, etc.
413 // configuration change) while launcher is in the foreground
524 DataInputStream in = null;
526 in
[all...]
H A DCellLayout.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
133 // When a drag operation is in progress, holds the nearest cell to the touch point
294 // have. We ignore the left/right padding on CellLayout because it turns out in our design
305 // have. We ignore the left/right padding on CellLayout because it turns out in our design
341 // Set whether or not to invert the layout horizontally if the layout is in RTL mode.
367 // We draw the pressed or focused BubbleTextView's background in CellLayout because it
400 // pass 0, which results in the overscroll drawable not being drawn any more.
417 void scaleRectAboutCenter(Rect in, Rect out, float scale) { argument
418 int cx = in
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java6 * you may not use this file except in compliance with the License.
11 * Unless required by applicable law or agreed to in writing, software
194 /** The different states that Launcher can be in. */
247 // We set the state in both onCreate and then onNewIntent in some cases, which causes both
249 // Instead, just save the state that we need to restore Launcher to, and commit it in onResume.
297 // External icons saved in case of resource changes, orientation, etc.
400 // the LauncherApplication should call this, but in case of Instrumentation it might not be present yet
457 // configuration change) while launcher is in the foreground
599 DataInputStream in
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAbstractActivityController.java6 * you may not use this file except in compliance with the License.
11 * Unless required by applicable law or agreed to in writing, software
130 * for most, if not all the methods in the ActivityController interface. This
132 * TwoPaneActivityController can be concise when the common functionality is in
141 // Keys for serialization of various information in Bundles.
175 /** Key to store an account in a bundle */
177 /** Key to store a folder in a bundle */
193 * The hash of {@link #mCurrentConversation} in detached mode. 0 if we are not in detached mode.
197 /** A map of {@link Folder} {@link Uri} to scroll position in th
538 isValidFragment(Fragment in) argument
3341 isFragmentVisible(Fragment in) argument
[all...]
/packages/providers/ContactsProvider/tests/assets/test1/
H A Dlegacy_contacts.sql50 INSERT INTO groups VALUES(3,'android.contacts.test.eclair@gmail.com','2fcbf74c8be345dc',1249176693566000,1249176693566000,NULL,0,1,'Starred in Android','Starred in Android',0,NULL);
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DCalendarSyncParser.java82 // Used to indicate that upsyncs aren't allowed (we catch this in sendLocalChanges)
97 // Maximum number of CPO's before we start redacting attendees in exceptions
105 final InputStream in, final Mailbox mailbox, final Account account,
108 super(context, resolver, in, mailbox, account);
250 // Handle the organizer (who IS an attendee on device, but NOT in EAS)
275 * All-day recurring events MUST have a DURATION that is in the form P<n>D
276 * Other events MAY have a DURATION in any valid form (we use P<n>M)
277 * All-day events MUST have hour, minute, and second = 0; in addition, they must have
280 * hour, minute, and second = 0 and be set in UTC
304 // original instance time has hour, minute, and second set to zero, and is in UT
104 CalendarSyncParser(final Context context, final ContentResolver resolver, final InputStream in, final Mailbox mailbox, final Account account, final android.accounts.Account accountManagerAccount, final long calendarId) argument
[all...]
H A DContactsSyncParser.java79 final InputStream in, final Mailbox mailbox, final Account account,
81 super(context, resolver, in, mailbox, account);
345 // We've been removing rows from the list as they've been found in the xml
430 // Find the message in this mailbox with the given serverId
640 /** MIME type used when storing this in data table. */
651 /** MIME type used when storing this in data table. */
666 /** MIME type used when storing this in data table. */
765 * ContentProvider. It has, in addition to the Builder, ContentValues which, if present,
871 // Note Email.TYPE could be ANY type column; they are all defined in
872 // the private CommonColumns class in ContactsContrac
78 ContactsSyncParser(final Context context, final ContentResolver resolver, final InputStream in, final Mailbox mailbox, final Account account, final android.accounts.Account accountManagerAccount) argument
[all...]
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
H A DAddressListParser.java6 * you may not use this file except in compliance with the License.
11 * Unless required by applicable law or agreed to in writing, software
23 AddressListParser parser = new AddressListParser(System.in);
541 {if (true) throw new ParseException("Words in local part must be separated by '.'");}
593 {if (true) throw new ParseException("Atoms in domain names must be separated by '.'");}
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
146 // Must keep in sync with com.android.nfc_extras
151 // to the thrown EE_EXCEPTION_ exceptions in nfc-extras.
172 // in a disable/shutdown scenario.
228 // fields below are used in multiple threads and protected by synchronized(this)
234 boolean mInProvisionMode; // whether we're in setup wizard and enabled NFC provisioning
244 // mState is protected by this, however it is only modified in onCreate()
289 throw new SecurityException("userId passed in it not the calling user.");
626 * In other words, mState is only modified in thes
1676 transceive(String pkg, byte[] in) argument
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DDataUsageSummary.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
777 // hide detail stats when not in detail mode
782 // remove warning/limit sweeps while in detail mode
1408 * Find position of {@link CycleItem} in this adapter which is nearest
1466 public AppItem createFromParcel(Parcel in) {
1467 return new AppItem(in);
1532 // Only splice in restricted state for current user
1602 * Empty {@link Fragment} that controls display of UID details in
2203 * Test if device has a mobile data radio with SIM in read
[all...]
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
306 * in the method clearCachedEvents()).
371 private static float MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT = 28.0F; // in pixels
421 private static float MIN_EVENT_HEIGHT = 24.0F; // in pixels
439 // sizing for "box +n" in allDay events
481 /** Height of 1 hour in pixels at the start of a scaling gesture */
525 * Max of all day events in a given day in this view.
624 // Animates the height of events in th
[all...]

Completed in 2649 milliseconds

<<1112