Searched refs:immediate (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/calllog/
H A DCallLogAdapterTest.java97 // Since there is nothing in the cache, it is an immediate request.
98 assertTrue("should be immediate", request.immediate);
129 // Since there is something in the cache, it is not an immediate request.
130 assertFalse("should not be immediate", request.immediate);
159 // Since there is something in the cache, it is not an immediate request.
160 assertFalse("should not be immediate", request.immediate);
200 public final boolean immediate; field in class:CallLogAdapterTest.TestCallLogAdapter.Request
202 Request(String number, String countryIso, ContactInfo callLogInfo, boolean immediate) argument
219 enqueueRequest(String number, String countryIso, ContactInfo callLogInfo, boolean immediate) argument
[all...]
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DHorizontalScrollView.java1289 * @param immediate True to scroll immediately without animation
1292 private boolean scrollToChildRect(Rect rect, boolean immediate) { argument
1296 if (immediate) {
1420 boolean immediate) {
1425 return scrollToChildRect(rectangle, immediate);
1419 requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate) argument
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java1073 public void syncAppsPageItems(int page, boolean immediate) { argument
1393 public void syncWidgetPageItems(final int page, final boolean immediate) { argument
1478 if (immediate) {
1592 public void syncPageItems(int page, boolean immediate) { argument
1594 syncAppsPageItems(page, immediate);
1596 syncWidgetPageItems(page, immediate);
H A DPagedView.java831 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate) { argument
1682 public abstract void syncPageItems(int page, boolean immediate); argument
H A DLauncher.java3487 * @param immediate whether to run the animation or show the results immediately
3489 private void runNewAppsAnimation(boolean immediate) { argument
3505 if (immediate) {
3688 public void unlockScreenOrientation(boolean immediate) { argument
3690 if (immediate) {
H A DWorkspace.java3805 public void syncPageItems(int page, boolean immediate) { argument
/packages/apps/Browser/src/com/android/browser/
H A DUrlInputView.java339 public boolean requestRectangleOnScreen(Rect rect, boolean immediate) { argument
/packages/apps/Browser/src/com/android/browser/view/
H A DScrollerView.java1493 * @param immediate True to scroll immediately without animation
1496 private boolean scrollToChildRect(Rect rect, boolean immediate) { argument
1500 if (immediate) {
1707 boolean immediate) {
1712 return scrollToChildRect(rectangle, immediate);
1706 requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate) argument
/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DCallLogAdapter.java330 * If the {@code immediate} parameter is true, it will start immediately the thread that looks
336 boolean immediate) {
344 if (immediate) startRequestProcessing();
335 enqueueRequest(String number, String countryIso, ContactInfo callLogInfo, boolean immediate) argument

Completed in 195 milliseconds