Searched defs:empty (Results 51 - 58 of 58) sorted by relevance

123

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp577 ALOGV("Installing empty resources in to table %p\n", mResources);
612 bool empty = appendPathToResTable(mAssetPaths.itemAt(i)); local
613 onlyEmptyResources = onlyEmptyResources && empty;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java575 // If the query is not empty and submit is requested, submit the query
585 * This value may be specified as an empty string to prevent any query hint
685 * Enables showing a submit button when the query is non-empty. In cases where the SearchView
1147 * @param empty whether the search query text field is empty. If it is, then the other
1150 private void updateVoiceButton(boolean empty) { argument
1152 if (mVoiceButtonEnabled && !isIconified() && empty) {
1591 // when it's time to do the search. We always build it here (even if empty)
1705 * Callback to watch the text field for empty/non-empty
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1475 while (!mCompositePresentTimes.empty()) {
1721 bool empty = mDisplays[dpy]->getVisibleLayersSortedByZ().size() == 0; local
1732 bool mustRecompose = dirty && !(empty && wasEmpty);
1738 empty ? "+" : "-",
1744 mDisplays[dpy]->lastCompositionHadVisibleLayers = !empty;
2293 // handle hidden surfaces by setting the visible region to empty
2431 if (frameQueued && mLayersWithQueuedFrames.empty()) {
2436 return !mLayersWithQueuedFrames.empty() && newDataLatched;
2452 // 2) There is work to be done (the dirty region isn't empty)
2545 // (common case is that letterbox ends-up being empty)
[all...]
H A DSurfaceFlinger_hwc1.cpp1202 while (!mCompositePresentTimes.empty()) {
1388 bool empty = mDisplays[dpy]->getVisibleLayersSortedByZ().size() == 0; local
1399 bool mustRecompose = dirty && !(empty && wasEmpty);
1405 empty ? "+" : "-",
1411 mDisplays[dpy]->lastCompositionHadVisibleLayers = !empty;
1975 // handle hidden surfaces by setting the visible region to empty
2109 if (frameQueued && layersWithQueuedFrames.empty()) {
2114 return !layersWithQueuedFrames.empty();
2129 // 2) There is work to be done (the dirty region isn't empty)
2215 // (common case is that letterbox ends-up being empty)
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/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 3530 milliseconds

123