| Package | Description |
|---|---|
| android.app | |
| android.view | |
| android.widget |
| Modifier and Type | Field and Description |
|---|---|
int |
ActionBar.LayoutParams.gravity |
| Modifier and Type | Field and Description |
|---|---|
int |
ViewGroup.MarginLayoutParams.bottomMargin |
int |
WindowManager.LayoutParams.flags |
int |
ViewGroup.LayoutParams.height |
float |
WindowManager.LayoutParams.horizontalWeight |
int |
ViewGroup.MarginLayoutParams.leftMargin |
int |
ViewGroup.MarginLayoutParams.rightMargin |
int |
ViewGroup.MarginLayoutParams.topMargin |
int |
WindowManager.LayoutParams.type |
float |
WindowManager.LayoutParams.verticalWeight |
int |
ViewGroup.LayoutParams.width |
int |
WindowManager.LayoutParams.x |
int |
WindowManager.LayoutParams.y |
| Modifier and Type | Method and Description |
|---|---|
float |
View.getAlpha() |
int |
View.getBaseline() |
CharSequence |
View.getContentDescription() |
int |
ViewGroup.getDescendantFocusability() |
boolean |
View.getFilterTouchesWhenObscured() |
int |
View.getHeight() |
int |
View.getImportantForAccessibility() |
ViewGroup.LayoutParams |
View.getLayoutParams() |
int |
ViewGroup.getPersistentDrawingCache() |
float |
View.getPivotX() |
float |
View.getPivotY() |
float |
View.getRotation() |
float |
View.getRotationX() |
float |
View.getRotationY() |
float |
View.getScaleX() |
float |
View.getScaleY() |
int |
View.getScrollBarStyle() |
int |
View.getSolidColor() |
Object |
View.getTag() |
float |
View.getTranslationX() |
float |
View.getTranslationY() |
int |
View.getVisibility() |
int |
View.getWidth() |
float |
View.getX() |
float |
View.getY() |
boolean |
View.hasFocus() |
boolean |
View.hasTransientState() |
boolean |
View.isActivated() |
boolean |
ViewGroup.isAlwaysDrawnWithCacheEnabled() |
boolean |
ViewGroup.isAnimationCacheEnabled() |
protected boolean |
ViewGroup.isChildrenDrawingOrderEnabled() |
protected boolean |
ViewGroup.isChildrenDrawnWithCacheEnabled() |
boolean |
View.isClickable() |
boolean |
View.isDrawingCacheEnabled() |
boolean |
View.isEnabled() |
boolean |
View.isFocusable() |
boolean |
View.isFocusableInTouchMode() |
boolean |
View.isFocused() |
boolean |
View.isHapticFeedbackEnabled() |
boolean |
View.isHovered() |
boolean |
View.isInTouchMode() |
boolean |
View.isOpaque() |
boolean |
View.isSelected() |
boolean |
View.isSoundEffectsEnabled() |
boolean |
View.willNotCacheDrawing() |
boolean |
View.willNotDraw() |
| Modifier and Type | Field and Description |
|---|---|
boolean |
RelativeLayout.LayoutParams.alignWithParent |
int |
TableRow.LayoutParams.column |
int |
LinearLayout.LayoutParams.gravity |
int |
TableRow.LayoutParams.span |
float |
LinearLayout.LayoutParams.weight |
| Modifier and Type | Method and Description |
|---|---|
int |
ImageView.getBaseline() |
int |
AbsListView.getCacheColorHint() |
TextUtils.TruncateAt |
TextView.getEllipsize() |
int |
ProgressBar.getMax() |
int |
GridView.getNumColumns() |
int |
ProgressBar.getProgress() |
int |
ProgressBar.getSecondaryProgress() |
View |
AbsListView.getSelectedView() |
int |
TextView.getSelectionEnd() |
int |
TextView.getSelectionStart() |
float |
TextView.getTextSize() |
boolean |
CheckedTextView.isChecked() |
boolean |
CompoundButton.isChecked() |
boolean |
AbsListView.isFastScrollEnabled() |
boolean |
ProgressBar.isIndeterminate() |
boolean |
AbsListView.isScrollingCacheEnabled() |
boolean |
AbsListView.isSmoothScrollbarEnabled() |
boolean |
AbsListView.isStackFromBottom() |
boolean |
AbsListView.isTextFilterEnabled() |
Copyright © 2008-2013. All Rights Reserved.