HomeSort by relevance Sort by last modified time
    Searched defs:textVisible (Results 1 - 2 of 2) sorted by null

  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/widgets/
ProgressBar.java 66 private boolean textVisible = true;
182 return textVisible;
192 if (textVisible) {
272 * @param textVisible True to show text, false to hide it */
273 public void setTextVisible (boolean textVisible) {
274 this.textVisible = textVisible;
275 if (this.textVisible) {
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 68 milliseconds