Searched defs:search (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DFocusManager.java180 // Stop backward focus search at the first item, otherwise focus will wrap
187 // Stop forward focus search at the last item, otherwise focus will wrap
196 // Focus search behaves badly if the parent RecyclerView is focused. However, focusable
199 // off while performing the focus search.
329 * item is found that matches the search term, that item will be focused. This class also
330 * highlights instances of the search term found in the view.
354 * Handles alphanumeric keystrokes for type-to-focus. This method builds a search term out
355 * of individual key events, and then performs a search for the given string.
371 // Don't handle these key events if there is no active search.
375 // This allows users to search fo
415 private void search() { method in class:FocusManager.TitleSearchHelper
[all...]
/frameworks/base/services/core/java/com/android/server/search/
H A DSearchManagerService.java17 package com.android.server.search;
55 * The search manager service handles the search UI, and maintains a registry of
210 * @param launchActivity The activity from which we're launching this search.
211 * @return Returns a SearchableInfo record describing the parameters of the search,
224 * Returns a list of the searchable activities that can be included in global search.
237 * Gets the name of the global search activity.
245 * Gets the name of the web search activity.
H A DSearchables.java17 package com.android.server.search;
64 // Contains all installed activities that handle the global search
96 * <li>The activity itself implements search. This is indicated by the
98 * The value is a reference to an XML file containing search information.</li>
99 * <li>A related activity implements search. This is indicated by the
101 * The value is a string naming the activity implementing search. In this
104 * code will insert the "default" (e.g. contacts) search.
189 * refill as the user clicks "search".
254 // Find the global search activity
258 // Find the web search activit
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/search/
H A DSearchablesTest.java17 package com.android.server.search;
33 import com.android.server.search.Searchables;
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp348 // first, we search for the exact name of the GLES userspace
379 const String8& pattern, const char* const search, bool exact) {
382 absolutePath.appendFormat("%s/%s.so", search, pattern.string());
390 DIR* d = opendir(search);
405 result.appendFormat("%s/%s", search, e->d_name);
378 find(String8& result, const String8& pattern, const char* const search, bool exact) argument
/frameworks/base/core/java/android/provider/
H A DBrowser.java391 * Add a search string to the searches database.
394 * @param search The string to add to the searches database.
397 public static final void addSearchUrl(ContentResolver cr, String search) { argument
401 * Remove all searches from the search database.
492 * Column definitions for the search history table, available at {@link #SEARCHES_URI}.
503 * The user entered search term.
505 public static final String SEARCH = "search";
508 * The date the search was performed, in milliseconds since the epoch.
/frameworks/support/v4/api21/android/support/v4/media/session/
H A DMediaSessionCompatApi21.java140 public void onPlayFromSearch(String search, Bundle extras); argument
180 public void onPlayFromSearch(String search, Bundle extras) { argument
181 mCallback.onPlayFromSearch(search, extras);
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaSessionCompat.java144 * Argument for use with {@link #ACTION_PREPARE_FROM_SEARCH} indicating search query.
616 * Override to handle requests to prepare playback from a search query. An
654 * Override to handle requests to begin playback from a search query. An
762 public void onPlayFromSearch(String search, Bundle extras) { argument
763 Callback.this.onPlayFromSearch(search, extras);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2894 milliseconds