OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buttonHeight
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorSuggestionListAdapter.java
107
int
buttonHeight
=
112
new LinearLayout.LayoutParams(0,
buttonHeight
, 1f);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
StatusBarButton.js
331
const
buttonHeight
= 23;
335
var topNotBottom = hostButtonPosition.top +
buttonHeight
* buttons.length < document.documentElement.offsetHeight;
340
optionsBarElement.style.height = (
buttonHeight
* buttons.length) + "px";
344
optionsBarElement.style.top = (hostButtonPosition.top - (
buttonHeight
* (buttons.length - 1))) + "px";
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelperBase.java
209
final int
buttonHeight
= mActivity.getResources().getDimensionPixelSize(
217
(
buttonHeight
- progressIndicatorWidth) / 2,
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarLayout.java
741
int
buttonHeight
= child.getMeasuredHeight();
749
int specHeight = MeasureSpec.makeMeasureSpec(
buttonHeight
, MeasureSpec.EXACTLY);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
Completed in 245 milliseconds