Searched defs:required (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
H A DWindowManagerImpl.java10 * Unless required by applicable law or agreed to in writing, software
345 private int findViewLocked(View view, boolean required) argument
354 if (required) {
/frameworks/base/tools/localize/
H A DXLIFFFile.cpp37 get_unique_node(const XMLNode* parent, const string& ns, const string& name, bool required) argument
43 if (required) {
/frameworks/base/tools/aapt/
H A DImages.cpp168 png_bytep row, int width, bool transparent, bool required,
207 if (required && !found) {
217 png_bytepp rows, int offset, int height, bool transparent, bool required,
256 if (required && !found) {
167 get_horizontal_ticks( png_bytep row, int width, bool transparent, bool required, int32_t* outLeft, int32_t* outRight, const char** outError, uint8_t* outDivs, bool multipleAllowed) argument
216 get_vertical_ticks( png_bytepp rows, int offset, int height, bool transparent, bool required, int32_t* outTop, int32_t* outBottom, const char** outError, uint8_t* outDivs, bool multipleAllowed) argument
H A DResource.cpp384 const char* ns, const char* attr, const char* validChars, bool required)
474 if (required) {
475 fprintf(stderr, "%s:%d: Tag <%s> missing required attribute %s.\n",
694 fprintf(stderr, "package name is required with --rename-manifest-package.\n");
752 // First, look for a package file to parse. This is required to
1920 // First, look for a package file to parse. This is required to
382 validateAttr(const String8& path, const ResTable& table, const ResXMLParser& parser, const char* ns, const char* attr, const char* validChars, bool required) argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java9 * Unless required by applicable law or agreed to in writing, software
1537 st = getPanelState(curFeatureId, false /* required */);
1539 // The panel must not have been required, and is currently not around, skip it
2292 private DrawableFeatureState getDrawableState(int featureId, boolean required) { argument
2294 if (!required) {
2320 * @param required Whether the panel is required (if it is required and it
2324 private PanelFeatureState getPanelState(int featureId, boolean required) { argument
2325 return getPanelState(featureId, required, nul
2338 getPanelState(int featureId, boolean required, PanelFeatureState convertPanelState) argument
[all...]

Completed in 103 milliseconds