/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/ |
progress_center_panel.js | 304 var currentHeight; 307 currentHeight = this.openView_.getBoundingClientRect().height; 310 currentHeight = this.closeView_.getBoundingClientRect().height; 315 this.toggleAnimation_.cssRules[0].style.height = currentHeight + 'px';
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
PrintContext.cpp | 387 int currentHeight = 0; 394 graphicsContext.drawLine(IntPoint(0, currentHeight), 395 IntPoint(pageWidth, currentHeight)); 400 graphicsContext.translate(0, currentHeight); 404 currentHeight += pageSizeInPixels.height() + 1;
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
StreamingProcessor.cpp | 133 uint32_t currentWidth, currentHeight; 135 ¤tWidth, ¤tHeight, 0); 142 currentHeight != (uint32_t)params.previewHeight) { 144 __FUNCTION__, mId, currentWidth, currentHeight, 335 uint32_t currentWidth, currentHeight; 337 ¤tWidth, ¤tHeight, 0); 345 currentHeight != (uint32_t)params.videoHeight || newConsumer) {
|
JpegProcessor.cpp | 103 uint32_t currentWidth, currentHeight; 105 ¤tWidth, ¤tHeight, 0); 113 currentHeight != (uint32_t)params.pictureHeight) {
|
CallbackProcessor.cpp | 122 uint32_t currentWidth, currentHeight, currentFormat; 124 ¤tWidth, ¤tHeight, ¤tFormat); 132 currentHeight != (uint32_t)params.previewHeight ||
|
ZslProcessor.cpp | 142 uint32_t currentWidth, currentHeight; 144 ¤tWidth, ¤tHeight, 0); 152 currentHeight != (uint32_t)params.fastInfo.arrayHeight) {
|
ZslProcessor3.cpp | 100 uint32_t currentWidth, currentHeight; 102 ¤tWidth, ¤tHeight, 0); 110 currentHeight != (uint32_t)params.fastInfo.arrayHeight) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
BaseViewRule.java | 142 String currentHeight = selectedNode.getStringAttr(ANDROID_URI, ATTR_LAYOUT_HEIGHT); 144 if (canMatchParent && VALUE_FILL_PARENT.equals(currentHeight)) { 145 currentHeight = VALUE_MATCH_PARENT; 146 } else if (!canMatchParent && VALUE_MATCH_PARENT.equals(currentHeight)) { 147 currentHeight = VALUE_FILL_PARENT; 148 } else if (!VALUE_WRAP_CONTENT.equals(currentHeight) 149 && !fillParent.equals(currentHeight)) { 150 height = currentHeight; 406 currentHeight, [all...] |
/external/opencv/cv/src/ |
cvoptflowbm.cpp | 134 int CurrentHeight; 352 CurrentHeight = (i == NumberBlocksY - 1) ? BorderHeight : blockSize.height; 383 CurSize.height = CurrentHeight; 442 if( Y2 + CurrentHeight >= imgSize.height )
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
ExpandHelper.java | 530 float currentHeight = mScaler.getHeight(); 535 targetHeight = (force || currentHeight > mSmallSize) ? mNaturalHeight : mSmallSize; 537 targetHeight = (force || currentHeight < mNaturalHeight) ? mSmallSize : mNaturalHeight; 544 if (targetHeight != currentHeight) { 555 if (DEBUG) Log.d(TAG, "currentHeight is: " + currentHeight);
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/ |
HtmlTree.java | 290 int currentHeight = 0; 296 currentHeight++; 297 if (currentHeight > maxHeight) { 298 maxHeight = currentHeight; 302 currentHeight--; 305 currentHeight--;
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
HtmlTree.java | 323 int currentHeight = 0; 329 currentHeight++; 330 if (currentHeight > maxHeight) { 331 maxHeight = currentHeight; 335 currentHeight--; 338 currentHeight--;
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapRegionDecoderTest.java | 329 int currentHeight = rect1.height() / opts.inSampleSize; 330 Rect actualRect = new Rect(0, 0, currentWidth, currentHeight);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/ |
SuggestionStripLayoutHelper.java | 173 final int currentHeight = getMoreSuggestionsHeight(); 174 if (currentHeight <= remainingHeight) { 175 return currentHeight;
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorPageAgent.cpp | 369 int currentHeight = static_cast<int>(m_state->getLong(PageAgentState::pageAgentScreenHeightOverride)); 373 updateViewMetrics(currentWidth, currentHeight, currentDeviceScaleFactor, currentEmulateViewport, currentFitWindow); 690 int currentHeight = static_cast<int>(m_state->getLong(PageAgentState::pageAgentScreenHeightOverride)); 697 return width != currentWidth || height != currentHeight || deviceScaleFactor != currentDeviceScaleFactor || emulateViewport != currentEmulateViewport || fitWindow != currentFitWindow || fontScaleFactor != currentFontScaleFactor || textAutosizing != currentTextAutosizing; [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebFrameImpl.cpp | 362 int currentHeight = 0; 369 graphicsContext.drawLine(IntPoint(0, currentHeight), IntPoint(pageWidth, currentHeight)); 375 graphicsContext.translate(0, currentHeight); 385 currentHeight += pageSizeInPixels.height() + 1; [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
InputMethodService.java | [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
DayView.java | [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
LatinIME.java | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jface_3.6.1.M20100825-0800.jar | |
/prebuilts/devtools/tools/lib/ |
org-eclipse-jface-3.6.2.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.jface_3.4.2.M20090107-0800.jar | |
org.eclipse.jface_3.6.2.M20110210-1200.jar | |
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/ |
org-eclipse-jface-3.6.2.jar | |